Skip to content

Commit

Permalink
Lock pry to 0.13.0
Browse files Browse the repository at this point in the history
This permits `pry-byebug` to continue working with it, until
either pry/pry#2177 is merged,
or  deivid-rodriguez/pry-byebug#343 is
otherwise resolved.

Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
  • Loading branch information
marcparadise committed Jun 28, 2021
1 parent 79f8181 commit 4ffdce5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -25,9 +25,10 @@ group(:omnibus_package) do
end

group(:omnibus_package, :pry) do
gem "pry"
gem "pry", "= 0.13.0" # Locked because pry-byebug is broken with 13+
# some work is ongoing? https://github.com/deivid-rodriguez/pry-byebug/issues/343
# byebug does not install on freebsd on ruby 3.0
# gem "pry-byebug"
gem "pry-byebug" unless RUBY_PLATFORM =~ /freebsd/i
gem "pry-stack_explorer"
end

Expand Down

0 comments on commit 4ffdce5

Please sign in to comment.