From 66616d2a849ae8ac23aeb123438bbeb09c64be5f Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Fri, 22 Feb 2019 11:57:06 -0800 Subject: [PATCH] Pin Safe Yaml to 1.0.5 Fixes issue with travis caused by [#80](https://github.com/dtao/safe_yaml/issues/80) and fixed in [#90](https://github.com/dtao/safe_yaml/pull/90) To test: bundle install bundle exec rake Signed-off-by: Sean Smith --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index f3712acaa..e2a4e29db 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,7 @@ end group :test do gem 'chefspec', '~> 4.0' gem 'kitchen-vagrant', '~> 1.1.0' + gem 'safe_yaml', '~> 1.0.5' gem 'test-kitchen', '~> 1.13.2' end