Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
mirror
Salt Formula
Commits
68f69e5f
Unverified
Commit
68f69e5f
authored
Jul 21, 2021
by
Imran Iqbal
Browse files
chore(gemfile.lock): update to latest gem versions (2021-W29) [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/349
parent
ac1d3b9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Gemfile.lock
View file @
68f69e5f
...
...
@@ -18,7 +18,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.47
8
.0)
aws-partitions (1.47
9
.0)
aws-sdk-apigateway (1.62.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
...
...
@@ -96,7 +96,7 @@ GEM
aws-sdk-dynamodb (1.60.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-ec2 (1.2
48
.0)
aws-sdk-ec2 (1.2
50
.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.42.0)
...
...
@@ -105,7 +105,7 @@ GEM
aws-sdk-ecrpublic (1.3.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecs (1.8
0
.0)
aws-sdk-ecs (1.8
1
.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-efs (1.40.0)
...
...
@@ -147,7 +147,7 @@ GEM
aws-sdk-kafka (1.36.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-kinesis (1.32.
0
)
aws-sdk-kinesis (1.32.
1
)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.44.0)
...
...
@@ -177,7 +177,7 @@ GEM
aws-sdk-route53resolver (1.26.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.96.
1
)
aws-sdk-s3 (1.96.
2
)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
...
...
@@ -253,7 +253,7 @@ GEM
regexp_parser (~> 1.2)
ed25519 (1.2.4)
erubi (1.10.0)
excon (0.8
4
.0)
excon (0.8
5
.0)
faraday (0.17.4)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.7)
...
...
test/integration/share/libraries/system.rb
View file @
68f69e5f
...
...
@@ -49,7 +49,7 @@ class SystemResource < Inspec.resource(1)
def
build_platform_release
case
inspec
.
platform
[
:name
]
when
'amazon'
# `2018` relase is named `1` in kitchen.y
a
ml
# `2018` relase is named `1` in
`
kitchen.yml
`
inspec
.
platform
[
:release
].
gsub
(
/2018.*/
,
'1'
)
when
'arch'
'base-latest'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment