Skip to content

Commit

Permalink
Update test deps and remove Guard
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Feb 4, 2016
1 parent c092262 commit da6bccc
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,13 @@ end

group :unit do
gem 'berkshelf', '~> 4.0'
gem 'chefspec', '~> 4.4'
gem 'chefspec', '~> 4.5'
end

group :kitchen_common do
gem 'test-kitchen', '~> 1.4'
gem 'test-kitchen', '~> 1.5'
end

group :kitchen_vagrant do
gem 'kitchen-vagrant', '~> 0.19'
end

group :development do
gem 'ruby_gntp'
gem 'growl'
gem 'rb-fsevent'
gem 'guard', '~> 2.4'
gem 'guard-kitchen'
gem 'guard-foodcritic'
gem 'guard-rspec'
gem 'guard-rubocop'
end

0 comments on commit da6bccc

Please sign in to comment.