summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-06-25 10:13:29 -0700
committerBryan McLellan <btm@opscode.com>2013-06-25 10:13:29 -0700
commit097fb215db74e9ae938f34531baf655e8a7b1576 (patch)
tree278d62fb739b72aa58344a3ea011e8c1068d4af0 /Gemfile
parent0bbca25e15aea90c3802feb425a0b11194fadf9e (diff)
downloadchef-097fb215db74e9ae938f34531baf655e8a7b1576.tar.gz
CHEF-4314: Pin active_support < 4.0.0 due to atomic + CAS issues
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 05f1cd44f5..371406cfde 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
-gem "activesupport", :group => :compat_testing, :platform => "ruby"
+gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
group(:docgen) do
gem "ronn"