diff --git a/Gemfile b/Gemfile index 1a170b670..767ac6351 100644 --- a/Gemfile +++ b/Gemfile @@ -162,11 +162,6 @@ group :development, :test do gem "puma", "~> 6.4" gem "selenium-webdriver", "~> 4.15.0" # TODO: Can't upgrade to 4.17 until Rails 7 + Ruby 3.3 - # Debugging - gem "pry", "~> 0.13" - gem "pry-byebug", "~> 3.9" - gem "pry-rails", "~> 0.3" - # External request capture gem "vcr", "~> 6.0" gem "webmock", "~> 3.10" diff --git a/Gemfile.lock b/Gemfile.lock index dcf0bd33f..c526cd121 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,6 @@ GEM bullet (7.2.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - byebug (11.1.3) cancancan (3.6.1) capybara (3.40.0) addressable @@ -199,7 +198,6 @@ GEM chunky_png (1.4.0) climate_control (0.2.0) clipboard-rails (1.7.1) - coderay (1.1.3) coffee-rails (5.0.0) coffee-script (>= 2.2.0) railties (>= 5.2.0) @@ -353,7 +351,6 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - method_source (1.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) @@ -397,14 +394,6 @@ GEM activerecord (>= 5.1) csv pg (>= 0.17) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) - pry-byebug (3.10.1) - byebug (~> 11.0) - pry (>= 0.13, < 0.15) - pry-rails (0.3.11) - pry (>= 0.13.0) psych (5.1.2) stringio public_suffix (6.0.1) @@ -738,9 +727,6 @@ DEPENDENCIES phony (~> 2.15) popper_js (~> 1.14) postgres-copy (~> 1.0) - pry (~> 0.13) - pry-byebug (~> 3.9) - pry-rails (~> 0.3) puma (~> 6.4) rack-attack (~> 6.3) rails (~> 7.1.0)