Skip to content

Commit

Permalink
Drop public_suffix from dependencies because we don't support Ruby1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
9toon committed Feb 28, 2021
1 parent dc79f45 commit 1f86160
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hypernova.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov", "~> 0.11"
spec.add_development_dependency "pry", "~> 0.10"
spec.add_development_dependency "webmock", "~> 3.0"
# below works around travis-ci requiring github-pages-health-check, whose subdep public_suffix
# stopped being compatible with ruby 1.9
# see https://github.com/weppos/publicsuffix-ruby/issues/127
spec.add_development_dependency "public_suffix", "=1.4.6"

spec.add_runtime_dependency "faraday", "~> 1"
end

0 comments on commit 1f86160

Please sign in to comment.