mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove gemspec version constraint for rack-protection (#3162)
* Remove gemspec version constraint for rack-protection * Use rack-protection version of at least 1.5
This commit is contained in:
parent
8c53356fc8
commit
d1cd699d2d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_dependency 'redis', '~> 3.2', '>= 3.2.1'
|
||||
gem.add_dependency 'connection_pool', '~> 2.2', '>= 2.2.0'
|
||||
gem.add_dependency 'concurrent-ruby', '~> 1.0'
|
||||
gem.add_dependency 'rack-protection', '~> 1.5'
|
||||
gem.add_dependency 'rack-protection', '>= 1.5.0'
|
||||
gem.add_development_dependency 'redis-namespace', '~> 1.5', '>= 1.5.2'
|
||||
gem.add_development_dependency 'minitest', '~> 5.7', '>= 5.7.0'
|
||||
gem.add_development_dependency 'rake', '~> 10.0'
|
||||
|
|
Loading…
Reference in a new issue