Skip to content

Commit

Permalink
update pry
Browse files Browse the repository at this point in the history
  • Loading branch information
sethherr committed Sep 5, 2023
1 parent ffc7ba0 commit 598a9ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -157,9 +157,9 @@ group :development, :test do
# the gem version hasn't been updated in a long time github.com/pry/pry-coolline/issues/22
# https://github.com/pry/pry-coolline/commit/f3a130c9829969732977015a04e90b9fb5d281b2
# gem "jazz_fingers"
# gem "pry-byebug" # Commented out for Ruby 3 upgrade, PR#2374
# gem "pry-rails" # Commented out for Ruby 3 upgrade, PR#2374
gem "parallel_tests"
gem "pry-byebug"
gem "pry-rails"
gem "rb-fsevent", "~> 0.10.3"
gem "rspec", "~> 3.4"
gem "rspec-rails", "~> 4.0"
Expand Down
10 changes: 1 addition & 9 deletions Gemfile.lock
Expand Up @@ -144,7 +144,6 @@ GEM
bullet (7.0.1)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
carrierwave (0.11.2)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
Expand Down Expand Up @@ -495,14 +494,9 @@ GEM
premailer-rails (1.10.3)
actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9)
pry (0.13.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (5.6.4)
nio4r (~> 2.0)
Expand Down Expand Up @@ -796,8 +790,6 @@ DEPENDENCIES
pg_search
postmark-rails
premailer-rails
pry-byebug
pry-rails
puma
rack (= 2.2.3)
rack-mini-profiler
Expand Down

0 comments on commit 598a9ac

Please sign in to comment.