diff --git a/Gemfile.lock b/Gemfile.lock index 1f84f4c..d9f3cab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,16 +12,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.0) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) @@ -30,7 +31,7 @@ GEM bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) diff-lcs (1.5.1) drb (2.2.1) @@ -44,12 +45,12 @@ GEM json (2.7.2) language_server-protocol (3.17.0.3) lint_roller (1.1.0) + logger (1.6.0) minitest (5.24.1) - mutex_m (0.2.0) - parallel (1.25.1) + parallel (1.26.2) parse_a_changelog (1.3.0) treetop (~> 1.6) - parser (3.3.4.0) + parser (3.3.4.2) ast (~> 2.4.1) racc polyglot (0.3.5) @@ -61,7 +62,7 @@ GEM rake (13.2.1) rchardet (1.8.0) regexp_parser (2.9.2) - rexml (3.3.4) + rexml (3.3.5) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -87,7 +88,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) @@ -99,11 +100,12 @@ GEM rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.0.3) + rubocop-rspec (3.0.4) rubocop (~> 1.61) rubocop-vendor (0.13.1) rubocop ruby-progressbar (1.13.0) + securerandom (0.3.1) standard (1.39.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0)