Skip to content

Commit 85d1145

Browse files
Update public_suffix requirement from >= 3.0, < 5.0 to >= 3.0, < 6.0
Updates the requirements on [public_suffix](https://github.com/weppos/publicsuffix-ruby) to permit the latest version. - [Release notes](https://github.com/weppos/publicsuffix-ruby/releases) - [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>
1 parent e1d29db commit 85d1145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-pages-health-check.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
1919
s.add_dependency("addressable", "~> 2.3")
2020
s.add_dependency("dnsruby", "~> 1.60")
2121
s.add_dependency("octokit", "~> 4.0")
22-
s.add_dependency("public_suffix", ">= 3.0", "< 5.0")
22+
s.add_dependency("public_suffix", ">= 3.0", "< 6.0")
2323
s.add_dependency("typhoeus", "~> 1.3")
2424
end

0 commit comments

Comments
 (0)