diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-15 09:46:23 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-15 09:46:23 -0700 |
commit | 9f3a593092bec4eb0542c8217f5ec5bf37c17dbe (patch) | |
tree | c01402cbf1f260dae5e753dfb11d75861c2c6965 | |
parent | 50c05b71b75a3c7f53d84adc4ec898be54e8f9f4 (diff) | |
parent | 8403e99f280f1d9bb79dbe73f0af16d87972bb7b (diff) | |
download | gitlab-ce-9f3a593092bec4eb0542c8217f5ec5bf37c17dbe.tar.gz |
Merge pull request #3230 from DanKnox/update_gollum_repo_location
Update gollum repository location in the Gemfile.
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ gem 'settingslogic' # github-linquist needs pygments 0.4.2 but Gollum 2.4.11 # requires pygments 0.3.2. The latest master Gollum has been updated # to use pygments 0.4.2. Change this after next Gollum release. -gem "gollum", "~> 2.4.0", git: "git://github.com/github/gollum.git" +gem "gollum", "~> 2.4.0", git: "git://github.com/gollum/gollum.git", ref: "5dcd3c8c8f" # Misc gem "foreman" |