From: Tom Hughes Date: Sat, 25 May 2024 06:40:32 +0000 (+0100) Subject: Update bundle X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/15dbc1355fb4cea1b5c4998791900b6c0c3ba3cb?hp=96e2ac0bfb678221faaa0feba7039deeb853ddf0 Update bundle --- diff --git a/Gemfile b/Gemfile index b3ddc3de8..ec9eb03b0 100644 --- 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" diff --git a/Gemfile.lock b/Gemfile.lock index 45b76e6c5..e7a993a61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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