Skip to content

Commit

Permalink
Updated per @kramvan1 's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ Asghar committed Nov 13, 2014
1 parent a717550 commit 5c49fab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Berksfile.lock
Gemfile.lock
cookbooks/
berks-cookbooks/
notes.md
nodes/
.kitchen/
.kitchen.local.yml
.bundle
.vagrant
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source "https://rubygems.org"

gem 'chef', '~> 11.12.0'
gem 'chef', '~> 11.16.0'
gem 'json', '<= 1.7.7' # chef dependency
gem 'knife-block', '~> 0.0.6'
gem 'berkshelf', '~> 3.0.0'
gem 'berkshelf', '~> 3.1.5'
gem 'hashie', '~> 2.0'
gem 'chef-metal'
gem 'chef-metal-vagrant'
Expand Down

0 comments on commit 5c49fab

Please sign in to comment.