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
23 changes: 13 additions & 10 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 (25.10.350)
ffi (>= 1.17.0)
omnibus (>= 9.0.0)

GIT
Expand Down Expand Up @@ -161,8 +162,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 @@ -173,7 +174,7 @@ GEM
net-http
fauxhai-chef (9.3.16)
net-ssh
ffi (1.16.3)
ffi (1.17.0)
ffi-libarchive (1.1.14)
ffi (~> 1.0)
ffi-yajl (2.6.0)
Expand All @@ -188,7 +189,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 @@ -217,7 +219,7 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.15.1)
kitchen-vagrant (2.0.1)
kitchen-vagrant (2.2.0)
test-kitchen (>= 1.4, < 4)
libyajl2 (2.1.0)
license-acceptance (2.1.13)
Expand Down Expand Up @@ -255,8 +257,9 @@ GEM
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
Expand Down Expand Up @@ -350,7 +353,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 @@ -386,9 +389,9 @@ GEM
toml-rb (2.2.0)
citrus (~> 3.0, > 3.0)
tomlrb (1.3.0)
train-core (3.13.4)
train-core (3.12.13)
addressable (~> 2.5)
ffi (~> 1.16.0)
ffi (!= 1.13.0)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 5.0)
Expand Down Expand Up @@ -420,7 +423,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