From 22cae202433d1b61eb56cf1954b1c56eed9ff3c3 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 23 Apr 2019 15:05:04 -0700 Subject: [PATCH] Remove ref restriciton from kitche-salt --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index afb6d26f932..f9cc04889c3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # Point this back at the test-kitchen package after 1.23.3 is relased gem 'test-kitchen', '~>1.23.3' -gem 'kitchen-salt', :git => 'https://github.com/s0undt3ch/kitchen-salt.git', :branch => 'features/nox', :ref => '7a8854f' +gem 'kitchen-salt', :git => 'https://github.com/s0undt3ch/kitchen-salt.git', :branch => 'features/nox' gem 'kitchen-sync' gem 'git'