Skip to content

Commit

Permalink
Update development and testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Oct 6, 2015
1 parent ec9ce8a commit 397074e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -11,16 +11,16 @@ group :lint do
end

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

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

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

group :kitchen_cloud do
Expand Down

0 comments on commit 397074e

Please sign in to comment.