From b422d958965972972a671b7d1bba61fa343f8175 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Mon, 4 Apr 2022 15:12:49 -0700 Subject: Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bug Signed-off-by: John McCrae --- mixlib-shellout-universal-mingw-ucrt.gemspec | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mixlib-shellout-universal-mingw-ucrt.gemspec (limited to 'mixlib-shellout-universal-mingw-ucrt.gemspec') diff --git a/mixlib-shellout-universal-mingw-ucrt.gemspec b/mixlib-shellout-universal-mingw-ucrt.gemspec new file mode 100644 index 0000000..f32b6cb --- /dev/null +++ b/mixlib-shellout-universal-mingw-ucrt.gemspec @@ -0,0 +1,8 @@ +gemspec = instance_eval(File.read(File.expand_path("mixlib-shellout.gemspec", __dir__))) + +gemspec.platform = Gem::Platform.new(%w{x64-mingw-ucrt}) +gemspec.add_dependency "win32-process", "~> 0.9" +gemspec.add_dependency "wmi-lite", "~> 1.0" +gemspec.add_dependency "ffi-win32-extensions", "~> 1.0.3" + +gemspec -- cgit v1.2.1