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

* Automated using https://github.com/myii/ssf-formula/pull/447
This commit is contained in:
Imran Iqbal
2022-05-30 17:23:40 +01:00
parent 0f9ccab001
commit d4775caec9
2 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# frozen_string_literal: true
source ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org'
source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org')
# Install the `inspec` gem using `git` because versions after `4.22.22`
# suppress diff output; this version fixes this for our uses.