mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Rack 1.4 is required as of e236f57337
This commit is contained in:
parent
83791f58da
commit
50c354b813
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|||
gem.authors = ['Michael Bleigh', 'Erik Michaels-Ober']
|
||||
gem.email = ['michael@intridea.com', 'sferik@gmail.com']
|
||||
|
||||
gem.add_runtime_dependency 'rack', '~> 1.0'
|
||||
gem.add_runtime_dependency 'rack', '~> 1.4'
|
||||
gem.add_runtime_dependency 'hashie', '~> 1.2'
|
||||
|
||||
gem.add_development_dependency 'growl'
|
||||
|
|
Loading…
Reference in a new issue