Update hashie dependency to allow 2.x

This commit is contained in:
Erik Michaels-Ober 2013-02-22 14:07:42 -08:00
parent fe1211aecc
commit 9632d5043c
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'
spec.add_dependency 'hashie', ['>= 1.2', '< 3']
spec.add_dependency 'rack'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober']