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
43 changes: 25 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 (25.10.350)
ffi (>= 1.17.0)
omnibus (>= 9.0.0)

GIT
Expand Down Expand Up @@ -32,7 +33,7 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
artifactory (3.0.17)
ast (2.4.2)
ast (2.4.3)
awesome_print (1.9.2)
aws-eventstream (1.4.0)
aws-partitions (1.1171.0)
Expand Down Expand Up @@ -154,8 +155,8 @@ GEM
contracts (0.16.1)
cookbook-omnifetch (0.12.2)
mixlib-archive (>= 0.4, < 2.0)
cookstyle (7.32.8)
rubocop (= 1.25.1)
cookstyle (8.5.3)
rubocop (= 1.81.7)
corefoundation (0.3.13)
ffi (>= 1.15.0)
date (3.3.4)
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 Down Expand Up @@ -219,6 +220,7 @@ GEM
json (2.15.1)
kitchen-vagrant (2.0.1)
test-kitchen (>= 1.4, < 4)
language_server-protocol (3.17.0.5)
libyajl2 (2.1.0)
license-acceptance (2.1.13)
pastel (~> 0.7)
Expand All @@ -229,6 +231,7 @@ GEM
ffi-yajl (~> 2.2)
mixlib-shellout (>= 2.2, < 4.0)
toml-rb (>= 1, < 3)
lint_roller (1.1.0)
little-plugger (1.1.4)
logger (1.5.3)
logging (2.4.0)
Expand Down Expand Up @@ -290,8 +293,8 @@ GEM
plist (~> 3.1)
train-core
wmi-lite (~> 1.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.27.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
parslet (1.8.2)
Expand All @@ -304,6 +307,7 @@ GEM
rainbow
zhexdump (>= 0.0.2)
plist (3.7.2)
prism (1.6.0)
proxifier2 (1.1.0)
pry (0.14.2)
coderay (~> 1.1)
Expand All @@ -312,7 +316,7 @@ GEM
racc (1.8.1)
rack (2.2.20)
rainbow (3.1.1)
regexp_parser (2.9.2)
regexp_parser (2.11.3)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -336,17 +340,20 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.1)
rubocop (1.25.1)
rubocop (1.81.7)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.48.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
ruby-progressbar (1.13.0)
rubyntlm (0.6.5)
base64
Expand Down Expand Up @@ -386,9 +393,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 +427,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