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:
authorGabriel Mazetto <gabriel@gitlab.com>2016-10-03 06:44:58 +0300
committerGabriel Mazetto <gabriel@gitlab.com>2016-10-13 14:45:05 +0300
commit0eb5b0a08af7ebe68d515a68e2a94b3d0213393f (patch)
tree83682bc4ccf7c01ca146dc32088aa0b6f1946d15 /Gemfile.lock
parent8ca0387fe5caeb09f02273d96ed3e6295b02d468 (diff)
Use forked github-markup gem to enable python3 support with omnibus
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 8 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 067908af3fb..dde92fff044 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,10 @@
+GIT
+ remote: https://github.com/brodock/github-markup.git
+ revision: 62ff5993081920ad75016f2b87019dd14e3af137
+ branch: python3-fix
+ specs:
+ github-markup (1.4.0)
+
GEM
remote: https://rubygems.org/
specs:
@@ -272,7 +279,6 @@ GEM
escape_utils (~> 1.1.0)
mime-types (>= 1.19)
rugged (>= 0.23.0b)
- github-markup (1.4.0)
gitlab-flowdock-git-hook (1.0.1)
flowdock (~> 0.7)
gitlab-grit (>= 2.4.1)
@@ -864,7 +870,7 @@ DEPENDENCIES
gemnasium-gitlab-service (~> 0.2)
gemojione (~> 3.0)
github-linguist (~> 4.7.0)
- github-markup (~> 1.4)
+ github-markup (~> 1.4)!
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab_git (~> 10.6.8)
gitlab_omniauth-ldap (~> 1.2.1)