Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbundle pry in favor of irb #424

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading