Skip to content

Commit

Permalink
Change Gemfile to remove io-console dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jul 18, 2023
1 parent ef09e6e commit 4df4833
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0") &&
!(/jruby/ =~ RUBY_ENGINE)
gem "rspec-benchmark", "~> 0.6.0"
end
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.4.0") &&
!(/jruby/ =~ RUBY_ENGINE)
gem "io-console"
end

0 comments on commit 4df4833

Please sign in to comment.