From d2319fe85fe9f4febc3970b8d15bdca6f65abda4 Mon Sep 17 00:00:00 2001 From: Jaymala Sinha Date: Thu, 22 Aug 2019 10:34:05 -0400 Subject: Test without libnsl Signed-off-by: Jaymala Sinha --- omnibus/Gemfile | 2 +- omnibus/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 6fca425e62..5ce0bc9f22 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: "csnapp/remove_libnsl" gem "artifactory" gem "pedump" diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index a25b39a95e..3f48c7da2c 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,8 +18,8 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 5fa35959f6efb0a5a745c46e4b0431a2826934da - branch: master + revision: fbde9da1ecea4ee43078e461d50de4867cf9301b + branch: csnapp/remove_libnsl specs: omnibus-software (4.0.0) chef-sugar (>= 3.4.0) -- cgit v1.2.1