diff options
author | Azul <azul@riseup.net> | 2017-07-17 20:51:46 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-07-17 20:51:46 +0200 |
commit | 6193bef96b118ca099c6a03bbe6403e0d4acd1ff (patch) | |
tree | 5a2db1a7370b45dd271eceffa1629399c66115d5 /Gemfile | |
parent | 94e3b2ba1fe499dcb0e8e7ee10e1d2caaa806091 (diff) |
feat: only alert for failing master builds
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |