Skip to content

Commit

Permalink
explicit activate json 1.4.2 since 1.4.3 is buggy with chef
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jun 22, 2010
1 parent 6b9e1dc commit 91ced62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
@@ -1,14 +1,15 @@
source :gemcutter

group :runtime do
gem "chef", "~>0.8.16"
gem "rvm", "~>0.1.32"
gem "chef", "~>0.8.16"
gem "json", "1.4.2"
gem "rest-client", "~>1.4.0", :require => "rest_client"
end

group :test do
gem "rake"
gem "bundler", "~>0.9.25"
gem "bundler", "~>0.9.26"
end

# vim:ft=ruby

0 comments on commit 91ced62

Please sign in to comment.