diff options
author | Bryan McLellan <btm@opscode.com> | 2013-06-25 10:13:29 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-06-25 10:13:29 -0700 |
commit | 097fb215db74e9ae938f34531baf655e8a7b1576 (patch) | |
tree | 278d62fb739b72aa58344a3ea011e8c1068d4af0 /Gemfile | |
parent | 0bbca25e15aea90c3802feb425a0b11194fadf9e (diff) | |
download | chef-097fb215db74e9ae938f34531baf655e8a7b1576.tar.gz |
CHEF-4314: Pin active_support < 4.0.0 due to atomic + CAS issues
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |