debian-mirror-gitlab/debian/patches/0499-91-relax-rugged.patch

23 lines
457 B
Diff
Raw Normal View History

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'