Skip to content

Commit

Permalink
Update public_suffix requirement from >= 3.0, < 6.0 to >= 3.0, < 7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [public_suffix](https://github.com/weppos/publicsuffix-ruby) to permit the latest version.
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md)
- [Commits](weppos/publicsuffix-ruby@v3.0.0...v3.1.1)

---
updated-dependencies:
- dependency-name: public_suffix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 4785cd4 commit 2c1773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-pages-health-check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.add_dependency("addressable", "~> 2.3")
s.add_dependency("dnsruby", "~> 1.60")
s.add_dependency("octokit", ">= 4", "< 9")
s.add_dependency("public_suffix", ">= 3.0", "< 6.0")
s.add_dependency("public_suffix", ">= 3.0", "< 7.0")
s.add_dependency("typhoeus", "~> 1.3")
end

0 comments on commit 2c1773b

Please sign in to comment.