From b5770d62edd2566f1d0e581843c4e528c43a8fd4 Mon Sep 17 00:00:00 2001 From: Nitesh Purohit Date: Fri, 28 Jun 2024 00:20:02 -0400 Subject: [PATCH] fix: bundle updated --- Gemfile.lock | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a397920..6d1553b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,6 +17,8 @@ GEM benchmark-malloc (0.2.0) benchmark-perf (0.6.0) benchmark-trend (0.4.0) + bigdecimal (3.1.8) + bigdecimal (3.1.8-java) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -29,20 +31,24 @@ GEM json (2.7.2) json (2.7.2-java) language_server-protocol (3.17.0.3) - parallel (1.24.0) - parser (3.3.2.0) + mize (0.4.1) + protocol (~> 2.0) + parallel (1.25.1) + parser (3.3.3.0) ast (~> 2.4.1) racc pluginator (1.5.0) pre-commit (0.40.0) pluginator (~> 1.5) + protocol (2.0.0) + ruby_parser (~> 3.0) racc (1.8.0) racc (1.8.0-java) rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.1) + strscan rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -54,14 +60,14 @@ GEM rspec (>= 3.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-json_expectations (2.2.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.0) + rspec-support (3.13.1) rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -76,6 +82,10 @@ GEM rubocop-ast (1.31.3) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) + ruby_parser (3.21.0) + racc (~> 1.5) + sexp_processor (~> 4.16) + sexp_processor (4.17.1) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -84,10 +94,12 @@ GEM strscan (3.1.0) strscan (3.1.0-java) sync (0.5.0) - term-ansicolor (1.7.1) + term-ansicolor (1.10.2) + mize tins (~> 1.0) - thor (1.2.1) - tins (1.31.0) + thor (1.3.1) + tins (1.33.0) + bigdecimal sync unicode-display_width (2.5.0) @@ -109,4 +121,4 @@ DEPENDENCIES simplecov-lcov! BUNDLED WITH - 2.1.4 + 2.5.6