We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396d39f commit 527067dCopy full SHA for 527067d
Gemfile
@@ -17,7 +17,7 @@ gem 'jruby-openssl', :platform => :jruby
17
# For gems not required to run tests
18
group :local_development, :test do
19
gem 'rake', '> 0.8.7', '< 11.0.1'
20
- gem 'rdoc', '< 4.3' if RUBY_VERSION < '1.9'
+ gem 'rdoc', '< 4.3' if RUBY_VERSION < '1.9.3'
21
gem "rspec", "~> 2.8.0"
22
case
23
when defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
0 commit comments