Skip to content

Commit

Permalink
Pin Safe Yaml to 1.0.5
Browse files Browse the repository at this point in the history
Fixes issue with travis caused by [aws#80](dtao/safe_yaml#80) and fixed in [aws#90](dtao/safe_yaml#90)

To test:

	bundle install
	bundle exec rake

Signed-off-by: Sean Smith <seaam@amazon.com>
  • Loading branch information
sean-smith committed Feb 22, 2019
1 parent b231277 commit 66616d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66616d2

Please sign in to comment.