Skip to content
Open
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
35 changes: 8 additions & 27 deletions components/gems/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
artifactory (3.0.17)
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1161.0)
aws-partitions (1.1196.0)
aws-sdk-account (1.48.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -101,7 +101,7 @@ GEM
aws-sdk-configservice (1.137.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.232.0)
aws-sdk-core (3.240.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand Down Expand Up @@ -175,8 +175,8 @@ GEM
aws-sdk-kinesis (1.87.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.112.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-kms (1.118.0)
aws-sdk-core (~> 3, >= 3.239.1)
aws-sigv4 (~> 1.5)
aws-sdk-lambda (1.160.0)
aws-sdk-core (~> 3, >= 3.231.0)
Expand Down Expand Up @@ -211,8 +211,8 @@ GEM
aws-sdk-route53resolver (1.86.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.199.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-s3 (1.208.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-s3control (1.43.0)
Expand Down Expand Up @@ -902,11 +902,11 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitar (1.1.0)
minitest (5.26.2)
mixlib-archive (1.1.7)
mixlib-log
mixlib-archive (1.1.7-universal-mingw32)
mixlib-log
minitest (5.26.2)
mixlib-authentication (3.0.10)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
Expand Down Expand Up @@ -1151,8 +1151,8 @@ GEM
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
structured_warnings (0.4.0)
strscan (3.1.5)
structured_warnings (0.4.0)
syslog (0.3.0)
logger
syslog-logger (1.6.8)
Expand Down Expand Up @@ -1364,13 +1364,10 @@ GEM
vsphere-automation-cis (~> 0.4.6)
vsphere-automation-runtime (~> 0.4.6)
webrick (1.9.1)
win32-api (1.10.1)
win32-api (1.10.1-universal-mingw32)
win32-certstore (0.6.16)
chef-powershell
ffi
win32-dir (0.7.2)
ffi (>= 1.0.0)
win32-event (0.6.3)
win32-ipc (>= 0.6.0)
win32-eventlog (0.6.3)
Expand All @@ -1383,20 +1380,12 @@ GEM
win32-ipc (>= 0.6.0)
win32-process (0.10.0)
ffi (>= 1.0.0)
win32-security (0.5.0)
ffi
ffi-win32-extensions
win32-service (2.3.2)
ffi
ffi-win32-extensions
win32-taskscheduler (2.0.4)
ffi
structured_warnings
windows-api (0.4.5)
win32-api (>= 1.4.5)
windows-pr (1.2.6)
win32-api (>= 1.4.5)
windows-api (>= 0.4.0)
winrm (2.3.8)
builder (>= 2.1.2)
erubi (~> 1.8)
Expand Down Expand Up @@ -1493,14 +1482,6 @@ DEPENDENCIES
ruby-shadow!
test-kitchen (>= 3.0)
unf_ext (~> 0.0.8.2)
win32-api
win32-dir
win32-event
win32-mutex
win32-process (>= 0.9.0)
win32-security
win32-service (>= 2.1.5)
windows-pr
winrm-elevated
winrm-fs

Expand Down
Loading