Skip to content

Commit

Permalink
Allow use of public_suffix 5 (#465)
Browse files Browse the repository at this point in the history
Follow-up to #460
  • Loading branch information
dentarg committed Jul 25, 2022
1 parent 13f95ee commit 299372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/gem.rake
Expand Up @@ -21,7 +21,7 @@ namespace :gem do

s.required_ruby_version = ">= 2.2"

s.add_runtime_dependency "public_suffix", ">= 2.0.2", "< 5.0"
s.add_runtime_dependency "public_suffix", ">= 2.0.2", "< 6.0"
s.add_development_dependency "bundler", ">= 1.0", "< 3.0"

s.require_path = "lib"
Expand Down

0 comments on commit 299372a

Please sign in to comment.