We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf28b5c commit 2a4ea74Copy full SHA for 2a4ea74
Gemfile
@@ -9,8 +9,6 @@ ruby_version = Gem::Version.new(RUBY_VERSION)
9
if ruby_version >= Gem::Version.new("2.7.0")
10
gem "debug", github: "ruby/debug", platform: :ruby
11
gem "irb"
12
- # new release breaks on jruby
13
- gem "io-console", "0.6.0"
14
15
if ruby_version >= Gem::Version.new("3.0.0")
16
gem "ruby-lsp-rspec"
0 commit comments