summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-10-01 01:21:42 +0200
committervarac <varacanero@zeromail.org>2016-10-01 01:21:42 +0200
commit64e613cc130da9b59524184d6e313184da238805 (patch)
tree3241174dc9dc276a49d53548f55666ea134cb52f /Gemfile
parent1c787e997781d81350ddd3f80dbdd101e8548bb7 (diff)
pin two other gems that fail to install otherwise
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c1add7b..fa3f9ca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,11 @@ 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'
+# 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