From 397d551ed968586b4fe4de4a086a95d36009b80b Mon Sep 17 00:00:00 2001 From: Matheus Sales Date: Fri, 2 Feb 2024 18:42:59 -0300 Subject: [PATCH] chore: Update base dependencies --- Gemfile.lock | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6ff7f84de..eca9f9bcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,40 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4) + activesupport (7.1.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.6) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.10) - diff-lcs (1.5.0) + concurrent-ruby (1.2.3) + connection_pool (2.4.1) + diff-lcs (1.5.1) + drb (2.2.0) + ruby2_keywords fssm (0.2.10) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.7.1) language_server-protocol (3.17.0.3) method_source (1.0.0) - minitest (5.16.3) + minitest (5.21.2) + mutex_m (0.2.0) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.5) ast (~> 2.4.1) racc pry (0.14.2) @@ -33,13 +44,13 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) racc (1.7.3) - rack (3.0.0) + rack (3.0.9) rainbow (3.1.1) rake (13.0.1) - redcarpet (3.5.0) - regexp_parser (2.8.3) + redcarpet (3.6.0) + regexp_parser (2.9.0) rexml (3.2.6) - rouge (3.22.0) + rouge (4.2.0) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -49,15 +60,15 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-support (3.12.0) - rubocop (1.59.0) + rspec-support (3.12.1) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -68,18 +79,20 @@ GEM parser (>= 3.2.1.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) - rubocop-rails (2.16.1) + rubocop-rails (2.23.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) - thor (1.2.2) - tzinfo (2.0.5) + ruby2_keywords (0.0.5) + thor (1.3.0) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) warnings_logger (0.1.1) - yard (0.9.25) - zeus (0.15.14) + yard (0.9.34) + zeus (0.16.0) method_source (>= 0.6.7) PLATFORMS