From 6be6669c95d5db0dba85e795b82884ac2db39c18 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Tue, 5 Dec 2023 16:36:27 +0000 Subject: [PATCH] Use IRB 1.10.1 to avoid console test issues on CI --- Gemfile | 2 -- Gemfile.lock | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) 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)