mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
relax rack
This commit is contained in:
parent
e84a6e6521
commit
9cd7aad3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ require 'omniauth/version'
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.add_dependency 'hashie', ['>= 3.4.6']
|
||||
spec.add_dependency 'rack', '~> 2.2.3'
|
||||
spec.add_dependency 'rack', '>= 2.2.3'
|
||||
spec.add_development_dependency 'bundler', '~> 2.0'
|
||||
spec.add_dependency 'rack-protection'
|
||||
spec.add_development_dependency 'rake', '~> 12.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue