Skip to content

Commit

Permalink
Update public_suffix dependency version upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 25, 2024
1 parent 5733ae9 commit 5bf2e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Gem::Specification.new do |spec|

spec.add_dependency "thor", ">= 0.20", "< 2"
spec.add_dependency "json-schema", "~> 5"
# public_suffix >= 7.0 requires Ruby >= 3.0, so we need to specify an upper bound
# public_suffix >= 6.0 requires Ruby >= 3.0, so we need to specify an upper bound
# to maintain compatibility with Ruby 2.7
spec.add_dependency "public_suffix", ">= 2.0.2", "< 7.0"
spec.add_dependency "public_suffix", ">= 2.0.2", "< 6.0"

spec.add_development_dependency "bundler", ">= 1.15"
spec.add_development_dependency "pry-byebug", "~> 3"
Expand Down

0 comments on commit 5bf2e54

Please sign in to comment.