Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kitchen-vagrant from 2.0.0 to 2.0.1 in /omnibus #3247

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
32 changes: 15 additions & 17 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
berkshelf (8.0.9)
chef (>= 15.7.32)
Expand All @@ -68,7 +69,7 @@ GEM
solve (~> 4.0)
thor (>= 0.20)
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
chef (18.4.12)
addressable
aws-sdk-s3 (~> 1.91)
Expand Down Expand Up @@ -176,7 +177,7 @@ GEM
citrus (3.0.2)
cleanroom (1.0.0)
coderay (1.1.3)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
contracts (0.16.1)
cookstyle (7.32.8)
rubocop (= 1.25.1)
Expand All @@ -186,18 +187,15 @@ GEM
diff-lcs (1.5.1)
domain_name (0.6.20240107)
ed25519 (1.3.0)
erubi (1.12.0)
erubi (1.13.0)
erubis (2.7.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
ffi (1.16.3-x64-mingw-ucrt)
ffi (1.16.3-x64-mingw32)
ffi (1.16.3-x86-mingw32)
ffi (1.17.0)
ffi-libarchive (1.1.14)
ffi (~> 1.0)
ffi-win32-extensions (1.0.4)
Expand Down Expand Up @@ -245,7 +243,7 @@ GEM
iso8601 (0.13.0)
jmespath (1.6.2)
json (2.7.2)
kitchen-vagrant (2.0.0)
kitchen-vagrant (2.0.1)
test-kitchen (>= 1.4, < 4)
libyajl2 (2.1.0)
license-acceptance (2.1.13)
Expand All @@ -258,7 +256,7 @@ GEM
mixlib-shellout (>= 2.2, < 4.0)
toml-rb (>= 1, < 3)
little-plugger (1.1.4)
logging (2.3.1)
logging (2.4.0)
little-plugger (~> 1.1)
multi_json (~> 1.14)
method_source (1.1.0)
Expand All @@ -279,14 +277,14 @@ GEM
mixlib-versioning
thor
mixlib-log (3.0.9)
mixlib-shellout (3.2.7)
mixlib-shellout (3.2.8)
chef-utils
mixlib-shellout (3.2.7-universal-mingw32)
mixlib-shellout (3.2.8-universal-mingw32)
chef-utils
ffi-win32-extensions (~> 1.0.3)
win32-process (~> 0.9)
wmi-lite (~> 1.0)
mixlib-shellout (3.2.7-x64-mingw-ucrt)
mixlib-shellout (3.2.8-x64-mingw-ucrt)
chef-utils
ffi-win32-extensions (~> 1.0.3)
win32-process (~> 0.9)
Expand Down Expand Up @@ -369,8 +367,8 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retryable (3.0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.0)
strscan
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -399,7 +397,8 @@ GEM
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
rubyntlm (0.6.3)
rubyntlm (0.6.5)
base64
rubyzip (2.3.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
Expand All @@ -414,8 +413,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.0)
structured_warnings (0.4.0)
syslog-logger (1.6.8)
test-kitchen (3.6.0)
bcrypt_pbkdf (~> 1.0)
Expand Down Expand Up @@ -472,7 +471,6 @@ GEM
strings (~> 0.2.0)
tty-screen (~> 0.8)
unf_ext (0.0.8.2)
unf_ext (0.0.8.2-x64-mingw-ucrt)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
uri (0.13.0)
Expand Down
Loading