Skip to content

Commit

Permalink
Allow Public Suffix 6
Browse files Browse the repository at this point in the history
Close #534
  • Loading branch information
tagliala committed Jun 18, 2024
1 parent 1a09707 commit fa63012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addressable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|

s.specification_version = 4

s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2".freeze, "< 6.0".freeze])
s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2".freeze, "< 7.0".freeze])
s.add_development_dependency(%q<bundler>.freeze, [">= 1.0".freeze, "< 3.0".freeze])
end

0 comments on commit fa63012

Please sign in to comment.