summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-09-08 08:27:03 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-09-08 08:27:03 +0600
commit1a445e8cd96d8be65ebaa20d931f0a99e2dc5f59 (patch)
tree8994ef27e00754a285da4ff9b9d590acb64d32ff
parentb74bb5ece5815e6ca22a84f41037d3aade06e3a9 (diff)
downloadchef-jfm/chef18_mixlib.tar.gz
Reverted the gemspecs, mostly, to pre chef18. Forgot to rebuild the gemfile.lock. Also forgot to add the updated gemspec. Also forgot to save the corrected Rakefile. UGHjfm/chef18_mixlib
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index de77854f4e..8ac0f71b05 100644
--- a/Rakefile
+++ b/Rakefile
@@ -62,7 +62,7 @@ end
# hack in all the preinstall tasks to occur before the traditional install task
task install: "pre_install:all"
# make sure we build the correct gemspec on windows
-gemspec = Gem.win_platform? ? "chef-x64-mingw-ucrt" : "chef"
+gemspec = Gem.win_platform? ? "chef-universal-mingw" : "chef"
Bundler::GemHelper.install_tasks name: gemspec