]> git.openstreetmap.org Git - chef.git/commitdiff
Update bundle
authorTom Hughes <tom@compton.nu>
Sat, 25 May 2024 06:40:32 +0000 (07:40 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 25 May 2024 06:40:32 +0000 (07:40 +0100)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index b3ddc3de840251705c2e59d88a0ecbc38b56a4fd..ec9eb03b0c0f47c6449890a17e1b0db94df0b0b8 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,5 +3,4 @@ source "https://rubygems.org"
 gem "cookstyle"
 gem "kitchen-dokken"
 gem "kitchen-inspec"
-gem "parser", "!= 3.3.1.0"
 gem "test-kitchen"
index 45b76e6c5b9a4533eddc8a2dd87244aecddb6b52..e7a993a618ff8287463d605178a9b1a91db7146e 100644 (file)
@@ -270,7 +270,7 @@ GEM
     azure_mgmt_storage (0.23.0)
       ms_rest_azure (~> 0.12.0)
     base64 (0.2.0)
-    bcrypt_pbkdf (1.1.0)
+    bcrypt_pbkdf (1.1.1)
     bigdecimal (3.1.8)
     bson (4.15.0)
     builder (3.2.4)
@@ -399,10 +399,9 @@ GEM
       concurrent-ruby (~> 1.0)
     ice_nine (0.11.2)
     inifile (3.0.0)
-    inspec (5.22.40)
-      cookstyle
+    inspec (5.22.50)
       faraday_middleware (>= 0.12.2, < 1.3)
-      inspec-core (= 5.22.40)
+      inspec-core (= 5.22.50)
       mongo (= 2.13.2)
       progress_bar (~> 1.3.3)
       rake
@@ -411,9 +410,10 @@ GEM
       train-habitat (~> 0.1)
       train-kubernetes (~> 0.1)
       train-winrm (~> 0.2)
-    inspec-core (5.22.40)
+    inspec-core (5.22.50)
       addressable (~> 2.4)
       chef-telemetry (~> 1.0, >= 1.0.8)
+      cookstyle
       faraday (>= 1, < 3)
       faraday-follow_redirects (~> 0.3)
       hashie (>= 3.4, < 6.0)
@@ -470,7 +470,7 @@ GEM
       multi_json (~> 1.14)
     method_source (1.1.0)
     mini_mime (1.1.5)
-    minitest (5.23.0)
+    minitest (5.23.1)
     mixlib-config (3.0.27)
       tomlrb
     mixlib-install (3.12.30)
@@ -505,7 +505,7 @@ GEM
     options (2.3.2)
     os (1.1.4)
     parallel (1.24.0)
-    parser (3.3.0.5)
+    parser (3.3.1.0)
       ast (~> 2.4.1)
       racc
     parslet (2.0.0)
@@ -518,7 +518,7 @@ GEM
       coderay (~> 1.1)
       method_source (~> 1.0)
     public_suffix (5.0.5)
-    racc (1.7.3)
+    racc (1.8.0)
     rainbow (3.1.1)
     rake (13.2.1)
     recursive-open-struct (1.1.3)
@@ -555,8 +555,8 @@ GEM
       rubocop-ast (>= 1.15.1, < 2.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 1.4.0, < 3.0)
-    rubocop-ast (1.31.2)
-      parser (>= 3.3.0.4)
+    rubocop-ast (1.31.3)
+      parser (>= 3.3.1.0)
     ruby-progressbar (1.13.0)
     ruby2_keywords (0.0.5)
     rubyntlm (0.6.3)
@@ -760,7 +760,6 @@ DEPENDENCIES
   cookstyle
   kitchen-dokken
   kitchen-inspec
-  parser (!= 3.3.1.0)
   test-kitchen
 
 BUNDLED WITH