Skip to content

Commit

Permalink
Update rack dependency to <3 ❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 20, 2015
1 parent e1fc27a commit 2878c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth.gemspec
Expand Up @@ -5,7 +5,7 @@ require 'omniauth/version'

Gem::Specification.new do |spec|
spec.add_dependency 'hashie', ['>= 1.2', '< 4']
spec.add_dependency 'rack', ['>= 1.0', '< 2.0']
spec.add_dependency 'rack', ['>= 1.0', '< 3']
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober', 'Tom Milewski']
spec.description = 'A generalized Rack framework for multiple-provider authentication.'
Expand Down

0 comments on commit 2878c6f

Please sign in to comment.