diff options
author | varac <varacanero@zeromail.org> | 2016-10-01 01:02:23 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-10-01 01:02:23 +0200 |
commit | d65d238196c2df60fe84414d86c2f023126090f8 (patch) | |
tree | b2a295b7dcfe954e09f5a2821be92d7858a776a6 /Gemfile | |
parent | dfdb4abf27d0e6ed0a25bca5e55bd8ac985bd2ba (diff) |
activesupport >= 5.0.0 requires ruby 2.2 which break jessie support
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |