Skip to content

Commit

Permalink
chore(gemfile.lock): update to latest gem versions (2021-W29) [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#349
  • Loading branch information
myii committed Jul 21, 2021
1 parent 5ca6072 commit 6e714fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.478.0)
aws-partitions (1.479.0)
aws-sdk-apigateway (1.62.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -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.248.0)
aws-sdk-ec2 (1.250.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.42.0)
Expand All @@ -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.80.0)
aws-sdk-ecs (1.81.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-efs (1.40.0)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -253,7 +253,7 @@ GEM
regexp_parser (~> 1.2)
ed25519 (1.2.4)
erubi (1.10.0)
excon (0.84.0)
excon (0.85.0)
faraday (0.17.4)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.7)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/share/libraries/system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def build_platform_name
def build_platform_release
case inspec.platform[:name]
when 'amazon'
# `2018` relase is named `1` in kitchen.yaml
# `2018` relase is named `1` in `kitchen.yml`
inspec.platform[:release].gsub(/2018.*/, '1')
when 'arch'
'base-latest'
Expand Down

0 comments on commit 6e714fa

Please sign in to comment.