mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
rack has released 2.0.1, update dependencies
This commit is contained in:
parent
5fcb1e1bd4
commit
e7ef8e234f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
|
|||
|
||||
s.required_ruby_version = '>= 2.2.0'
|
||||
|
||||
s.add_dependency 'rack', '= 2.0.0.rc1'
|
||||
s.add_dependency 'rack', '~> 2.0'
|
||||
s.add_dependency 'tilt', '~> 2.0'
|
||||
s.add_dependency 'rack-protection', '~> 1.5'
|
||||
s.add_dependency 'mustermann', '~> 0.4'
|
||||
|
|
Loading…
Add table
Reference in a new issue