Skip to content

Commit 6be6669

Browse files
committed
Use IRB 1.10.1 to avoid console test issues on CI
1 parent c3b396c commit 6be6669

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ 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-
139137
group :test do
140138
gem "minitest-bisect"
141139
gem "minitest-ci", require: false

Gemfile.lock

Lines changed: 1 addition & 2 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.9.1)
288+
irb (1.10.1)
289289
rdoc
290290
reline (>= 0.3.8)
291291
jbuilder (2.11.5)
@@ -591,7 +591,6 @@ DEPENDENCIES
591591
google-cloud-storage (~> 1.11)
592592
image_processing (~> 1.2)
593593
importmap-rails (>= 1.2.3)
594-
irb (< 1.10)
595594
jbuilder
596595
jsbundling-rails
597596
json (>= 2.0.0, != 2.7.0)

0 commit comments

Comments
 (0)