Skip to content

Commit bc073e9

Browse files
committed
Updated dependencies
1 parent 4cb8ea2 commit bc073e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ 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"
18-
gem "ruby-debug-base19x", ">= 0.11.32", :platforms => mries('19')
17+
if RUBY_VERSION && RUBY_VERSION >= "1.9" && RUBY_VERSION > "2.0"
18+
gem "ruby-debug-base19x", ">= 0.11.32"
1919
end
2020

2121
if RUBY_VERSION && RUBY_VERSION >= "2.0"
22-
gem "debase", "~> 0.2", ">= 0.2.2", :platforms => mries('20', '21', '22', '23', '24', '25')
22+
gem "debase", "~> 0.2", ">= 0.2.8"
2323
end
2424

2525
gemspec

0 commit comments

Comments
 (0)