]> git.openstreetmap.org Git - chef.git/commitdiff
Prevent use of buggy parser gem
authorTom Hughes <tom@compton.nu>
Fri, 17 May 2024 16:22:39 +0000 (17:22 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 17 May 2024 16:22:39 +0000 (17:22 +0100)
https://github.com/inspec/inspec/issues/7029

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index ec9eb03b0c0f47c6449890a17e1b0db94df0b0b8..b3ddc3de840251705c2e59d88a0ecbc38b56a4fd 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,4 +3,5 @@ source "https://rubygems.org"
 gem "cookstyle"
 gem "kitchen-dokken"
 gem "kitchen-inspec"
+gem "parser", "!= 3.3.1.0"
 gem "test-kitchen"
index 24ff1f177d7956fca27ec584b2dc379b92d061f2..45b76e6c5b9a4533eddc8a2dd87244aecddb6b52 100644 (file)
@@ -505,7 +505,7 @@ GEM
     options (2.3.2)
     os (1.1.4)
     parallel (1.24.0)
-    parser (3.3.1.0)
+    parser (3.3.0.5)
       ast (~> 2.4.1)
       racc
     parslet (2.0.0)
@@ -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.3)
-      parser (>= 3.3.1.0)
+    rubocop-ast (1.31.2)
+      parser (>= 3.3.0.4)
     ruby-progressbar (1.13.0)
     ruby2_keywords (0.0.5)
     rubyntlm (0.6.3)
@@ -760,6 +760,7 @@ DEPENDENCIES
   cookstyle
   kitchen-dokken
   kitchen-inspec
+  parser (!= 3.3.1.0)
   test-kitchen
 
 BUNDLED WITH