diff --git a/Gemfile b/Gemfile index 1db17d0..a761716 100644 --- a/Gemfile +++ b/Gemfile @@ -1,15 +1,12 @@ source 'https://rubygems.org' -gem 'berkshelf', '= 3.1.5' -gem 'chefspec', '= 4.1.1' -gem 'foodcritic', '= 4.0.0' -gem 'kitchen-gce', '= 0.1.2' -gem 'kitchen-vagrant', '= 0.15.0' -gem 'rake', '= 10.3.2' -gem 'rubocop', '= 0.26.1' -gem 'stove', '= 3.2.3' -gem 'thor-scmversion', '= 1.7.0' - -# v1.2.1 (latest stable) is somewhat broken when working with AWS. Fixes are in master, so -# I'm locking to a specific working commit until a newer release is created. -gem 'test-kitchen', :git => 'https://github.com/test-kitchen/test-kitchen.git', :ref => '3d3d024443e89bb5a7182e22b5ce2e59b8964853' +gem 'berkshelf', '~> 3.2' +gem 'chefspec', '~> 4.2' +gem 'foodcritic', '~> 4.0' +gem 'kitchen-gce', '= 0.2' +gem 'kitchen-vagrant', '~> 0.16' +gem 'rake', '~> 10.4' +gem 'rubocop', '~> 0.29' +gem 'stove', '~> 3.2', '>= 3.2.3' +gem 'test-kitchen', '~> 1.3', '>= 1.3.1' +gem 'thor-scmversion', '~> 1.7.0'