chore(gemfile.lock): update to latest gem versions (2021-W29) [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/349
This commit is contained in:
Imran Iqbal
2021-07-21 18:35:08 +01:00
parent 260b704b94
commit e07e121fc5
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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.yaml
# `2018` relase is named `1` in `kitchen.yml`
inspec.platform[:release].gsub(/2018.*/, '1')
when 'arch'
'base-latest'