From 527067d226a44be475855b71dee96e2b7edfdc0f Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Mon, 15 May 2017 18:17:01 -0700 Subject: [PATCH] Gemfile: no rdoc 5 on Ruby 1.9.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index be64e529d..1d26c7c0a 100644 --- a/Gemfile +++ b/Gemfile @@ -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'