Use IRB 1.10.1 to avoid console test issues on CI

This commit is contained in:
Stan Lo 2023-12-05 16:36:27 +00:00
parent c3b396cacb
commit 6be6669c95
No known key found for this signature in database
GPG Key ID: 76D63D5E36F02747
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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)