From b3b6d6b78ef7bcd552a7591ab47d3b39c187a6c8 Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Tue, 7 Jun 2022 23:29:12 +0100
Subject: [PATCH] chore(gemfile.lock): update to latest gem versions (2022-W23)
 [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/449
---
 Gemfile.lock | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index b2437ac..8ed6cd1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,12 +1,12 @@
 GIT
   remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
-  revision: 2b56b68db2a758041b9df5b2e4bdc3c6700558ea
+  revision: 6bedc829b7fcec035311d8c6086db5d59414428c
   branch: ssf
   specs:
-    inspec (5.17.4)
+    inspec (5.17.9)
       cookstyle
       faraday_middleware (>= 0.12.2, < 1.1)
-      inspec-core (= 5.17.4)
+      inspec-core (= 5.17.9)
       mongo (= 2.13.2)
       progress_bar (~> 1.3.3)
       rake
@@ -14,7 +14,7 @@ GIT
       train-aws (~> 0.2)
       train-habitat (~> 0.1)
       train-winrm (~> 0.2)
-    inspec-core (5.17.4)
+    inspec-core (5.17.9)
       addressable (~> 2.4)
       chef-telemetry (~> 1.0, >= 1.0.8)
       faraday (>= 0.9.0, < 1.5)
@@ -58,7 +58,7 @@ GEM
       public_suffix (>= 2.0.2, < 5.0)
     ast (2.4.2)
     aws-eventstream (1.2.0)
-    aws-partitions (1.594.0)
+    aws-partitions (1.596.0)
     aws-sdk-alexaforbusiness (1.56.0)
       aws-sdk-core (~> 3, >= 3.127.0)
       aws-sigv4 (~> 1.1)
@@ -226,7 +226,7 @@ GEM
     aws-sdk-redshift (1.82.0)
       aws-sdk-core (~> 3, >= 3.127.0)
       aws-sigv4 (~> 1.1)
-    aws-sdk-route53 (1.62.0)
+    aws-sdk-route53 (1.63.0)
       aws-sdk-core (~> 3, >= 3.127.0)
       aws-sigv4 (~> 1.1)
     aws-sdk-route53domains (1.40.0)
@@ -380,8 +380,8 @@ GEM
     inifile (3.0.0)
     jmespath (1.6.1)
     json (2.6.2)
-    jwt (2.3.0)
-    kitchen-inspec (2.5.2)
+    jwt (2.4.0)
+    kitchen-inspec (2.6.0)
       hashie (>= 3.4, <= 5.0)
       inspec (>= 2.2.64, < 6.0)
       test-kitchen (>= 2.7, < 4)
@@ -403,7 +403,7 @@ GEM
     minitest (5.15.0)
     mixlib-config (3.0.9)
       tomlrb
-    mixlib-install (3.12.16)
+    mixlib-install (3.12.19)
       mixlib-shellout
       mixlib-versioning
       thor
@@ -423,7 +423,7 @@ GEM
       faraday-cookie_jar (~> 0.0.6)
       ms_rest (~> 0.7.6)
     multi_json (1.15.0)
-    multipart-post (2.1.1)
+    multipart-post (2.2.0)
     net-scp (3.0.0)
       net-ssh (>= 2.6.5, < 7.0.0)
     net-ssh (6.1.0)
-- 
GitLab