mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Bump rack-protection dependency to test with 2.0.0 alpha
This commit is contained in:
parent
4e0048dda8
commit
13fec9cf16
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
|
|||
|
||||
s.add_dependency 'rack', '~> 2.0'
|
||||
s.add_dependency 'tilt', '~> 2.0'
|
||||
s.add_dependency 'rack-protection', '~> 1.5'
|
||||
s.add_dependency 'rack-protection', '~> 2.0'
|
||||
s.add_dependency 'mustermann', '~> 0.4'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue