Skip to content

Commit

Permalink
Relax the hashie constraint to < 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 9, 2014
1 parent 42e6297 commit 2a356c1
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 @@ -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.1']
spec.add_dependency 'hashie', ['>= 1.2', '< 4']
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 2a356c1

Please sign in to comment.