23 lines
457 B
Diff
23 lines
457 B
Diff
|
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'
|