Refresh patches
This commit is contained in:
parent
6ab12f82bb
commit
fef46eb7e7
1 changed files with 2 additions and 2 deletions
4
debian/patches/0050-relax-stable-libs.patch
vendored
4
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -185,8 +185,8 @@ gitlab Gemfile
|
|||
gem 'diff_match_patch', '~> 0.1.0'
|
||||
|
||||
# Application server
|
||||
-gem 'rack', '~> 2.0.7'
|
||||
+gem 'rack', '~> 2.0', '>= 2.0.7'
|
||||
-gem 'rack', '~> 2.0.9'
|
||||
+gem 'rack', '~> 2.0', '>= 2.0.9'
|
||||
|
||||
group :unicorn do
|
||||
- gem 'unicorn', '~> 5.4.1'
|
||||
|
|
Loading…
Reference in a new issue