Skip to content

Commit

Permalink
Merge pull request #12 from bc-anthonycastiglione/update_public_suffi…
Browse files Browse the repository at this point in the history
…x_version

Further relax the public_suffix version

The public_suffix gem is now up to version 5.0.0, lets relax the pin to allow consuming projects to upgrade (necessary for Ruby 2.7/3 kwargs changes)
  • Loading branch information
bc-anthonycastiglione committed Nov 8, 2022
2 parents 9144cb2 + 7378bab commit 3dcdc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.files = %w( README.md Rakefile LICENSE ) + ["lib/enom.rb"] + Dir.glob("lib/enom/*.rb") + Dir.glob("lib/enom/commands/*.rb") + Dir.glob("test/**/*") + Dir.glob("bin/*")
s.has_rdoc = false
s.add_dependency "httparty", "~> 0.15"
s.add_dependency "public_suffix", "~> 3.0.0"
s.add_dependency "public_suffix", "~> 5.0.0"
s.add_dependency "activesupport", "> 4.2"
s.add_development_dependency "test-unit"
s.add_development_dependency "shoulda", "~> 3.5"
Expand Down

0 comments on commit 3dcdc33

Please sign in to comment.