summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorJon Morrow <jmorrow@chef.io>2019-11-21 09:07:59 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-27 21:14:00 -0800
commit3398ff91766012df01a38f51aa89e4a8dd4b8947 (patch)
tree982e3f6e8ac4b12b5386e305d078bcfdb276a6a2 /Gemfile.lock
parentdab5a04e5355f9369089176a89c3ed3dfb420b4f (diff)
downloadchef-3398ff91766012df01a38f51aa89e4a8dd4b8947.tar.gz
Fixes all notarization issues
This changes makes the neccessary changes to enable the pkg to pass apples notarization requirements. 1. Update omnibus and omnibus-software to versions that support deep signing 2. Drop 'Developer ID Installer:' from signing key. This lets sigining pick up the correct key for what is being signed. Signed-off-by: Jon Morrow <jmorrow@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 204abe7f4e..07332962ce 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -141,7 +141,7 @@ GEM
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
- byebug (11.1.0)
+ byebug (11.1.1)
chef-telemetry (1.0.2)
chef-config
concurrent-ruby (~> 1.0)
@@ -289,7 +289,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
- pry-byebug (3.7.0)
+ pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.10)
pry-remote (0.1.8)
@@ -299,7 +299,7 @@ GEM
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (4.0.3)
- rack (2.1.1)
+ rack (2.1.2)
rainbow (3.0.0)
rake (12.3.2)
rb-readline (0.5.5)
@@ -372,7 +372,7 @@ GEM
strings (~> 0.1.6)
tty-cursor (~> 0.7)
tty-color (0.5.1)
- tty-cursor (0.7.0)
+ tty-cursor (0.7.1)
tty-prompt (0.20.0)
necromancer (~> 0.5.0)
pastel (~> 0.7.0)