An error occurred while fetching the assigned milestone of the selected merge_request.
5 0 stable
Compare changes
Files
2- Ben Bodenmiller authored
Changes gems to use https path rather than git path. Git path does not work behind some firewalls and/or proxies.
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 1
− 1
@@ -105,7 +105,7 @@ gem 'settingslogic'
@@ -105,7 +105,7 @@ gem 'settingslogic'
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"