Skip to content

Commit

Permalink
Do not restrict maximum version of Hashie.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 17, 2019
1 parent 68b40cb commit 72470b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'omniauth/version'

Gem::Specification.new do |spec|
spec.add_dependency 'hashie', ['>= 3.4.6', '~> 4.0.0']
spec.add_dependency 'hashie', ['>= 3.4.6']
spec.add_dependency 'rack', ['>= 1.6.2', '< 3']
spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'rake', '~> 12.0'
Expand Down

0 comments on commit 72470b9

Please sign in to comment.