summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 62ad4e4..01dc836 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,11 +1,5 @@
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"