From 097fb215db74e9ae938f34531baf655e8a7b1576 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Tue, 25 Jun 2013 10:13:29 -0700 Subject: CHEF-4314: Pin active_support < 4.0.0 due to atomic + CAS issues --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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" -- cgit v1.2.1