Switch back to ruby-rugged 0.28 in Gemfile
This commit is contained in:
parent
970af3fbc8
commit
54ca8e9b34
2 changed files with 23 additions and 0 deletions
22
debian/patches/0499-91-relax-rugged.patch
vendored
Normal file
22
debian/patches/0499-91-relax-rugged.patch
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
rugged 1.x breaks gitlab
|
||||
|
||||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -17,7 +17,7 @@
|
||||
# Supported DBs
|
||||
gem 'pg', '~> 1.1'
|
||||
|
||||
-gem 'rugged', '~> 1.0', '>= 1.0.1'
|
||||
+gem 'rugged', '~> 0.28'
|
||||
gem 'grape-path-helpers', '~> 1.6', '>= 1.6.1'
|
||||
|
||||
gem 'faraday', '~> 1.0'
|
||||
@@ -258,7 +258,7 @@
|
||||
gem 'loofah', '~> 2.2'
|
||||
|
||||
# Working with license
|
||||
-gem 'licensee', '~> 9.14.1'
|
||||
+gem 'licensee', '~> 8.9'
|
||||
|
||||
# Detect and convert string character encoding
|
||||
gem 'charlock_holmes', '~> 0.7.7'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -17,6 +17,7 @@
|
|||
0499-40-relax-rouge.patch
|
||||
0499-70-relax-graphlient.patch
|
||||
0499-90-relax-webrick.patch
|
||||
0499-91-relax-rugged.patch
|
||||
0500-set-webpack-root.patch
|
||||
0510-remove-dev-dependencies.patch
|
||||
0520-add-system-lib-path-for-webpack.patch
|
||||
|
|
Loading…
Reference in a new issue