Skip to content

Commit

Permalink
Pin pry-stack_explorer for Ruby 2.5 support
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jun 2, 2020
1 parent 8c09799 commit 9175b0c
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 @@ end
group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
gem "pry-stack_explorer", "~> 0.4.0" # 0.4 allows us to still test Ruby 2.5
end

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.5")
Expand Down

0 comments on commit 9175b0c

Please sign in to comment.