From d65d238196c2df60fe84414d86c2f023126090f8 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 1 Oct 2016 01:02:23 +0200 Subject: activesupport >= 5.0.0 requires ruby 2.2 which break jessie support --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 23d8c9c..c1add7b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,6 @@ 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 -- cgit v1.2.3