diff --git a/Gemfile b/Gemfile index e7a2ed5031a..dfea076b047 100644 --- a/Gemfile +++ b/Gemfile @@ -134,8 +134,6 @@ gem "webmock" local_gemfile = File.expand_path(".Gemfile", __dir__) instance_eval File.read local_gemfile if File.exist? local_gemfile -gem "irb", "< 1.10" - group :test do gem "minitest-bisect" gem "minitest-ci", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 63367fd447e..a42feafc503 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.6.0) - irb (1.9.1) + irb (1.10.1) rdoc reline (>= 0.3.8) jbuilder (2.11.5) @@ -591,7 +591,6 @@ DEPENDENCIES google-cloud-storage (~> 1.11) image_processing (~> 1.2) importmap-rails (>= 1.2.3) - irb (< 1.10) jbuilder jsbundling-rails json (>= 2.0.0, != 2.7.0)