Commit e48fdde4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3300 from aus/patch-1

Change gollum repo to use https:// instead of git://
parents 747706a8 ba1dbd39
...@@ -104,7 +104,7 @@ gem 'settingslogic' ...@@ -104,7 +104,7 @@ gem 'settingslogic'
# github-linquist needs pygments 0.4.2 but Gollum 2.4.11 # github-linquist needs pygments 0.4.2 but Gollum 2.4.11
# requires pygments 0.3.2. The latest master Gollum has been updated # requires pygments 0.3.2. The latest master Gollum has been updated
# to use pygments 0.4.2. Change this after next Gollum release. # to use pygments 0.4.2. Change this after next Gollum release.
gem "gollum", "~> 2.4.0", git: "git://github.com/gollum/gollum.git", ref: "5dcd3c8c8f" gem "gollum", "~> 2.4.0", git: "https://github.com/gollum/gollum.git", ref: "5dcd3c8c8f"
# Misc # Misc
gem "foreman" gem "foreman"
......
GIT GIT
remote: git://github.com/gollum/gollum.git remote: https://github.com/gollum/gollum.git
revision: 5dcd3c8c8f68158e43ff79861279088ee56d0ebe revision: 5dcd3c8c8f68158e43ff79861279088ee56d0ebe
ref: 5dcd3c8c8f ref: 5dcd3c8c8f
specs: specs:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment