Skip to content

Commit

Permalink
Merge pull request #92 from benbalter/dependabot/bundler/public_suffi…
Browse files Browse the repository at this point in the history
…x-gte-4-and-lt-6

Update public_suffix requirement from ~> 4.0 to >= 4, < 6
  • Loading branch information
benbalter authored Aug 9, 2022
2 parents 57ff883 + 3c41478 commit 965bb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-inspector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency('nokogiri', '~> 1.10')
s.add_dependency('oj', '~> 3.0')
s.add_dependency('parallel', '~> 1.0')
s.add_dependency('public_suffix', '~> 4.0')
s.add_dependency('public_suffix', '>= 4', '< 6')
s.add_dependency('sniffles', '~> 0.2')
s.add_dependency('typhoeus', '~> 1.0')
s.add_dependency('urlscan', '~> 0.6')
Expand Down

0 comments on commit 965bb39

Please sign in to comment.