debian-mirror-gitlab/debian/patches/0499-60-relax-rugged.patch
2021-01-30 21:13:35 +05:30

20 lines
405 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,7 @@
# Supported DBs
gem 'pg', '~> 1.1'
-gem 'rugged', '~> 0.28'
+gem 'rugged', '~> 1.1'
gem 'grape-path-helpers', '~> 1.5'
gem 'faraday', '~> 1.0'
@@ -260,7 +260,7 @@
gem 'loofah', '~> 2.2'
# Working with license
-gem 'licensee', '~> 8.9'
+gem 'licensee', '~> 9.14'
# Detect and convert string character encoding
gem 'charlock_holmes', '~> 0.7.7'