summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 439b890eacffb075c28e1274a2941375a8e2ff69 (plain)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'
gem 'gitlab', :git => 'https://github.com/varac/gitlab.git', :branch => 'pipeline_support'
# activesupport >= 5.0.0 requires ruby 2.2 which break jessie support
gem 'activesupport', '< 5.0.0'

gemspec

gem "nagiosharder"