Skip to content

Commit 527067d

Browse files
committed
Gemfile: no rdoc 5 on Ruby 1.9.2
1 parent 396d39f commit 527067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem 'jruby-openssl', :platform => :jruby
1717
# For gems not required to run tests
1818
group :local_development, :test do
1919
gem 'rake', '> 0.8.7', '< 11.0.1'
20-
gem 'rdoc', '< 4.3' if RUBY_VERSION < '1.9'
20+
gem 'rdoc', '< 4.3' if RUBY_VERSION < '1.9.3'
2121
gem "rspec", "~> 2.8.0"
2222
case
2323
when defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'

0 commit comments

Comments
 (0)