File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ 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
-
139
137
group :test do
140
138
gem "minitest-bisect"
141
139
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.9 .1 )
288
+ irb (1.10 .1 )
289
289
rdoc
290
290
reline (>= 0.3.8 )
291
291
jbuilder (2.11.5 )
@@ -591,7 +591,6 @@ 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 )
595
594
jbuilder
596
595
jsbundling-rails
597
596
json (>= 2.0.0 , != 2.7.0 )
You can’t perform that action at this time.
0 commit comments