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-W43] #381

Merged
merged 1 commit into from
Oct 26, 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
38 changes: 29 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 7a1eab9580b035c949beca635cc148e9740c415a
revision: 1cd64079dbbafa1bf19bbc08a2ea977aa1db7ebe
branch: ssf
specs:
inspec (4.47.8)
inspec (4.49.0)
cookstyle
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 4.47.8)
inspec-core (= 4.49.0)
mongo (= 2.13.2)
train (~> 3.0)
train-aws (~> 0.2)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (4.47.8)
inspec-core (4.49.0)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -54,8 +55,9 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.517.0)
aws-partitions (1.519.0)
aws-sdk-alexaforbusiness (1.51.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -139,7 +141,7 @@ GEM
aws-sdk-dynamodb (1.64.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-ec2 (1.271.0)
aws-sdk-ec2 (1.272.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.48.0)
Expand Down Expand Up @@ -217,7 +219,7 @@ GEM
aws-sdk-ram (1.26.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-rds (1.128.0)
aws-sdk-rds (1.129.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-redshift (1.70.0)
Expand All @@ -229,7 +231,7 @@ GEM
aws-sdk-route53domains (1.34.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-route53resolver (1.31.0)
aws-sdk-route53resolver (1.32.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.104.0)
Expand Down Expand Up @@ -308,6 +310,8 @@ GEM
concurrent-ruby
coderay (1.1.3)
concurrent-ruby (1.1.9)
cookstyle (7.25.8)
rubocop (= 1.22.2)
declarative (0.0.20)
diff-lcs (1.4.4)
docker-api (2.2.0)
Expand Down Expand Up @@ -366,7 +370,7 @@ GEM
concurrent-ruby (~> 1.0)
inifile (3.0.0)
jmespath (1.4.0)
json (2.6.0)
json (2.6.1)
jwt (2.3.0)
kitchen-inspec (2.5.0)
hashie (>= 3.4, <= 5.0)
Expand Down Expand Up @@ -419,13 +423,17 @@ GEM
nori (2.6.0)
os (1.1.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
parslet (1.8.2)
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
rainbow (3.0.0)
regexp_parser (2.1.1)
representable (3.1.1)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand All @@ -448,6 +456,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.22.2)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyntlm (0.6.3)
rubyzip (2.3.2)
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-W42) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/380'
title: "chore(gemfile.lock): update to latest gem versions (2021-W43) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/381'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
38 changes: 29 additions & 9 deletions ssf/files/default/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 7a1eab9580b035c949beca635cc148e9740c415a
revision: 1cd64079dbbafa1bf19bbc08a2ea977aa1db7ebe
branch: ssf
specs:
inspec (4.47.8)
inspec (4.49.0)
cookstyle
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 4.47.8)
inspec-core (= 4.49.0)
mongo (= 2.13.2)
train (~> 3.0)
train-aws (~> 0.2)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (4.47.8)
inspec-core (4.49.0)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -54,8 +55,9 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.517.0)
aws-partitions (1.519.0)
aws-sdk-alexaforbusiness (1.51.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -139,7 +141,7 @@ GEM
aws-sdk-dynamodb (1.64.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-ec2 (1.271.0)
aws-sdk-ec2 (1.272.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.48.0)
Expand Down Expand Up @@ -217,7 +219,7 @@ GEM
aws-sdk-ram (1.26.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-rds (1.128.0)
aws-sdk-rds (1.129.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-redshift (1.70.0)
Expand All @@ -229,7 +231,7 @@ GEM
aws-sdk-route53domains (1.34.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-route53resolver (1.31.0)
aws-sdk-route53resolver (1.32.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.104.0)
Expand Down Expand Up @@ -308,6 +310,8 @@ GEM
concurrent-ruby
coderay (1.1.3)
concurrent-ruby (1.1.9)
cookstyle (7.25.8)
rubocop (= 1.22.2)
declarative (0.0.20)
diff-lcs (1.4.4)
docker-api (2.2.0)
Expand Down Expand Up @@ -366,7 +370,7 @@ GEM
concurrent-ruby (~> 1.0)
inifile (3.0.0)
jmespath (1.4.0)
json (2.6.0)
json (2.6.1)
jwt (2.3.0)
kitchen-inspec (2.5.0)
hashie (>= 3.4, <= 5.0)
Expand Down Expand Up @@ -419,13 +423,17 @@ GEM
nori (2.6.0)
os (1.1.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
parslet (1.8.2)
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
rainbow (3.0.0)
regexp_parser (2.1.1)
representable (3.1.1)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand All @@ -448,6 +456,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.22.2)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyntlm (0.6.3)
rubyzip (2.3.2)
Expand Down
38 changes: 29 additions & 9 deletions ssf/files/tofs_openssh-formula/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
revision: 7a1eab9580b035c949beca635cc148e9740c415a
revision: 1cd64079dbbafa1bf19bbc08a2ea977aa1db7ebe
branch: ssf
specs:
inspec (4.47.8)
inspec (4.49.0)
cookstyle
faraday_middleware (>= 0.12.2, < 1.1)
inspec-core (= 4.47.8)
inspec-core (= 4.49.0)
mongo (= 2.13.2)
train (~> 3.0)
train-aws (~> 0.2)
train-habitat (~> 0.1)
train-winrm (~> 0.2)
inspec-core (4.47.8)
inspec-core (4.49.0)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
Expand Down Expand Up @@ -54,8 +55,9 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.517.0)
aws-partitions (1.519.0)
aws-sdk-alexaforbusiness (1.51.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -139,7 +141,7 @@ GEM
aws-sdk-dynamodb (1.64.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-ec2 (1.271.0)
aws-sdk-ec2 (1.272.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.48.0)
Expand Down Expand Up @@ -217,7 +219,7 @@ GEM
aws-sdk-ram (1.26.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-rds (1.128.0)
aws-sdk-rds (1.129.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-redshift (1.70.0)
Expand All @@ -229,7 +231,7 @@ GEM
aws-sdk-route53domains (1.34.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-route53resolver (1.31.0)
aws-sdk-route53resolver (1.32.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.104.0)
Expand Down Expand Up @@ -308,6 +310,8 @@ GEM
concurrent-ruby
coderay (1.1.3)
concurrent-ruby (1.1.9)
cookstyle (7.25.8)
rubocop (= 1.22.2)
declarative (0.0.20)
diff-lcs (1.4.4)
docker-api (2.2.0)
Expand Down Expand Up @@ -366,7 +370,7 @@ GEM
concurrent-ruby (~> 1.0)
inifile (3.0.0)
jmespath (1.4.0)
json (2.6.0)
json (2.6.1)
jwt (2.3.0)
kitchen-inspec (2.5.0)
hashie (>= 3.4, <= 5.0)
Expand Down Expand Up @@ -421,13 +425,17 @@ GEM
nori (2.6.0)
os (1.1.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
parslet (1.8.2)
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
rainbow (3.0.0)
regexp_parser (2.1.1)
representable (3.1.1)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand All @@ -450,6 +458,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.22.2)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyntlm (0.6.3)
rubyzip (2.3.2)
Expand Down
Loading