Skip to content

Commit d81b309

Browse files
committed
bump version to 0.6.1 (stable)
debase dependency changed to semantic on stable 0.2.2
1 parent f9a0efd commit d81b309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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.beta14", :platforms => mries('20', '21', '22', '23', '24', '25')
16+
gem "debase", "~> 0.2.2", :platforms => mries('20', '21', '22', '23', '24', '25')
1717
end
1818

1919
gemspec

lib/ruby-debug-ide/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Debugger
2-
IDE_VERSION='0.6.1.beta12'
2+
IDE_VERSION='0.6.1'
33
end

0 commit comments

Comments
 (0)