Skip to content

Commit

Permalink
New(er) toys
Browse files Browse the repository at this point in the history
  • Loading branch information
djoos committed Aug 4, 2015
1 parent 97f9f23 commit 15bae97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ group :unit, :integration do
end

group :unit do
gem 'chefspec', '~> 3.1'
gem 'rspec-expectations', '~> 2.14.0'
gem 'chefspec', '~> 4.0'
end

group :integration do
gem 'test-kitchen', '~> 1.2'
gem 'kitchen-vagrant', '~> 0.11'
gem 'serverspec', '~> 1.0'
gem 'serverspec', '~> 2.0'
end

0 comments on commit 15bae97

Please sign in to comment.