diff --git a/Gemfile.lock b/Gemfile.lock index d4cf6d592..af11d1a30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ GEM addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.1.1) colorize (1.1.0) docker-api (2.2.0) excon (>= 0.47.0) @@ -17,7 +18,7 @@ GEM language_server-protocol (3.17.0.3) multi_json (1.15.0) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc public_suffix (5.0.1) @@ -28,13 +29,14 @@ GEM kwalify (~> 0.7.0) parser (~> 3.2.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) - rubocop (1.55.1) + rubocop (1.57.1) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -44,7 +46,7 @@ GEM rubocop-ast (1.29.0) parser (>= 3.2.1.0) ruby-progressbar (1.13.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) PLATFORMS x86_64-linux