Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Update to Chef 14.3.37 #1624

Merged
merged 1 commit into from
Jul 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ group(:omnibus_package) do
gem "chef-provisioning-aws", ">= 3.0.2", group: :provisioning
gem "chef-provisioning-fog", ">= 0.26.1", group: :provisioning
gem "chef-vault", ">= 3.3.0"
gem "chef", "= 14.2.0"
gem "chef", "= 14.3.37"
gem "cheffish", ">= 14.0.1"
gem "chefspec", ">= 7.2.0"
gem "fauxhai", ">= 5.4.0"
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ GEM
mixlib-shellout (~> 2.0)
artifactory (2.8.2)
ast (2.4.0)
aws-sdk (2.11.85)
aws-sdk-resources (= 2.11.85)
aws-sdk-core (2.11.85)
aws-sdk (2.11.86)
aws-sdk-resources (= 2.11.86)
aws-sdk-core (2.11.86)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.85)
aws-sdk-core (= 2.11.85)
aws-sdk-resources (2.11.86)
aws-sdk-core (= 2.11.86)
aws-sigv4 (1.0.3)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand All @@ -62,10 +62,10 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (10.0.2)
chef (14.2.0)
chef (14.3.37)
addressable
bundler (>= 1.10)
chef-config (= 14.2.0)
chef-config (= 14.3.37)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand Down Expand Up @@ -93,10 +93,10 @@ GEM
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
chef (14.2.0-universal-mingw32)
chef (14.3.37-universal-mingw32)
addressable
bundler (>= 1.10)
chef-config (= 14.2.0)
chef-config (= 14.3.37)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand Down Expand Up @@ -131,17 +131,17 @@ GEM
win32-mmap (~> 0.4.1)
win32-mutex (~> 0.4.2)
win32-process (~> 0.8.2)
win32-service (~> 0.8.7)
win32-taskscheduler (~> 0.4.0)
win32-service (~> 1.0)
win32-taskscheduler (~> 1.0.0)
windows-api (~> 0.4.4)
wmi-lite (~> 1.0)
chef-api (0.8.0)
logify (~> 0.1)
mime-types
chef-config (14.2.0)
chef-config (14.3.37)
addressable
fuzzyurl
mixlib-config (~> 2.0)
mixlib-config (>= 2.2.12, < 3.0)
mixlib-shellout (~> 2.0)
tomlrb (~> 1.2)
chef-provisioning (2.7.1)
Expand Down Expand Up @@ -626,9 +626,9 @@ GEM
solve (4.0.0)
molinillo (~> 0.6)
semverse (>= 1.1, < 3.0)
specinfra (2.74.0)
specinfra (2.75.0)
net-scp
net-ssh (>= 2.7, < 5.0)
net-ssh (>= 2.7)
net-telnet
sfl
sslshake (1.2.0)
Expand Down Expand Up @@ -697,10 +697,10 @@ GEM
win32-ipc (>= 0.6.0)
win32-process (0.8.3)
ffi (>= 1.0.0)
win32-service (0.8.10)
win32-service (1.0.1)
ffi
ffi-win32-extensions
win32-taskscheduler (0.4.1)
win32-taskscheduler (1.0.2)
ffi
structured_warnings
windows-api (0.4.4)
Expand Down Expand Up @@ -738,7 +738,7 @@ DEPENDENCIES
artifactory
berkshelf (>= 7.0)
bundler
chef (= 14.2.0)
chef (= 14.3.37)
chef-dk!
chef-provisioning (>= 2.7.1)
chef-provisioning-aws (>= 3.0.2)
Expand Down