Skip to content

Commit

Permalink
Merge pull request #15 from josacar/relax-public_suffix-version
Browse files Browse the repository at this point in the history
Relax public_suffix gem version
  • Loading branch information
joseluis-fw authored Oct 28, 2019
2 parents 026bf44 + 4b172cb commit 98a404f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glare.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec', '~> 3.7'

spec.add_dependency 'public_suffix', '>= 3.0.2', '< 4.0'
spec.add_dependency 'public_suffix', '>= 3.0.2', '< 5.0'
spec.add_dependency 'httpclient', '>= 2.8.3', '< 3.0'
end
2 changes: 1 addition & 1 deletion lib/glare/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Glare
VERSION = '0.7.0'.freeze
VERSION = '0.8.0'.freeze
end

0 comments on commit 98a404f

Please sign in to comment.