File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ gem "webmock"
134
134
local_gemfile = File . expand_path ( ".Gemfile" , __dir__ )
135
135
instance_eval File . read local_gemfile if File . exist? local_gemfile
136
136
137
+ gem "irb" , "< 1.10"
138
+
137
139
group :test do
138
140
gem "minitest-bisect"
139
141
gem "minitest-ci" , require : false
Original file line number Diff line number Diff line change 285
285
activesupport (>= 6.0.0 )
286
286
railties (>= 6.0.0 )
287
287
io-console (0.6.0 )
288
- irb (1.8.3 )
288
+ irb (1.9.1 )
289
289
rdoc
290
290
reline (>= 0.3.8 )
291
291
jbuilder (2.11.5 )
409
409
rb-inotify (0.10.1 )
410
410
ffi (~> 1.0 )
411
411
rbtree (0.4.6 )
412
- rdoc (6.6.0 )
412
+ rdoc (6.6.1 )
413
413
psych (>= 4.0.0 )
414
414
redcarpet (3.2.3 )
415
415
redis (5.0.5 )
515
515
stackprof (0.2.23 )
516
516
stimulus-rails (1.2.1 )
517
517
railties (>= 6.0.0 )
518
- stringio (3.0.9 )
518
+ stringio (3.1.0 )
519
519
sucker_punch (3.1.0 )
520
520
concurrent-ruby (~> 1.0 )
521
521
syntax_tree (6.1.1 )
@@ -591,6 +591,7 @@ DEPENDENCIES
591
591
google-cloud-storage (~> 1.11 )
592
592
image_processing (~> 1.2 )
593
593
importmap-rails (>= 1.2.3 )
594
+ irb (< 1.10 )
594
595
jbuilder
595
596
jsbundling-rails
596
597
json (>= 2.0.0 , != 2.7.0 )
You can’t perform that action at this time.
0 commit comments