mirror of https://github.com/rails/rails
Use IRB 1.10.1 to avoid console test issues on CI
This commit is contained in:
parent
c3b396cacb
commit
6be6669c95
2
Gemfile
2
Gemfile
|
@ -134,8 +134,6 @@ gem "webmock"
|
||||||
local_gemfile = File.expand_path(".Gemfile", __dir__)
|
local_gemfile = File.expand_path(".Gemfile", __dir__)
|
||||||
instance_eval File.read local_gemfile if File.exist? local_gemfile
|
instance_eval File.read local_gemfile if File.exist? local_gemfile
|
||||||
|
|
||||||
gem "irb", "< 1.10"
|
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "minitest-bisect"
|
gem "minitest-bisect"
|
||||||
gem "minitest-ci", require: false
|
gem "minitest-ci", require: false
|
||||||
|
|
|
@ -285,7 +285,7 @@ GEM
|
||||||
activesupport (>= 6.0.0)
|
activesupport (>= 6.0.0)
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
io-console (0.6.0)
|
io-console (0.6.0)
|
||||||
irb (1.9.1)
|
irb (1.10.1)
|
||||||
rdoc
|
rdoc
|
||||||
reline (>= 0.3.8)
|
reline (>= 0.3.8)
|
||||||
jbuilder (2.11.5)
|
jbuilder (2.11.5)
|
||||||
|
@ -591,7 +591,6 @@ DEPENDENCIES
|
||||||
google-cloud-storage (~> 1.11)
|
google-cloud-storage (~> 1.11)
|
||||||
image_processing (~> 1.2)
|
image_processing (~> 1.2)
|
||||||
importmap-rails (>= 1.2.3)
|
importmap-rails (>= 1.2.3)
|
||||||
irb (< 1.10)
|
|
||||||
jbuilder
|
jbuilder
|
||||||
jsbundling-rails
|
jsbundling-rails
|
||||||
json (>= 2.0.0, != 2.7.0)
|
json (>= 2.0.0, != 2.7.0)
|
||||||
|
|
Loading…
Reference in New Issue