Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Added/updated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Dec 9, 2013
1 parent e0a8e2e commit e864d57
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
source "https://rubygems.org"

gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 2.0'
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.14'

# group :development do
# gem 'guard', '~> 2.0'
# gem 'guard-kitchen'
# gem 'guard-rubocop', '~> 1.0'
# gem 'guard-rspec', '~> 3.0'
# gem 'rb-inotify', :require => false
# gem 'rb-fsevent', :require => false
# gem 'rb-fchange', :require => false
# end

group :integration do
gem 'test-kitchen', '~> 1.0.0'
gem 'kitchen-vagrant', '~> 0.13'
end

0 comments on commit e864d57

Please sign in to comment.