relax gollum-rugged_adapter

This commit is contained in:
Pirate Praveen 2017-08-19 00:40:42 +05:30
parent ed799aec7c
commit b3aafb3fcd
2 changed files with 21 additions and 0 deletions

20
debian/patches/0230-relax-rugged.patch vendored Normal file
View file

@ -0,0 +1,20 @@
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@
gem "mysql2", '~> 0.3.16' if ENV["DB"] == "all" || ENV["DB"] == "mysql"
gem "pg", '~> 0.18.2' if ENV["DB"] == "all" || ENV["DB"] == "postgres"
-gem 'rugged', '~> 0.25.1.1'
+gem 'rugged', '~> 0.24.0'
gem 'faraday', '~> 0.11.0'
@@ -66,7 +66,7 @@
# Git Wiki
# Required manually in config/initializers/gollum.rb to control load order
gem 'gollum-lib', '~> 4.2', require: false
-gem 'gollum-rugged_adapter', '~> 0.4.4', require: false
+gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
# Language detection
gem 'github-linguist', '~> 4.7', require: 'linguist'

View file

@ -6,3 +6,4 @@ source-init-functions.patch
pid-log-paths.patch
0200-remove-order-dependency-in-label-finder-spec.patch
0220-relax-dependencies.patch
0230-relax-rugged.patch