Skip to content

Commit

Permalink
Unbundle pry in favor of irb
Browse files Browse the repository at this point in the history
since we've updated Ruby version to 3.3, the bundled irb is already
as powerful enough as pry. So let's switch our app to use the default
REPL of the language so we can reduce more dependencies
  • Loading branch information
amatsuda committed Dec 11, 2024
1 parent 3b2e699 commit 738aea2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ group :development, :test do
gem 'guard'
gem 'guard-livereload', '~> 2.1'
gem 'guard-rspec'
gem 'pry-rails'
gem 'pry-remote'
gem 'pry-rescue'
gem 'rails-controller-testing'
gem 'rspec'
gem 'rspec-rails'
Expand Down
13 changes: 0 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
interception (0.5)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -349,14 +348,6 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
pry-rescue (1.5.2)
interception (>= 0.5)
pry (>= 0.12.0)
public_suffix (5.0.1)
puma (6.0.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -489,7 +480,6 @@ GEM
simple_form (5.2.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
slop (3.6.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
Expand Down Expand Up @@ -586,9 +576,6 @@ DEPENDENCIES
omniauth-twitter
paper_trail
pg
pry-rails
pry-remote
pry-rescue
puma
pundit
rack-mini-profiler
Expand Down

0 comments on commit 738aea2

Please sign in to comment.