Skip to content

Commit

Permalink
Update required dependencies
Browse files Browse the repository at this point in the history
Ruby 2.4 is EOL, hence the update.
`public_suffix` is updated to support Ruby 2.7 with fixed
deprecations and warnings, see

https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md#403
  • Loading branch information
Pontus4 committed Sep 17, 2020
1 parent 1d919b4 commit a9c14f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twingly-url.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Gem::Specification.new do |s|
s.summary = "Ruby library for URL handling"
s.description = "Twingly URL tools"
s.license = "MIT"
s.required_ruby_version = "~> 2.4"
s.required_ruby_version = "~> 2.5"

s.add_dependency "addressable", "~> 2.6"
s.add_dependency "public_suffix", "~> 3.0.1"
s.add_dependency "public_suffix", "~> 4.0.3"

s.add_development_dependency "rake", "~> 12"
s.add_development_dependency "rspec", "~> 3"
Expand Down

0 comments on commit a9c14f1

Please sign in to comment.