From 782793d75212d9efc1f2d3d03e4c889c924142e8 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 4406e52..439b890 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,7 @@ 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