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
52 changes: 26 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.6)
activesupport (7.2.3.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
archive-tar-minitar (0.5.2)
Expand Down Expand Up @@ -70,14 +69,14 @@ GEM
thor (~> 1.4)
bigdecimal (4.1.1)
builder (3.3.0)
chef (18.6.2)
chef (18.10.17)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.6.2)
chef-utils (= 18.6.2)
chef-config (= 18.10.17)
chef-utils (= 18.10.17)
chef-vault
chef-zero (>= 14.0.11)
chef-zero (>= 15.0.21, < 15.2)
corefoundation (~> 0.3.4)
diff-lcs (>= 1.2.4, < 1.6.0, != 1.4.0)
erubis (~> 2.7)
Expand All @@ -90,24 +89,25 @@ GEM
mixlib-archive (>= 0.4, < 2.0)
mixlib-authentication (>= 2.1, < 4)
mixlib-cli (>= 2.1.1, < 3.0)
mixlib-log (>= 2.0.3, < 4.0)
mixlib-log (>= 2.0.3, < 3.2)
mixlib-shellout (>= 3.1.1, < 4.0)
net-ftp
net-sftp (>= 2.1.2, < 5.0)
ohai (~> 18.0)
plist (~> 3.2)
proxifier2 (~> 1.1)
syslog-logger (~> 1.6)
train-core (~> 3.10, <= 3.12.7)
train-core (~> 3.13, >= 3.13.4)
train-rest (>= 0.4.1)
train-winrm (>= 0.2.5)
train-winrm (~> 0.4.0)
unf_ext (~> 0.0.8.2)
uri (~> 1.0.4)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.18.2)
chef-cleanroom (1.0.5)
chef-config (18.6.2)
chef-config (18.10.17)
addressable
chef-utils (= 18.6.2)
chef-utils (= 18.10.17)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
Expand All @@ -118,7 +118,7 @@ GEM
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
chef-utils (18.6.2)
chef-utils (18.10.17)
concurrent-ruby
chef-vault (4.2.9)
syslog (~> 0.3)
Expand Down Expand Up @@ -319,9 +319,7 @@ GEM
mime-types-data (3.2026.0407)
mini_mime (1.1.5)
minitar (1.1.0)
minitest (6.0.3)
drb (~> 2.0)
prism (~> 1.5)
minitest (5.27.0)
mixlib-archive (1.3.3)
mixlib-log
mixlib-authentication (3.0.10)
Expand All @@ -332,8 +330,8 @@ GEM
mixlib-shellout
mixlib-versioning
thor
mixlib-log (3.2.3)
ffi (>= 1.15.5)
mixlib-log (3.1.2.1)
ffi (< 1.17.0)
mixlib-shellout (3.4.10)
chef-utils
mixlib-versioning (1.2.12)
Expand Down Expand Up @@ -512,8 +510,8 @@ GEM
timeout (0.6.1)
tomlrb (1.3.0)
trailblazer-option (0.1.2)
train (3.12.7)
activesupport (>= 6.0.3.1, < 7.2.0)
train (3.16.1)
activesupport (~> 7.2, >= 7.2.2.1)
azure_graph_rbac (~> 0.16)
azure_mgmt_key_vault (~> 0.17)
azure_mgmt_resources (~> 0.15)
Expand All @@ -529,11 +527,12 @@ GEM
google-apis-storage_v1 (~> 0.30.0)
googleauth (>= 0.16.2, < 1.9.0)
inifile (~> 3.0)
train-core (= 3.12.7)
train-winrm (~> 0.2)
train-core (3.12.7)
ostruct (~> 0.6.0)
train-core (= 3.16.1)
train-winrm (~> 0.4.0)
train-core (3.16.1)
addressable (~> 2.5)
ffi (!= 1.13.0)
ffi (>= 1.16.0, < 1.18)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 5.0)
Expand Down Expand Up @@ -572,6 +571,7 @@ GEM
unf_ext (0.0.8.2)
unicode-display_width (2.6.0)
unicode_utils (1.4.0)
uri (1.0.4)
uuidtools (2.2.0)
vault (0.18.2)
aws-sigv4
Expand Down
Loading