From a4dca01665af2074c864a90e52361221477b77c8 Mon Sep 17 00:00:00 2001 From: Stanislav Voroniy Date: Tue, 6 Oct 2015 11:15:53 +0200 Subject: [PATCH] Force version 3.2 - otherwise Travis loads 3.3 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6cb27d4..6b05f2e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :lint do end group :unit do - gem 'berkshelf', '~> 3.2' + gem 'berkshelf', '3.2' gem 'chefspec', '~> 4.3' end