summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-07-17 20:51:46 +0200
committerAzul <azul@riseup.net>2017-07-17 20:51:46 +0200
commit6193bef96b118ca099c6a03bbe6403e0d4acd1ff (patch)
tree5a2db1a7370b45dd271eceffa1629399c66115d5 /Gemfile
parent94e3b2ba1fe499dcb0e8e7ee10e1d2caaa806091 (diff)
feat: only alert for failing master builds
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index fa3f9ca..62ad4e4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
-gem 'gitlab', :git => 'https://github.com/varac/gitlab.git', :branch => 'pipeline_support'
+gem 'gitlab'
# activesupport >= 5.0.0 requires ruby 2.2 which break jessie support
gem 'activesupport', '< 5.0.0'
# both following gems will break on jessie with
@@ -8,5 +8,4 @@ gem 'activesupport', '< 5.0.0'
gem 'mime-types', '2.6.2'
gem 'rest-client', '< 2.0.0'
-
gemspec