From 22a6c1f19db436823017e471606573e28dcd8067 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 3 Apr 2019 16:54:21 -0700 Subject: Try building off the updated libyaml def Signed-off-by: Tim Smith --- omnibus/Gemfile | 2 +- omnibus/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 3580039d4f..15c673a4c5 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "omnibus", git: "https://github.com/chef/omnibus", branch: "master" -gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "master" +gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "yaml" gem "pedump" diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 090d4b9d71..7ff093f726 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,8 +18,8 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 2018a4ef1fbf75de998ed965835314fee1275a89 - branch: master + revision: 529bce1286cff3d514f9826e9514e5f4100733d0 + branch: yaml specs: omnibus-software (4.0.0) chef-sugar (>= 3.4.0) @@ -32,7 +32,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) aws-eventstream (1.0.2) - aws-partitions (1.148.0) + aws-partitions (1.149.0) aws-sdk-core (3.48.3) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1.0) -- cgit v1.2.1