Skip to content

Commit

Permalink
Merge pull request #1356 from puppetlabs/CAT-1643
Browse files Browse the repository at this point in the history
(CAT-1643) Update childprocess and remove patch
  • Loading branch information
jordanbreen28 authored May 22, 2024
2 parents 78e8249 + 224d9fe commit f5a5d70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 271 deletions.
2 changes: 0 additions & 2 deletions lib/pdk/cli/exec/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class Command

def initialize(*argv)
require 'childprocess'

require 'pdk/monkey_patches'
require 'tempfile'

@argv = argv
Expand Down
268 changes: 0 additions & 268 deletions lib/pdk/monkey_patches.rb

This file was deleted.

2 changes: 1 addition & 1 deletion pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'cri', '~> 2.15.11'

# Childprocess and deps
spec.add_runtime_dependency 'childprocess', '~> 4.1.0'
spec.add_runtime_dependency 'childprocess', '~> 5.0'
spec.add_runtime_dependency 'hitimes', '2.0.0'

## root tty gems
Expand Down

0 comments on commit f5a5d70

Please sign in to comment.