From 1a445e8cd96d8be65ebaa20d931f0a99e2dc5f59 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Thu, 8 Sep 2022 08:27:03 +0600 Subject: 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. UGH Signed-off-by: John McCrae --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1