Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-12-08 15:43:17 +0300
committerStan Hu <stanhu@gmail.com>2015-12-08 15:43:17 +0300
commitf36fe92fcbda02ec130889cc508cab5812fd2b20 (patch)
tree7c0bae18b78e8522000a24ea0bc354f46ef7ef16 /Gemfile
parent7f90c8efcc0c8d63fadd293419be679a25e43c95 (diff)
Bump gollum-lib to 4.1.0 and fix dependency mismatch with rouge
Closes #3767
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fc4d565fc84..91ad4b6fb4d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ gem "gitlab_git", '~> 7.2.20'
gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap"
# Git Wiki
-gem 'gollum-lib', '~> 4.0.2'
+gem 'gollum-lib', '~> 4.1.0'
# Language detection
gem "github-linguist", "~> 4.7.0", require: "linguist"