Skip to content

Commit

Permalink
Updated the code to remove the shell_out mixin
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Nov 29, 2021
1 parent ae1ac69 commit 1e84d69
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 129 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in win32-certstore.gemspec
gemspec

gem "mixlib-shellout", "< 3.2.3"
# gem "mixlib-shellout", "< 3.2.3"

if Gem.ruby_version.to_s.start_with?("2.5")
# 16.7.23 required ruby 2.6+
Expand Down
105 changes: 0 additions & 105 deletions lib/win32/certstore/mixin/shell_exec.rb

This file was deleted.

22 changes: 0 additions & 22 deletions spec/win32/unit/store/shell_exec_spec.rb

This file was deleted.

2 changes: 1 addition & 1 deletion win32-certstore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler"
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_dependency "mixlib-shellout"
# spec.add_dependency "mixlib-shellout"
spec.add_dependency "ffi"
spec.add_runtime_dependency "chef-powershell"
spec.metadata["yard.run"] = "yri"
Expand Down

0 comments on commit 1e84d69

Please sign in to comment.