From 6c2b79446c209ee54efd037a4bc83bedb3b1ee7f Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 30 Sep 2016 23:49:28 +0200 Subject: Use varacs gitlab gem fork for pipeline support --- Gemfile | 1 + Gemfile.lock | 25 ++++++++++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index fa75df1..23d8c9c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' +gem 'gitlab', :git => 'https://github.com/varac/gitlab.git', :branch => 'pipeline_support' gemspec diff --git a/Gemfile.lock b/Gemfile.lock index fc509cd..4aaeb58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/varac/gitlab.git + revision: a2d105128aab0226082bbdabf7da0e24892e5b79 + branch: pipeline_support + specs: + gitlab (3.7.0) + httparty + terminal-table + PATH remote: . specs: @@ -34,25 +43,20 @@ GEM safe_yaml (~> 1.0.0) daemons (1.2.4) docile (1.1.5) - domain_name (0.5.20160615) + domain_name (0.5.20160826) unf (>= 0.0.5, < 1.0.0) eventmachine (1.2.0.1) execjs (2.0.2) fakeweb (1.3.0) - gitlab (3.7.0) - httparty (~> 0.13.0) - terminal-table haml (4.0.7) tilt hashie (1.2.0) hike (1.2.3) - http-cookie (1.0.2) + http-cookie (1.0.3) domain_name (~> 0.5) - httparty (0.13.7) - json (~> 1.8) + httparty (0.14.0) multi_xml (>= 0.5.2) i18n (0.7.0) - json (1.8.3) metaclass (0.0.4) mime-types (3.1) mime-types-data (~> 3.2015) @@ -111,7 +115,8 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - terminal-table (1.6.0) + terminal-table (1.7.3) + unicode-display_width (~> 1.1.1) thin (1.6.4) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) @@ -124,6 +129,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.2) + unicode-display_width (1.1.1) PLATFORMS ruby @@ -131,6 +137,7 @@ PLATFORMS DEPENDENCIES dashing! fakeweb (~> 1.3.0) + gitlab! haml (~> 4.0.4) minitest (~> 5.2.0) mocha (~> 0.14.0) -- cgit v1.2.3