diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-08 04:43:17 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-08 04:43:17 -0800 |
commit | f36fe92fcbda02ec130889cc508cab5812fd2b20 (patch) | |
tree | 7c0bae18b78e8522000a24ea0bc354f46ef7ef16 /Gemfile | |
parent | 7f90c8efcc0c8d63fadd293419be679a25e43c95 (diff) | |
download | gitlab-ce-f36fe92fcbda02ec130889cc508cab5812fd2b20.tar.gz |
Bump gollum-lib to 4.1.0 and fix dependency mismatch with rouge
Closes #3767
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |