summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'