From 009594945171ce5aab15d341f36fad80dce36377 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 1 Oct 2016 01:21:42 +0200 Subject: pin two other gems that fail to install otherwise --- Gemfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 439b890..08e8f3f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,12 @@ 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 -- cgit v1.2.3