summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-07-17 20:51:46 +0200
committerVarac <varac@leap.se>2017-10-16 13:20:42 +0200
commit90be5e3859fbdd02202720716894b6b5261ab0e3 (patch)
treece755b308f46dba10532d947363f373ef5c167b5 /Gemfile
parentd8e6b9f73339b5e73f77a418c1ba1a3206393e73 (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 08e8f3f..a1601d1 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,7 +8,6 @@ gem 'activesupport', '< 5.0.0'
gem 'mime-types', '2.6.2'
gem 'rest-client', '< 2.0.0'
-
gemspec
gem "nagiosharder"