Skip to content

Commit ab971e6

Browse files
viuginick1valich
authored andcommitted
gemfile ruby-debug-base case
1 parent 7b5d00b commit ab971e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ def mries(*versions)
1010
end.flatten
1111
end
1212

13-
gem "ruby-debug-base", :platforms => [:jruby, *mries('18')]
13+
if RUBY_VERSION < '1.9' || defined?(JRUBY_VERSION)
14+
gem "ruby-debug-base", :platforms => [:jruby, *mries('18')]
15+
end
1416

1517
if RUBY_VERSION && RUBY_VERSION >= "1.9"
1618
gem "ruby-debug-base19x", ">= 0.11.32", :platforms => mries('19')

0 commit comments

Comments
 (0)