We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5d00b commit ab971e6Copy full SHA for ab971e6
Gemfile
@@ -10,7 +10,9 @@ def mries(*versions)
10
end.flatten
11
end
12
13
-gem "ruby-debug-base", :platforms => [:jruby, *mries('18')]
+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"
18
gem "ruby-debug-base19x", ">= 0.11.32", :platforms => mries('19')
0 commit comments