summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-04 18:21:52 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-04 18:21:52 -0700
commitcf834f66604a5d7a0af14b81ae34f098255f14ed (patch)
tree941f29b86bd16e0995f632b1c2e0bdb61c664b2f
parent760e8b596f2be5b4e77bd076d9fece38dba1b723 (diff)
downloadchef-better_NT_version.tar.gz
Target NT 8+ when compiling Rubybetter_NT_version
More details to come on exactly what this gets us. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--omnibus/Gemfile2
-rw-r--r--omnibus/Gemfile.lock4
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)