Skip to content

Commit

Permalink
Merge pull request #155 from dentarg/patch-1
Browse files Browse the repository at this point in the history
Allow use of `public_suffix` 5
  • Loading branch information
Pontus4 committed Oct 10, 2022
2 parents 6eaa58e + f1346c8 commit 0989fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twingly-url.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5"

s.add_dependency "addressable", "~> 2.6"
s.add_dependency "public_suffix", ">= 3.0.1", "< 5.0"
s.add_dependency "public_suffix", ">= 3.0.1", "< 6.0"

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

0 comments on commit 0989fd5

Please sign in to comment.