summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-06-13 15:14:26 +0200
committermh <mh@immerda.ch>2014-06-13 15:14:26 +0200
commit39fe89683fac70469d707995eb04317e83dc456a (patch)
tree1d0e94ba88439ed2fcd1a961ab0b149090bf8fcc
parent4b766cb0cbfd1bdb8099c650a20268ec331a6666 (diff)
4.0 does not support <1.9
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3c721f0..9c5bad4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ else
puppetversion = ['>= 2.6']
end
-gem 'activesupport', '~> 4.0' if RUBY_VERSION == '1.8.7'
+gem 'activesupport', '~> 3.2' if RUBY_VERSION == '1.8.7'
gem 'puppet', puppetversion
gem 'puppet-lint', '>=0.3.2'
gem 'puppetlabs_spec_helper', '>=0.2.0'