From 3b0753fcdeb0bc76484c83b706e9cc6016da5a67 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 14 Feb 2022 08:47:48 +0000 Subject: [PATCH] feat(gemfile.lock): use `bundle update` to get latest gems [2022-W07] --- Gemfile.lock | 28 ++++++++++----------- ssf/defaults.yaml | 4 +-- ssf/files/default/Gemfile.lock | 28 ++++++++++----------- ssf/files/tofs_openssh-formula/Gemfile.lock | 28 ++++++++++----------- ssf/files/tofs_openvpn-formula/Gemfile.lock | 28 ++++++++++----------- 5 files changed, 58 insertions(+), 58 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0975c265..138c044c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,19 +1,19 @@ GIT remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec - revision: 76ec461092da3f08b0e8976df10db6ae687895ab + revision: 8f9d68f8c3ba20abf366af8e735287bf83fb93b1 branch: ssf specs: - inspec (4.55.9) + inspec (4.56.4) cookstyle faraday_middleware (>= 0.12.2, < 1.1) - inspec-core (= 4.55.9) + inspec-core (= 4.56.4) mongo (= 2.13.2) rake train (~> 3.0) train-aws (~> 0.2) train-habitat (~> 0.1) train-winrm (~> 0.2) - inspec-core (4.55.9) + inspec-core (4.56.4) addressable (~> 2.4) chef-telemetry (~> 1.0, >= 1.0.8) faraday (>= 0.9.0, < 1.5) @@ -48,7 +48,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (7.0.1) + activesupport (7.0.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -57,7 +57,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.553.0) + aws-partitions (1.554.0) aws-sdk-alexaforbusiness (1.55.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) @@ -85,7 +85,7 @@ GEM aws-sdk-budgets (1.46.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-cloudformation (1.65.0) + aws-sdk-cloudformation (1.67.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-cloudfront (1.62.0) @@ -265,13 +265,13 @@ GEM aws-sdk-sms (1.38.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-sns (1.51.0) + aws-sdk-sns (1.52.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-sqs (1.50.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-ssm (1.129.0) + aws-sdk-ssm (1.130.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-states (1.39.0) @@ -302,9 +302,9 @@ GEM bcrypt_pbkdf (1.1.0) bson (4.14.1) builder (3.2.4) - chef-config (17.9.42) + chef-config (17.9.46) addressable - chef-utils (= 17.9.42) + chef-utils (= 17.9.46) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -312,7 +312,7 @@ GEM chef-telemetry (1.1.1) chef-config concurrent-ruby (~> 1.0) - chef-utils (17.9.42) + chef-utils (17.9.46) concurrent-ruby coderay (1.1.3) concurrent-ruby (1.1.9) @@ -440,7 +440,7 @@ GEM public_suffix (4.0.6) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.2.0) + regexp_parser (2.2.1) representable (3.1.1) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -472,7 +472,7 @@ GEM rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.1) + rubocop-ast (1.15.2) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 82c503f9..2a1d092b 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -64,8 +64,8 @@ ssf_node_anchors: upstream: 'upstream' commit: # yamllint disable rule:line-length rule:quoted-strings - title: "test(system): add '`'build_platform_codename'`' [skip ci]" - body: '* Automated using https://github.com/myii/ssf-formula/pull/415' + title: "chore(gemfile.lock): update to latest gem versions (2022-W07) [skip ci]" + body: '* Automated using https://github.com/myii/ssf-formula/pull/416' # yamllint enable rule:line-length rule:quoted-strings github: owner: 'saltstack-formulas' diff --git a/ssf/files/default/Gemfile.lock b/ssf/files/default/Gemfile.lock index 0975c265..138c044c 100644 --- a/ssf/files/default/Gemfile.lock +++ b/ssf/files/default/Gemfile.lock @@ -1,19 +1,19 @@ GIT remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec - revision: 76ec461092da3f08b0e8976df10db6ae687895ab + revision: 8f9d68f8c3ba20abf366af8e735287bf83fb93b1 branch: ssf specs: - inspec (4.55.9) + inspec (4.56.4) cookstyle faraday_middleware (>= 0.12.2, < 1.1) - inspec-core (= 4.55.9) + inspec-core (= 4.56.4) mongo (= 2.13.2) rake train (~> 3.0) train-aws (~> 0.2) train-habitat (~> 0.1) train-winrm (~> 0.2) - inspec-core (4.55.9) + inspec-core (4.56.4) addressable (~> 2.4) chef-telemetry (~> 1.0, >= 1.0.8) faraday (>= 0.9.0, < 1.5) @@ -48,7 +48,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (7.0.1) + activesupport (7.0.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -57,7 +57,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.553.0) + aws-partitions (1.554.0) aws-sdk-alexaforbusiness (1.55.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) @@ -85,7 +85,7 @@ GEM aws-sdk-budgets (1.46.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-cloudformation (1.65.0) + aws-sdk-cloudformation (1.67.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-cloudfront (1.62.0) @@ -265,13 +265,13 @@ GEM aws-sdk-sms (1.38.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-sns (1.51.0) + aws-sdk-sns (1.52.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-sqs (1.50.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-ssm (1.129.0) + aws-sdk-ssm (1.130.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-states (1.39.0) @@ -302,9 +302,9 @@ GEM bcrypt_pbkdf (1.1.0) bson (4.14.1) builder (3.2.4) - chef-config (17.9.42) + chef-config (17.9.46) addressable - chef-utils (= 17.9.42) + chef-utils (= 17.9.46) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -312,7 +312,7 @@ GEM chef-telemetry (1.1.1) chef-config concurrent-ruby (~> 1.0) - chef-utils (17.9.42) + chef-utils (17.9.46) concurrent-ruby coderay (1.1.3) concurrent-ruby (1.1.9) @@ -440,7 +440,7 @@ GEM public_suffix (4.0.6) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.2.0) + regexp_parser (2.2.1) representable (3.1.1) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -472,7 +472,7 @@ GEM rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.1) + rubocop-ast (1.15.2) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) diff --git a/ssf/files/tofs_openssh-formula/Gemfile.lock b/ssf/files/tofs_openssh-formula/Gemfile.lock index efd33490..fe93cfd5 100644 --- a/ssf/files/tofs_openssh-formula/Gemfile.lock +++ b/ssf/files/tofs_openssh-formula/Gemfile.lock @@ -1,19 +1,19 @@ GIT remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec - revision: 76ec461092da3f08b0e8976df10db6ae687895ab + revision: 8f9d68f8c3ba20abf366af8e735287bf83fb93b1 branch: ssf specs: - inspec (4.55.9) + inspec (4.56.4) cookstyle faraday_middleware (>= 0.12.2, < 1.1) - inspec-core (= 4.55.9) + inspec-core (= 4.56.4) mongo (= 2.13.2) rake train (~> 3.0) train-aws (~> 0.2) train-habitat (~> 0.1) train-winrm (~> 0.2) - inspec-core (4.55.9) + inspec-core (4.56.4) addressable (~> 2.4) chef-telemetry (~> 1.0, >= 1.0.8) faraday (>= 0.9.0, < 1.5) @@ -48,7 +48,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (7.0.1) + activesupport (7.0.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -57,7 +57,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.553.0) + aws-partitions (1.554.0) aws-sdk-alexaforbusiness (1.55.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) @@ -85,7 +85,7 @@ GEM aws-sdk-budgets (1.46.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-cloudformation (1.65.0) + aws-sdk-cloudformation (1.67.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-cloudfront (1.62.0) @@ -265,13 +265,13 @@ GEM aws-sdk-sms (1.38.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-sns (1.51.0) + aws-sdk-sns (1.52.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-sqs (1.50.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-ssm (1.129.0) + aws-sdk-ssm (1.130.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-states (1.39.0) @@ -302,9 +302,9 @@ GEM bcrypt_pbkdf (1.1.0) bson (4.14.1) builder (3.2.4) - chef-config (17.9.42) + chef-config (17.9.46) addressable - chef-utils (= 17.9.42) + chef-utils (= 17.9.46) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -312,7 +312,7 @@ GEM chef-telemetry (1.1.1) chef-config concurrent-ruby (~> 1.0) - chef-utils (17.9.42) + chef-utils (17.9.46) concurrent-ruby coderay (1.1.3) concurrent-ruby (1.1.9) @@ -442,7 +442,7 @@ GEM public_suffix (4.0.6) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.2.0) + regexp_parser (2.2.1) representable (3.1.1) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -474,7 +474,7 @@ GEM rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.1) + rubocop-ast (1.15.2) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) diff --git a/ssf/files/tofs_openvpn-formula/Gemfile.lock b/ssf/files/tofs_openvpn-formula/Gemfile.lock index db51e55d..2fb30c80 100644 --- a/ssf/files/tofs_openvpn-formula/Gemfile.lock +++ b/ssf/files/tofs_openvpn-formula/Gemfile.lock @@ -1,19 +1,19 @@ GIT remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec - revision: 76ec461092da3f08b0e8976df10db6ae687895ab + revision: 8f9d68f8c3ba20abf366af8e735287bf83fb93b1 branch: ssf specs: - inspec (4.55.9) + inspec (4.56.4) cookstyle faraday_middleware (>= 0.12.2, < 1.1) - inspec-core (= 4.55.9) + inspec-core (= 4.56.4) mongo (= 2.13.2) rake train (~> 3.0) train-aws (~> 0.2) train-habitat (~> 0.1) train-winrm (~> 0.2) - inspec-core (4.55.9) + inspec-core (4.56.4) addressable (~> 2.4) chef-telemetry (~> 1.0, >= 1.0.8) faraday (>= 0.9.0, < 1.5) @@ -48,7 +48,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (7.0.1) + activesupport (7.0.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -57,7 +57,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.553.0) + aws-partitions (1.554.0) aws-sdk-alexaforbusiness (1.55.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) @@ -85,7 +85,7 @@ GEM aws-sdk-budgets (1.46.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-cloudformation (1.65.0) + aws-sdk-cloudformation (1.67.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-cloudfront (1.62.0) @@ -265,13 +265,13 @@ GEM aws-sdk-sms (1.38.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-sns (1.51.0) + aws-sdk-sns (1.52.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-sqs (1.50.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-ssm (1.129.0) + aws-sdk-ssm (1.130.0) aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) aws-sdk-states (1.39.0) @@ -302,9 +302,9 @@ GEM bcrypt_pbkdf (1.1.0) bson (4.14.1) builder (3.2.4) - chef-config (17.9.42) + chef-config (17.9.46) addressable - chef-utils (= 17.9.42) + chef-utils (= 17.9.46) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -312,7 +312,7 @@ GEM chef-telemetry (1.1.1) chef-config concurrent-ruby (~> 1.0) - chef-utils (17.9.42) + chef-utils (17.9.46) concurrent-ruby coderay (1.1.3) concurrent-ruby (1.1.9) @@ -442,7 +442,7 @@ GEM public_suffix (4.0.6) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.2.0) + regexp_parser (2.2.1) representable (3.1.1) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -476,7 +476,7 @@ GEM rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.1) + rubocop-ast (1.15.2) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5)