summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-04-04 14:36:37 -0700
committerJohn McCrae <jmccrae@chf.io>2022-04-04 14:36:37 -0700
commitc1615de990c2a541e78bc64f6e1d13c5c771965d (patch)
tree5e3208da223f33cf2242684ea7990e23da6c19f4
parent282a8548ea79a6f0d08fa0159542932bd9bc79ac (diff)
parent59f182509f368e3d9edd9ffeb300c39cd6064d31 (diff)
downloadmixlib-shellout-poorndm/IPACK-104-Test-Ruby3.0/3.1.tar.gz
Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bugpoorndm/IPACK-104-Test-Ruby3.0/3.1
Signed-off-by: John McCrae <jmccrae@chf.io>
-rw-r--r--mixlib-shellout-universal-mingw-ucrt.gemspec8
1 files changed, 0 insertions, 8 deletions
diff --git a/mixlib-shellout-universal-mingw-ucrt.gemspec b/mixlib-shellout-universal-mingw-ucrt.gemspec
deleted file mode 100644
index 4b6fdc7..0000000
--- a/mixlib-shellout-universal-mingw-ucrt.gemspec
+++ /dev/null
@@ -1,8 +0,0 @@
-gemspec = instance_eval(File.read(File.expand_path("mixlib-shellout.gemspec", __dir__)))
-
-gemspec.platform = Gem::Platform.new(%w{universal x64-mingw-ucrt})
-gemspec.add_dependency "win32-process", "~> 0.9"
-gemspec.add_runtime_dependency "wmi-lite", "~> 1.0"
-gemspec.add_runtime_dependency "ffi-win32-extensions", "~> 1.0.3"
-
-gemspec