Skip to content

Commit

Permalink
Merge pull request #603 from chef/the-reckoning
Browse files Browse the repository at this point in the history
Move all the logic out of Rakefile and into bin/bento
  • Loading branch information
Seth Thomas committed May 20, 2016
2 parents 2d644eb + 4f9f0e3 commit afb741d
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 358 deletions.
10 changes: 7 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem "rake"
gem "thor"
gem 'rake'
gem 'thor'
gem 'test-kitchen'
gem 'json'
gem 'mixlib-shellout'
gem 'aws-sdk'
Loading

0 comments on commit afb741d

Please sign in to comment.