diff options
-rw-r--r-- | omnibus/Gemfile | 2 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 6fca425e62..3473586e7c 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: "windows_ruby" gem "artifactory" gem "pedump" diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index bcd5f6d699..d40e2f4dd2 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,8 +18,8 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: e1c3d2839fe49e732aaf9edc8ebf708f12846ff3 - branch: master + revision: 1a476653509d7ab47527c6e972fbccd784eaf94c + branch: windows_ruby specs: omnibus-software (4.0.0) omnibus (>= 5.6.1) |