Skip to content

Commit

Permalink
gemfile ruby-debug-base case
Browse files Browse the repository at this point in the history
  • Loading branch information
ViugiNick authored and valich committed Dec 4, 2018
1 parent 7b5d00b commit ab971e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ def mries(*versions)
end.flatten
end

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

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

0 comments on commit ab971e6

Please sign in to comment.