Skip to content
Closed
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
39 changes: 21 additions & 18 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ GIT
branch: main
specs:
omnibus-software (24.6.323)
ffi (>= 1.17.0)
omnibus (>= 9.0.0)

GIT
Expand Down Expand Up @@ -53,7 +54,7 @@ GEM
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
base64 (0.3.0)
bcrypt_pbkdf (1.1.1)
berkshelf (8.0.9)
chef (>= 15.7.32)
Expand All @@ -68,7 +69,7 @@ GEM
retryable (>= 2.0, < 4.0)
solve (~> 4.0)
thor (>= 0.20)
bigdecimal (3.1.8)
bigdecimal (3.2.3)
builder (3.3.0)
chef (18.5.0)
addressable
Expand Down Expand Up @@ -147,7 +148,7 @@ GEM
citrus (3.0.2)
cleanroom (1.0.0)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.5)
contracts (0.16.1)
cookbook-omnifetch (0.12.2)
mixlib-archive (>= 0.4, < 2.0)
Expand All @@ -158,8 +159,8 @@ GEM
date (3.3.4)
diff-lcs (1.3)
domain_name (0.6.20240107)
ed25519 (1.3.0)
erubi (1.13.0)
ed25519 (1.4.0)
erubi (1.13.1)
erubis (2.7.0)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
Expand All @@ -170,7 +171,7 @@ GEM
net-http
fauxhai-chef (9.3.16)
net-ssh
ffi (1.16.3)
ffi (1.17.2)
ffi-libarchive (1.1.14)
ffi (~> 1.0)
ffi-yajl (2.6.0)
Expand All @@ -185,7 +186,8 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.6)
domain_name (~> 0.5)
httpclient (2.8.3)
httpclient (2.9.0)
mutex_m
iniparse (1.5.0)
inspec-core (5.22.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -214,7 +216,7 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
kitchen-vagrant (2.0.1)
kitchen-vagrant (2.1.2)
test-kitchen (>= 1.4, < 4)
libyajl2 (2.1.0)
license-acceptance (2.1.13)
Expand Down Expand Up @@ -246,26 +248,27 @@ GEM
mixlib-shellout
mixlib-versioning
thor
mixlib-log (3.1.1)
ffi (< 1.17.0)
mixlib-shellout (3.2.8)
mixlib-log (3.2.3)
ffi (>= 1.15.5)
mixlib-shellout (3.3.9)
chef-utils
mixlib-versioning (1.2.12)
molinillo (0.8.0)
multi_json (1.15.0)
multi_json (1.17.0)
multipart-post (2.4.1)
mutex_m (0.3.0)
net-ftp (0.3.7)
net-protocol
time
net-http (0.4.1)
uri
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-ssh (7.2.3)
net-ssh (7.3.0)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
netrc (0.11.0)
Expand Down Expand Up @@ -316,7 +319,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retryable (3.0.5)
rexml (3.4.0)
rexml (3.4.4)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
Expand Down Expand Up @@ -347,7 +350,7 @@ GEM
ruby-progressbar (1.13.0)
rubyntlm (0.6.5)
base64
rubyzip (2.3.2)
rubyzip (2.4.1)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand Down Expand Up @@ -376,7 +379,7 @@ GEM
winrm (~> 2.0)
winrm-elevated (~> 1.0)
winrm-fs (~> 1.1)
thor (1.3.1)
thor (1.4.0)
time (0.3.0)
date
timeout (0.4.1)
Expand Down Expand Up @@ -417,7 +420,7 @@ GEM
strings (~> 0.2.0)
tty-screen (~> 0.8)
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
unicode_utils (1.4.0)
uri (0.13.0)
uuidtools (2.2.0)
Expand Down
Loading