Skip to content

Commit b4c8f15

Browse files
viuginick1valich
authored andcommitted
fix debase dependency version to accept 2.3, too (#150)
1 parent da167db commit b4c8f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313
gem "ruby-debug-base", :platforms => [:jruby, *mries('18')]
1414
gem "ruby-debug-base19x", ">= 0.11.32", :platforms => mries('19')
1515
if RUBY_VERSION && RUBY_VERSION >= "2.0"
16-
gem "debase", "~> 0.2.2", :platforms => mries('20', '21', '22', '23', '24', '25')
16+
gem "debase", "~> 0.2", ">= 0.2.2", :platforms => mries('20', '21', '22', '23', '24', '25')
1717
end
1818

1919
gemspec

0 commit comments

Comments
 (0)