Skip to content

Commit

Permalink
Merge pull request #748 from matthewrudy/hashie-3.0
Browse files Browse the repository at this point in the history
Hashie 3.0.0
  • Loading branch information
Tom Milewski committed Jun 11, 2014
2 parents 8da6662 + 550940e commit 8ede77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'omniauth/version'

Gem::Specification.new do |spec|
spec.add_dependency 'hashie', ['>= 1.2', '< 3']
spec.add_dependency 'hashie', ['>= 1.2', '< 3.1']
spec.add_dependency 'rack', '~> 1.0'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober', 'Tom Milewski']
Expand Down

0 comments on commit 8ede77f

Please sign in to comment.