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 Mar 14, 2016
1 parent 9434f16 commit 7343634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 40 deletions.
21 changes: 5 additions & 16 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,19 @@ group :rake do
end

group :lint do
gem 'foodcritic', '~> 5.0'
gem 'rubocop', '~> 0.34'
gem 'foodcritic', '~> 6.0'
gem 'rubocop', '~> 0.38'
end

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

group :kitchen_common do
gem 'test-kitchen', '~> 1.4'
gem 'test-kitchen', '~> 1.6'
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
24 changes: 0 additions & 24 deletions Guardfile

This file was deleted.

0 comments on commit 7343634

Please sign in to comment.