Skip to content

Commit

Permalink
Add reline to 3.3+ to avoid fiddle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Sep 26, 2024
1 parent 2f7ee7f commit dfed65e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.3.0')
gem 'method_source', '= 1.0.0'
end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.3.0')
gem 'reline'
end

# Rubocop supports only >=2.2.0
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.2.0')
gem 'rubocop', '= 0.66.0', require: false
Expand Down

0 comments on commit dfed65e

Please sign in to comment.