summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-10-01 01:02:23 +0200
committervarac <varacanero@zeromail.org>2016-10-01 01:02:23 +0200
commitd65d238196c2df60fe84414d86c2f023126090f8 (patch)
treeb2a295b7dcfe954e09f5a2821be92d7858a776a6
parentdfdb4abf27d0e6ed0a25bca5e55bd8ac985bd2ba (diff)
activesupport >= 5.0.0 requires ruby 2.2 which break jessie support
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
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