Skip to content

Commit

Permalink
updating Gemfile for chefspec 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vinyar committed Jun 5, 2014
1 parent f63d25e commit 76106d4
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,8 +1,8 @@
source 'https://rubygems.org'

gem 'berkshelf'
gem 'berkshelf', '~> 2.0'
gem 'rspec', :group => :integration
gem 'chefspec', :group => :integration
gem 'chefspec', '~> 3.0', :group => :integration
gem 'guard', :group => :integration
gem 'test-kitchen', :group => :integration
gem 'kitchen-vagrant', :group => :integration

0 comments on commit 76106d4

Please sign in to comment.