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 [2021-W33] #359

Merged
merged 1 commit into from
Aug 16, 2021
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
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 1dfd086de2d2ba87fd755b0c9063b43ab682519d
revision: eaeef51095a51ba581c59209df9dd048d93b7154
branch: ssf
specs:
inspec (4.41.0)
inspec (4.41.2)
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 4.41.0)
mongo
inspec-core (= 4.41.2)
mongo (= 2.13.2)
train (~> 3.0)
train-aws (~> 0.1)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (4.41.0)
inspec-core (4.41.2)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -55,11 +55,11 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.484.0)
aws-sdk-apigateway (1.64.0)
aws-partitions (1.487.0)
aws-sdk-apigateway (1.65.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-apigatewayv2 (1.34.0)
aws-sdk-apigatewayv2 (1.35.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-applicationautoscaling (1.51.0)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
aws-sdk-ecrpublic (1.5.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecs (1.83.0)
aws-sdk-ecs (1.84.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-efs (1.42.0)
Expand All @@ -151,7 +151,7 @@ GEM
aws-sdk-eks (1.60.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticache (1.59.0)
aws-sdk-elasticache (1.60.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticbeanstalk (1.44.0)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
aws-sdk-kms (1.46.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-lambda (1.66.0)
aws-sdk-lambda (1.67.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-organizations (1.59.0)
Expand All @@ -205,7 +205,7 @@ GEM
aws-sdk-redshift (1.68.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53 (1.52.0)
aws-sdk-route53 (1.53.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53domains (1.32.0)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
aws-sdk-sqs (1.42.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-ssm (1.114.0)
aws-sdk-ssm (1.115.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-states (1.39.0)
Expand Down Expand Up @@ -362,15 +362,15 @@ GEM
minitest (5.14.4)
mixlib-config (3.0.9)
tomlrb
mixlib-install (3.12.11)
mixlib-install (3.12.16)
mixlib-shellout
mixlib-versioning
thor
mixlib-log (3.0.9)
mixlib-shellout (3.2.5)
chef-utils
mixlib-versioning (1.2.12)
mongo (2.15.0)
mongo (2.13.2)
bson (>= 4.8.2, < 5.0.0)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "chore(gemfile.lock): update to latest gem versions (2021-W32) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/358'
title: "chore(gemfile.lock): update to latest gem versions (2021-W33) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/359'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
30 changes: 15 additions & 15 deletions ssf/files/default/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 1dfd086de2d2ba87fd755b0c9063b43ab682519d
revision: eaeef51095a51ba581c59209df9dd048d93b7154
branch: ssf
specs:
inspec (4.41.0)
inspec (4.41.2)
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 4.41.0)
mongo
inspec-core (= 4.41.2)
mongo (= 2.13.2)
train (~> 3.0)
train-aws (~> 0.1)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (4.41.0)
inspec-core (4.41.2)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -55,11 +55,11 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.484.0)
aws-sdk-apigateway (1.64.0)
aws-partitions (1.487.0)
aws-sdk-apigateway (1.65.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-apigatewayv2 (1.34.0)
aws-sdk-apigatewayv2 (1.35.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-applicationautoscaling (1.51.0)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
aws-sdk-ecrpublic (1.5.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecs (1.83.0)
aws-sdk-ecs (1.84.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-efs (1.42.0)
Expand All @@ -151,7 +151,7 @@ GEM
aws-sdk-eks (1.60.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticache (1.59.0)
aws-sdk-elasticache (1.60.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticbeanstalk (1.44.0)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
aws-sdk-kms (1.46.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-lambda (1.66.0)
aws-sdk-lambda (1.67.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-organizations (1.59.0)
Expand All @@ -205,7 +205,7 @@ GEM
aws-sdk-redshift (1.68.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53 (1.52.0)
aws-sdk-route53 (1.53.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53domains (1.32.0)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
aws-sdk-sqs (1.42.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-ssm (1.114.0)
aws-sdk-ssm (1.115.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-states (1.39.0)
Expand Down Expand Up @@ -362,15 +362,15 @@ GEM
minitest (5.14.4)
mixlib-config (3.0.9)
tomlrb
mixlib-install (3.12.11)
mixlib-install (3.12.16)
mixlib-shellout
mixlib-versioning
thor
mixlib-log (3.0.9)
mixlib-shellout (3.2.5)
chef-utils
mixlib-versioning (1.2.12)
mongo (2.15.0)
mongo (2.13.2)
bson (>= 4.8.2, < 5.0.0)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
Expand Down
30 changes: 15 additions & 15 deletions ssf/files/tofs_openssh-formula/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 1dfd086de2d2ba87fd755b0c9063b43ab682519d
revision: eaeef51095a51ba581c59209df9dd048d93b7154
branch: ssf
specs:
inspec (4.41.0)
inspec (4.41.2)
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 4.41.0)
mongo
inspec-core (= 4.41.2)
mongo (= 2.13.2)
train (~> 3.0)
train-aws (~> 0.1)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (4.41.0)
inspec-core (4.41.2)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -55,11 +55,11 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.484.0)
aws-sdk-apigateway (1.64.0)
aws-partitions (1.487.0)
aws-sdk-apigateway (1.65.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-apigatewayv2 (1.34.0)
aws-sdk-apigatewayv2 (1.35.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-applicationautoscaling (1.51.0)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
aws-sdk-ecrpublic (1.5.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecs (1.83.0)
aws-sdk-ecs (1.84.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-efs (1.42.0)
Expand All @@ -151,7 +151,7 @@ GEM
aws-sdk-eks (1.60.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticache (1.59.0)
aws-sdk-elasticache (1.60.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticbeanstalk (1.44.0)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
aws-sdk-kms (1.46.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-lambda (1.66.0)
aws-sdk-lambda (1.67.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-organizations (1.59.0)
Expand All @@ -205,7 +205,7 @@ GEM
aws-sdk-redshift (1.68.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53 (1.52.0)
aws-sdk-route53 (1.53.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-route53domains (1.32.0)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
aws-sdk-sqs (1.42.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-ssm (1.114.0)
aws-sdk-ssm (1.115.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-states (1.39.0)
Expand Down Expand Up @@ -364,15 +364,15 @@ GEM
minitest (5.14.4)
mixlib-config (3.0.9)
tomlrb
mixlib-install (3.12.11)
mixlib-install (3.12.16)
mixlib-shellout
mixlib-versioning
thor
mixlib-log (3.0.9)
mixlib-shellout (3.2.5)
chef-utils
mixlib-versioning (1.2.12)
mongo (2.15.0)
mongo (2.13.2)
bson (>= 4.8.2, < 5.0.0)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
Expand Down
Loading