Skip to content

Commit

Permalink
Gemfile: no rdoc 5 on Ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed May 16, 2017
1 parent 396d39f commit 527067d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'jruby-openssl', :platform => :jruby
# For gems not required to run tests
group :local_development, :test do
gem 'rake', '> 0.8.7', '< 11.0.1'
gem 'rdoc', '< 4.3' if RUBY_VERSION < '1.9'
gem 'rdoc', '< 4.3' if RUBY_VERSION < '1.9.3'
gem "rspec", "~> 2.8.0"
case
when defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
Expand Down

0 comments on commit 527067d

Please sign in to comment.