Skip to content

Commit

Permalink
Allow public_suffix 6 (#535)
Browse files Browse the repository at this point in the history
Close #534
  • Loading branch information
tagliala committed Jun 21, 2024
1 parent 1a09707 commit 5b7197d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tasks/gem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace :gem do

s.required_ruby_version = ">= 2.2"

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

s.require_path = "lib"
Expand Down

0 comments on commit 5b7197d

Please sign in to comment.