From ffe18d3144da81de1340a6b199f4271bb9cd445f Mon Sep 17 00:00:00 2001 From: Nikhil Gupta <35272911+nikhil2611@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:24:55 +0000 Subject: proxifier2 gem in sync with repo fork (#13617) * New gem proxifier2 published from fork in chef/ruby-proxifier * Key change in proxifier2 gem enables Ruby 3.1 compatibility * Older way caused inconsistency for chef gem users. --------- Signed-off-by: nikhil2611 Signed-off-by: Ashique P S Co-authored-by: Ashique P S --- omnibus/Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'omnibus') diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 9d90793879..ee4ae10916 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -17,7 +17,7 @@ GIT chef-utils (>= 15.4) contracts (>= 0.16.0, < 0.17.0) ffi-yajl (~> 2.2) - license_scout (~> 1.0) + license_scout (~> 1.3) mixlib-shellout (>= 2.0, < 4.0) mixlib-versioning ohai (>= 16, < 19) @@ -93,7 +93,7 @@ GEM net-sftp (>= 2.1.2, < 5.0) ohai (~> 18.0) plist (~> 3.2) - proxifier (~> 1.0) + proxifier2 (~> 1.1) syslog-logger (~> 1.6) train-core (~> 3.10) train-rest (>= 0.4.1) @@ -129,7 +129,7 @@ GEM net-sftp (>= 2.1.2, < 5.0) ohai (~> 18.0) plist (~> 3.2) - proxifier (~> 1.0) + proxifier2 (~> 1.1) syslog-logger (~> 1.6) train-core (~> 3.10) train-rest (>= 0.4.1) @@ -249,7 +249,7 @@ GEM tomlrb (>= 1.2, < 3.0) tty-box (~> 0.6) tty-prompt (~> 0.20) - license_scout (1.3.4) + license_scout (1.3.5) ffi-yajl (~> 2.2) mixlib-shellout (>= 2.2, < 4.0) toml-rb (>= 1, < 3) @@ -332,7 +332,7 @@ GEM rainbow zhexdump (>= 0.0.2) plist (3.7.0) - proxifier (1.0.3) + proxifier2 (1.1.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) -- cgit v1.2.1