From cd45309a07e093b71934aaf4bc1d20ca5d04c3a3 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 11 Dec 2024 15:22:09 +0900 Subject: [PATCH] Unbundle pry in favor of irb 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 --- Gemfile | 3 --- Gemfile.lock | 13 ------------- 2 files changed, 16 deletions(-) diff --git a/Gemfile b/Gemfile index ccfd0d111..d8ceae4ae 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index d734af397..78402bdda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -586,9 +576,6 @@ DEPENDENCIES omniauth-twitter paper_trail pg - pry-rails - pry-remote - pry-rescue puma pundit rack-mini-profiler