mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Fix 'WARNING: open-ended dependency on rack (>= 1.0) is not recommended'
This commit is contained in:
parent
d511c9e2ba
commit
6a52e0e070
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.required_ruby_version = '>= 2.2'
|
||||
|
||||
s.add_runtime_dependency 'rack', ">= 1.0"
|
||||
s.add_runtime_dependency 'rack', ">= 1.0", "< 3"
|
||||
|
||||
s.add_development_dependency 'appraisal', '~> 2.2'
|
||||
s.add_development_dependency 'minitest', "~> 5.11"
|
||||
|
|
|
|||
Loading…
Reference in a new issue