Skip to content

Commit

Permalink
bump ruby-debug-base19 dep version to 0.11.32
Browse files Browse the repository at this point in the history
This fixes skipped stepping on oneliner blocks
  • Loading branch information
valich authored and ViugiNick committed Dec 19, 2017
1 parent 179ff30 commit 35695e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def mries(*versions)
end

gem "ruby-debug-base", :platforms => [:jruby, *mries('18')]
gem "ruby-debug-base19x", ">= 0.11.30.pre4", :platforms => mries('19')
gem "ruby-debug-base19x", ">= 0.11.32", :platforms => mries('19')
if RUBY_VERSION && RUBY_VERSION >= "2.0"
gem "debase", ">= 0.2.2.beta12", :platforms => mries('20', '21', '22', '23', '24', '25')
end
Expand Down

0 comments on commit 35695e0

Please sign in to comment.