summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-10-01 01:02:23 +0200
committerVarac <varac@leap.se>2017-10-16 13:20:15 +0200
commit782793d75212d9efc1f2d3d03e4c889c924142e8 (patch)
treef47cd0523254a2878b6987758e2f9c155073090e
parent4d6005b1e9c1aeee678415ff39da6f0364ae1fcf (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 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