Browse Source

Add test-kitchen version constraint from The Berkshelf Way blog post.

Douglas Thrift 10 years ago
parent
commit
41e0817c9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -3,5 +3,5 @@ source 'https://rubygems.org'
 gem 'berkshelf'
 gem 'thor-foodcritic'
 gem 'thor-scmversion'
-gem 'test-kitchen', :group => :integration
+gem 'test-kitchen', '~> 1.0.0.beta.2', :group => :integration
 gem 'kitchen-vagrant', :group => :integration