summaryrefslogtreecommitdiff
path: root/mixlib-shellout-universal-mingw-ucrt.gemspec
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-04-04 15:12:49 -0700
committerJohn McCrae <jmccrae@chf.io>2022-04-04 15:12:49 -0700
commitb422d958965972972a671b7d1bba61fa343f8175 (patch)
tree026d24f6e96c60f51148c8ebbc0f949e1155cdfb /mixlib-shellout-universal-mingw-ucrt.gemspec
parent7c2afb88a4fb34b5515bb1881f335b945b8b0f04 (diff)
downloadmixlib-shellout-b422d958965972972a671b7d1bba61fa343f8175.tar.gz
Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bug
Signed-off-by: John McCrae <jmccrae@chf.io>
Diffstat (limited to 'mixlib-shellout-universal-mingw-ucrt.gemspec')
-rw-r--r--mixlib-shellout-universal-mingw-ucrt.gemspec8
1 files changed, 8 insertions, 0 deletions
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