From 544a331178f82b6c30f5bde095e97a53eec201da Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Tue, 26 Oct 2021 11:14:17 +0100
Subject: [PATCH] chore(gemfile.lock): update to latest gem versions (2021-W43)
 [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/381
---
 Gemfile.lock | 38 +++++++++++++++++++++++++++++---------
 1 file changed, 29 insertions(+), 9 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 32e3dc8..906ebe5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,17 +1,18 @@
 GIT
   remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
-  revision: 7a1eab9580b035c949beca635cc148e9740c415a
+  revision: 1cd64079dbbafa1bf19bbc08a2ea977aa1db7ebe
   branch: ssf
   specs:
-    inspec (4.47.8)
+    inspec (4.49.0)
+      cookstyle
       faraday_middleware (>= 0.12.2, < 1.1)
-      inspec-core (= 4.47.8)
+      inspec-core (= 4.49.0)
       mongo (= 2.13.2)
       train (~> 3.0)
       train-aws (~> 0.2)
       train-habitat (~> 0.1)
       train-winrm (~> 0.2)
-    inspec-core (4.47.8)
+    inspec-core (4.49.0)
       addressable (~> 2.4)
       chef-telemetry (~> 1.0, >= 1.0.8)
       faraday (>= 0.9.0, < 1.5)
@@ -54,8 +55,9 @@ GEM
       zeitwerk (~> 2.3)
     addressable (2.8.0)
       public_suffix (>= 2.0.2, < 5.0)
+    ast (2.4.2)
     aws-eventstream (1.2.0)
-    aws-partitions (1.517.0)
+    aws-partitions (1.519.0)
     aws-sdk-alexaforbusiness (1.51.0)
       aws-sdk-core (~> 3, >= 3.121.2)
       aws-sigv4 (~> 1.1)
@@ -139,7 +141,7 @@ GEM
     aws-sdk-dynamodb (1.64.0)
       aws-sdk-core (~> 3, >= 3.121.2)
       aws-sigv4 (~> 1.1)
-    aws-sdk-ec2 (1.271.0)
+    aws-sdk-ec2 (1.272.0)
       aws-sdk-core (~> 3, >= 3.121.2)
       aws-sigv4 (~> 1.1)
     aws-sdk-ecr (1.48.0)
@@ -217,7 +219,7 @@ GEM
     aws-sdk-ram (1.26.0)
       aws-sdk-core (~> 3, >= 3.112.0)
       aws-sigv4 (~> 1.1)
-    aws-sdk-rds (1.128.0)
+    aws-sdk-rds (1.129.0)
       aws-sdk-core (~> 3, >= 3.121.2)
       aws-sigv4 (~> 1.1)
     aws-sdk-redshift (1.70.0)
@@ -229,7 +231,7 @@ GEM
     aws-sdk-route53domains (1.34.0)
       aws-sdk-core (~> 3, >= 3.121.2)
       aws-sigv4 (~> 1.1)
-    aws-sdk-route53resolver (1.31.0)
+    aws-sdk-route53resolver (1.32.0)
       aws-sdk-core (~> 3, >= 3.121.2)
       aws-sigv4 (~> 1.1)
     aws-sdk-s3 (1.104.0)
@@ -308,6 +310,8 @@ GEM
       concurrent-ruby
     coderay (1.1.3)
     concurrent-ruby (1.1.9)
+    cookstyle (7.25.8)
+      rubocop (= 1.22.2)
     declarative (0.0.20)
     diff-lcs (1.4.4)
     docker-api (2.2.0)
@@ -366,7 +370,7 @@ GEM
       concurrent-ruby (~> 1.0)
     inifile (3.0.0)
     jmespath (1.4.0)
-    json (2.6.0)
+    json (2.6.1)
     jwt (2.3.0)
     kitchen-inspec (2.5.0)
       hashie (>= 3.4, <= 5.0)
@@ -419,6 +423,8 @@ GEM
     nori (2.6.0)
     os (1.1.1)
     parallel (1.21.0)
+    parser (3.0.2.0)
+      ast (~> 2.4.1)
     parslet (1.8.2)
     pastel (0.8.0)
       tty-color (~> 0.5)
@@ -426,6 +432,8 @@ GEM
       coderay (~> 1.1)
       method_source (~> 1.0)
     public_suffix (4.0.6)
+    rainbow (3.0.0)
+    regexp_parser (2.1.1)
     representable (3.1.1)
       declarative (< 0.1.0)
       trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -448,6 +456,18 @@ GEM
       diff-lcs (>= 1.2.0, < 2.0)
       rspec-support (~> 3.10.0)
     rspec-support (3.10.2)
+    rubocop (1.22.2)
+      parallel (~> 1.10)
+      parser (>= 3.0.0.0)
+      rainbow (>= 2.2.2, < 4.0)
+      regexp_parser (>= 1.8, < 3.0)
+      rexml
+      rubocop-ast (>= 1.12.0, < 2.0)
+      ruby-progressbar (~> 1.7)
+      unicode-display_width (>= 1.4.0, < 3.0)
+    rubocop-ast (1.12.0)
+      parser (>= 3.0.1.1)
+    ruby-progressbar (1.11.0)
     ruby2_keywords (0.0.5)
     rubyntlm (0.6.3)
     rubyzip (2.3.2)
-- 
GitLab