Skip to content

Commit

Permalink
Update chefspec and kitchen-vagrant dependencies in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jan 27, 2014
1 parent 2365aec commit c94d799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 2.0'
gem 'chefspec', '~> 3.1'
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.17'

Expand All @@ -17,5 +17,5 @@ gem 'rubocop', '~> 0.17'

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

0 comments on commit c94d799

Please sign in to comment.