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

21 lines
405 B
Diff
Raw Normal View History

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