Merge pull request #50270 from Shopify/lock-irb

Lock irb to < 1.10 for now
This commit is contained in:
Jean Boussier 2023-12-05 16:59:48 +01:00 committed by GitHub
commit c3b396cacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -134,6 +134,8 @@ 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

View File

@ -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.8.3) irb (1.9.1)
rdoc rdoc
reline (>= 0.3.8) reline (>= 0.3.8)
jbuilder (2.11.5) jbuilder (2.11.5)
@ -409,7 +409,7 @@ GEM
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rbtree (0.4.6) rbtree (0.4.6)
rdoc (6.6.0) rdoc (6.6.1)
psych (>= 4.0.0) psych (>= 4.0.0)
redcarpet (3.2.3) redcarpet (3.2.3)
redis (5.0.5) redis (5.0.5)
@ -515,7 +515,7 @@ GEM
stackprof (0.2.23) stackprof (0.2.23)
stimulus-rails (1.2.1) stimulus-rails (1.2.1)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.0.9) stringio (3.1.0)
sucker_punch (3.1.0) sucker_punch (3.1.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
syntax_tree (6.1.1) syntax_tree (6.1.1)
@ -591,6 +591,7 @@ 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)