Skip to content

Commit c3b396c

Browse files
authored
Merge pull request rails#50270 from Shopify/lock-irb
Lock irb to < 1.10 for now
2 parents 98df193 + 1aa4bd3 commit c3b396c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ gem "webmock"
134134
local_gemfile = File.expand_path(".Gemfile", __dir__)
135135
instance_eval File.read local_gemfile if File.exist? local_gemfile
136136

137+
gem "irb", "< 1.10"
138+
137139
group :test do
138140
gem "minitest-bisect"
139141
gem "minitest-ci", require: false

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ GEM
285285
activesupport (>= 6.0.0)
286286
railties (>= 6.0.0)
287287
io-console (0.6.0)
288-
irb (1.8.3)
288+
irb (1.9.1)
289289
rdoc
290290
reline (>= 0.3.8)
291291
jbuilder (2.11.5)
@@ -409,7 +409,7 @@ GEM
409409
rb-inotify (0.10.1)
410410
ffi (~> 1.0)
411411
rbtree (0.4.6)
412-
rdoc (6.6.0)
412+
rdoc (6.6.1)
413413
psych (>= 4.0.0)
414414
redcarpet (3.2.3)
415415
redis (5.0.5)
@@ -515,7 +515,7 @@ GEM
515515
stackprof (0.2.23)
516516
stimulus-rails (1.2.1)
517517
railties (>= 6.0.0)
518-
stringio (3.0.9)
518+
stringio (3.1.0)
519519
sucker_punch (3.1.0)
520520
concurrent-ruby (~> 1.0)
521521
syntax_tree (6.1.1)
@@ -591,6 +591,7 @@ DEPENDENCIES
591591
google-cloud-storage (~> 1.11)
592592
image_processing (~> 1.2)
593593
importmap-rails (>= 1.2.3)
594+
irb (< 1.10)
594595
jbuilder
595596
jsbundling-rails
596597
json (>= 2.0.0, != 2.7.0)

0 commit comments

Comments
 (0)