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 5d0bd2c commit 762f8c9Copy full SHA for 762f8c9
Gemfile
@@ -14,7 +14,7 @@ if RUBY_VERSION < '1.9' || defined?(JRUBY_VERSION)
14
gem "ruby-debug-base", :platforms => [:jruby, *mries('18')]
15
end
16
17
-if RUBY_VERSION && RUBY_VERSION >= "1.9" && RUBY_VERSION > "2.0"
+if RUBY_VERSION && RUBY_VERSION >= "1.9" && RUBY_VERSION < "2.0"
18
gem "ruby-debug-base19x", ">= 0.11.32"
19
20
0 commit comments