Skip to content

Commit 762f8c9

Browse files
committed
Fixed constraint for the ruby 1.9 backend
1 parent 5d0bd2c commit 762f8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if RUBY_VERSION < '1.9' || defined?(JRUBY_VERSION)
1414
gem "ruby-debug-base", :platforms => [:jruby, *mries('18')]
1515
end
1616

17-
if RUBY_VERSION && RUBY_VERSION >= "1.9" && RUBY_VERSION > "2.0"
17+
if RUBY_VERSION && RUBY_VERSION >= "1.9" && RUBY_VERSION < "2.0"
1818
gem "ruby-debug-base19x", ">= 0.11.32"
1919
end
2020

0 commit comments

Comments
 (0)