mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
lock the backports gem to v2.8.2
This commit is contained in:
parent
3fa1f2c228
commit
02533ce1b6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_dependency "sinatra", version
|
||||
s.add_dependency "mustermann", "~> 1.0"
|
||||
s.add_dependency "backports", ">= 2.0"
|
||||
s.add_dependency "backports", "~> 2.8.2"
|
||||
s.add_dependency "tilt", ">= 1.3", "< 3"
|
||||
s.add_dependency "rack-protection", version
|
||||
s.add_dependency "multi_json"
|
||||
|
|
Loading…
Reference in a new issue