diff --git a/Gemfile.lock b/Gemfile.lock index 5f6fae0..5a6ab1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,14 +6,14 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (8.0.3) + activesupport (8.1.1) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + json logger (>= 1.4.2) minitest (>= 5.1) securerandom (>= 0.3) @@ -21,12 +21,11 @@ GEM uri (>= 0.13.1) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (3.3.1) byebug (12.0.0) coderay (1.1.3) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) diff-lcs (1.6.2) drb (2.2.3) dry-configurable (1.3.0) @@ -60,19 +59,20 @@ GEM zeitwerk (~> 2.6) fasterer (0.11.0) ruby_parser (>= 3.19.1) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - json (2.15.2) + json (2.18.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) method_source (1.1.0) - minitest (5.25.5) + minitest (6.0.1) + prism (~> 1.5) parallel (1.27.0) parser (3.3.10.0) ast (~> 2.4.1) racc - prism (1.6.0) + prism (1.7.0) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) @@ -80,7 +80,7 @@ GEM byebug (~> 12.0) pry (>= 0.13, < 0.16) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rainbow (3.1.1) rake (13.3.1) reek (6.5.0) @@ -115,9 +115,9 @@ GEM rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.49.0) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) rubocop-magic_numbers (0.5.0) parser rubocop @@ -125,7 +125,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rails (2.33.4) + rubocop-rails (2.34.2) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -151,8 +151,8 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.1.0) - uri (1.0.3) + unicode-emoji (4.2.0) + uri (1.1.1) zeitwerk (2.7.3) PLATFORMS