Skip to content

Commit

Permalink
Add fiddle runtime dependency
Browse files Browse the repository at this point in the history
Resolve Ruby warning:
```
/home/alex/.rbenv/versions/3.3.5/lib/ruby/3.3.0/reline.rb:9: warning: fiddle was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
```
  • Loading branch information
AlexWayfer committed Oct 12, 2024
1 parent 2f21d1e commit d4bbc96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new('>= 2.6')

spec.add_dependency 'fiddle', '~> 1.1'
spec.add_dependency 'io-console', '~> 0.5'
end

0 comments on commit d4bbc96

Please sign in to comment.