Skip to content

Commit

Permalink
Merge pull request #170 from github/dependabot-bundler-public_suffix-…
Browse files Browse the repository at this point in the history
…gte-3.0-and-lt-7.0

Update public_suffix requirement from >= 3.0, < 6.0 to >= 3.0, < 7.0
  • Loading branch information
yoannchaudet authored Sep 11, 2024
2 parents 4f2bb98 + 213a89e commit bc11646
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", "< 10")
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 bc11646

Please sign in to comment.