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

feat(gemfile.lock): use bundle update to get latest gems [2022-W13] #425

Merged
merged 2 commits into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
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
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 8b29ba7ad69faeb103c345c560417c5374db8df3
revision: 36118e817641fbc1d4bd9753a77c383e7b20caff
branch: ssf
specs:
inspec (5.8.0)
inspec (5.10.7)
cookstyle
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 5.8.0)
inspec-core (= 5.10.7)
mongo (= 2.13.2)
progress_bar (~> 1.3.3)
rake
train (~> 3.0)
train-aws (~> 0.2)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (5.8.0)
inspec-core (5.10.7)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.568.0)
aws-partitions (1.571.0)
aws-sdk-alexaforbusiness (1.56.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
aws-sdk-cognitoidentityprovider (1.53.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-configservice (1.75.0)
aws-sdk-configservice (1.76.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.130.0)
Expand All @@ -142,7 +142,7 @@ GEM
aws-sdk-dynamodb (1.74.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ec2 (1.303.0)
aws-sdk-ec2 (1.304.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.56.0)
Expand All @@ -151,7 +151,7 @@ GEM
aws-sdk-ecrpublic (1.12.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecs (1.98.0)
aws-sdk-ecs (1.99.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-efs (1.53.0)
Expand All @@ -160,7 +160,7 @@ GEM
aws-sdk-eks (1.74.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticache (1.75.0)
aws-sdk-elasticache (1.76.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticbeanstalk (1.51.0)
Expand Down Expand Up @@ -202,7 +202,7 @@ GEM
aws-sdk-kms (1.55.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-lambda (1.81.0)
aws-sdk-lambda (1.82.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-mq (1.40.0)
Expand All @@ -223,7 +223,7 @@ GEM
aws-sdk-rds (1.142.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-redshift (1.79.0)
aws-sdk-redshift (1.80.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53 (1.62.0)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
aws-sdk-sqs (1.51.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ssm (1.132.0)
aws-sdk-ssm (1.134.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-states (1.39.0)
Expand Down Expand Up @@ -431,7 +431,7 @@ GEM
nori (2.6.0)
options (2.3.2)
os (1.1.4)
parallel (1.22.0)
parallel (1.22.1)
parser (3.1.1.0)
ast (~> 2.4.1)
parslet (1.8.2)
Expand Down
10 changes: 5 additions & 5 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ ssf_node_anchors:
upstream: 'upstream'
commit:
# yamllint disable rule:line-length rule:quoted-strings
title: "ci: enable Vagrant-based testing using GitHub Actions"
body: '* Automated using https://github.com/myii/ssf-formula/pull/312'
title: "chore(gemfile.lock): update to latest gem versions (2022-W13) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/425'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -371,9 +371,6 @@ ssf:
### Already available but not using across the Formulas' org until released
### Or not currently being built successfully due to Docker issues
- [debian , 12 , tiamat, 3] # debi-12.0-tiamat-py3
# - [fedora , 35 , tiamat, 3] # fedo-35.0-tiamat-py3
- [fedora , 35 , master, 3] # fedo-35.0-master-py3
# - [fedora , 35 , 3004.0, 3] # fedo-35.0-3004.0-py3
saltimages:
### `tiamat-py3`
- [debian , 11 , tiamat, 3] # debi-11.0-tiamat-py3
Expand All @@ -384,6 +381,7 @@ ssf:
- [centos , stream8, tiamat, 3] # cstr-08.0-tiamat-py3
- [centos , 7 , tiamat, 3] # cent-07.0-tiamat-py3
# # Not available at the current time
# - [fedora , 35 , tiamat, 3] # fedo-35.0-tiamat-py3
# - [fedora , 34 , tiamat, 3] # fedo-34.0-tiamat-py3
# - [opensuse/leap, 15.3 , tiamat, 3] # opsu-15.3-tiamat-py3
# - [opensuse/tmbl, latest, tiamat, 3] # opsu-tmbl-tiamat-py3
Expand All @@ -401,6 +399,7 @@ ssf:
- [ubuntu , 18.04, master, 3] # ubun-18.0-master-py3
- [centos , stream8, master, 3] # cstr-08.0-master-py3
- [centos , 7 , master, 3] # cent-07.0-master-py3
- [fedora , 35 , master, 3] # fedo-35.0-master-py3
- [fedora , 34 , master, 3] # fedo-34.0-master-py3
- [opensuse/leap, 15.3 , master, 3] # opsu-15.3-master-py3
- [opensuse/tmbl, latest, master, 3] # opsu-tmbl-master-py3
Expand All @@ -421,6 +420,7 @@ ssf:
- [ubuntu , 18.04, 3004.0, 3] # ubun-18.0-3004.0-py3
- [centos , stream8, 3004.0, 3] # cstr-08.0-3004.0-py3
- [centos , 7 , 3004.0, 3] # cent-07.0-3004.0-py3
- [fedora , 35 , 3004.0, 3] # fedo-35.0-3004.0-py3
- [fedora , 34 , 3004.0, 3] # fedo-34.0-3004.0-py3
- [opensuse/leap, 15.3 , 3004.0, 3] # opsu-15.3-3004.0-py3
- [opensuse/tmbl, latest, 3004.0, 3] # opsu-tmbl-3004.0-py3
Expand Down
26 changes: 13 additions & 13 deletions ssf/files/default/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 8b29ba7ad69faeb103c345c560417c5374db8df3
revision: 36118e817641fbc1d4bd9753a77c383e7b20caff
branch: ssf
specs:
inspec (5.8.0)
inspec (5.10.7)
cookstyle
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 5.8.0)
inspec-core (= 5.10.7)
mongo (= 2.13.2)
progress_bar (~> 1.3.3)
rake
train (~> 3.0)
train-aws (~> 0.2)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (5.8.0)
inspec-core (5.10.7)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.568.0)
aws-partitions (1.571.0)
aws-sdk-alexaforbusiness (1.56.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
aws-sdk-cognitoidentityprovider (1.53.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-configservice (1.75.0)
aws-sdk-configservice (1.76.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.130.0)
Expand All @@ -142,7 +142,7 @@ GEM
aws-sdk-dynamodb (1.74.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ec2 (1.303.0)
aws-sdk-ec2 (1.304.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.56.0)
Expand All @@ -151,7 +151,7 @@ GEM
aws-sdk-ecrpublic (1.12.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecs (1.98.0)
aws-sdk-ecs (1.99.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-efs (1.53.0)
Expand All @@ -160,7 +160,7 @@ GEM
aws-sdk-eks (1.74.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticache (1.75.0)
aws-sdk-elasticache (1.76.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticbeanstalk (1.51.0)
Expand Down Expand Up @@ -202,7 +202,7 @@ GEM
aws-sdk-kms (1.55.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-lambda (1.81.0)
aws-sdk-lambda (1.82.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-mq (1.40.0)
Expand All @@ -223,7 +223,7 @@ GEM
aws-sdk-rds (1.142.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-redshift (1.79.0)
aws-sdk-redshift (1.80.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53 (1.62.0)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
aws-sdk-sqs (1.51.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ssm (1.132.0)
aws-sdk-ssm (1.134.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-states (1.39.0)
Expand Down Expand Up @@ -431,7 +431,7 @@ GEM
nori (2.6.0)
options (2.3.2)
os (1.1.4)
parallel (1.22.0)
parallel (1.22.1)
parser (3.1.1.0)
ast (~> 2.4.1)
parslet (1.8.2)
Expand Down
26 changes: 13 additions & 13 deletions ssf/files/tofs_openssh-formula/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 8b29ba7ad69faeb103c345c560417c5374db8df3
revision: 36118e817641fbc1d4bd9753a77c383e7b20caff
branch: ssf
specs:
inspec (5.8.0)
inspec (5.10.7)
cookstyle
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 5.8.0)
inspec-core (= 5.10.7)
mongo (= 2.13.2)
progress_bar (~> 1.3.3)
rake
train (~> 3.0)
train-aws (~> 0.2)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (5.8.0)
inspec-core (5.10.7)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.568.0)
aws-partitions (1.571.0)
aws-sdk-alexaforbusiness (1.56.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
aws-sdk-cognitoidentityprovider (1.53.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-configservice (1.75.0)
aws-sdk-configservice (1.76.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.130.0)
Expand All @@ -142,7 +142,7 @@ GEM
aws-sdk-dynamodb (1.74.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ec2 (1.303.0)
aws-sdk-ec2 (1.304.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.56.0)
Expand All @@ -151,7 +151,7 @@ GEM
aws-sdk-ecrpublic (1.12.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecs (1.98.0)
aws-sdk-ecs (1.99.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-efs (1.53.0)
Expand All @@ -160,7 +160,7 @@ GEM
aws-sdk-eks (1.74.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticache (1.75.0)
aws-sdk-elasticache (1.76.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticbeanstalk (1.51.0)
Expand Down Expand Up @@ -202,7 +202,7 @@ GEM
aws-sdk-kms (1.55.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-lambda (1.81.0)
aws-sdk-lambda (1.82.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-mq (1.40.0)
Expand All @@ -223,7 +223,7 @@ GEM
aws-sdk-rds (1.142.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-redshift (1.79.0)
aws-sdk-redshift (1.80.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53 (1.62.0)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
aws-sdk-sqs (1.51.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-ssm (1.132.0)
aws-sdk-ssm (1.134.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-states (1.39.0)
Expand Down Expand Up @@ -433,7 +433,7 @@ GEM
nori (2.6.0)
options (2.3.2)
os (1.1.4)
parallel (1.22.0)
parallel (1.22.1)
parser (3.1.1.0)
ast (~> 2.4.1)
parslet (1.8.2)
Expand Down
Loading