summaryrefslogtreecommitdiff
path: root/Gemfile
blob: a1601d17867c09db320b5389442ac3d026858e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
source 'https://rubygems.org'
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
# Gem::InstallError: rest-client requires Ruby version >= 2.0.0.
# even when ruby 2.1 ist installed. So we pin earlier versions:
gem 'mime-types', '2.6.2'
gem 'rest-client', '< 2.0.0'

gemspec

gem "nagiosharder"