Skip to content

Commit 2a4ea74

Browse files
committed
try remove io-console pin
1 parent bf28b5c commit 2a4ea74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ruby_version = Gem::Version.new(RUBY_VERSION)
99
if ruby_version >= Gem::Version.new("2.7.0")
1010
gem "debug", github: "ruby/debug", platform: :ruby
1111
gem "irb"
12-
# new release breaks on jruby
13-
gem "io-console", "0.6.0"
1412

1513
if ruby_version >= Gem::Version.new("3.0.0")
1614
gem "ruby-lsp-rspec"

0 commit comments

Comments
 (0)