Skip to content

Commit

Permalink
Merge pull request #10 from billthompson/update-public-suffix
Browse files Browse the repository at this point in the history
Update public_suffix to 3.0.0
  • Loading branch information
billthompson committed Aug 29, 2017
2 parents 5893d6f + 07f53d6 commit b355e28
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.10.0"
s.add_dependency "public_suffix", "~> 1.5.3"
s.add_dependency "public_suffix", "~> 3.0.0"
s.add_dependency "activesupport", "> 4.2"
s.add_development_dependency "test-unit"
s.add_development_dependency "shoulda"
Expand Down

0 comments on commit b355e28

Please sign in to comment.