Relax the hashie constraint to < 4

This commit is contained in:
Erik Michaels-Ober 2014-07-09 19:41:26 +02:00
parent 42e62973b2
commit 2a356c1fd6
1 changed files with 1 additions and 1 deletions

View File

@ -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']