Skip to content

Commit

Permalink
Remove pry (#2733)
Browse files Browse the repository at this point in the history
For years, `pry` has been incredibly useful for debugging. But it's
another dependency and `irb` has gotten so much more powerful and bought
over so many of `pry`'s great features that it's a good enough default now.
  • Loading branch information
nickcharlton authored Dec 31, 2024
1 parent 45c939b commit 6032177
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ group :development, :test do
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "1.0.14"
gem "pry"
gem "standard"
gem "yard"
end
Expand Down
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ GEM
xpath (~> 3.2)
childprocess (5.1.0)
logger (~> 1.5)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
Expand Down Expand Up @@ -207,7 +206,6 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
Expand All @@ -230,9 +228,6 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.9)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.2.2)
date
stringio
Expand Down Expand Up @@ -416,7 +411,6 @@ DEPENDENCIES
kaminari-i18n
launchy
pg
pry
pundit
rack-timeout
redcarpet
Expand Down
1 change: 0 additions & 1 deletion gemfiles/pundit21.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ group :development, :test do
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "1.0.14"
gem "pry"
gem "standard"
gem "yard"
end
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ group :development, :test do
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "1.0.14"
gem "pry"
gem "standard"
gem "yard"
end
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ group :development, :test do
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "1.0.14"
gem "pry"
gem "standard"
gem "yard"
end
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ group :development, :test do
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "1.0.14"
gem "pry"
gem "standard"
gem "yard"
end
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails80.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ group :development, :test do
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "1.0.14"
gem "pry"
gem "standard"
gem "yard"
end
Expand Down

0 comments on commit 6032177

Please sign in to comment.