Skip to content

Commit

Permalink
upgrade to chef 0.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jul 27, 2010
1 parent 91ba5ee commit bd88f45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Expand Up @@ -2,14 +2,13 @@ source :gemcutter

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

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

# vim:ft=ruby

0 comments on commit bd88f45

Please sign in to comment.