diff --git a/Gemfile.lock b/Gemfile.lock index 7383cd3e..4d35203a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,6 +144,35 @@ GEM dotenv (= 2.8.1) railties (>= 3.2) drb (2.2.1) + dry-configurable (1.3.0) + dry-core (~> 1.1) + zeitwerk (~> 2.6) + dry-core (1.1.0) + concurrent-ruby (~> 1.0) + logger + zeitwerk (~> 2.6) + dry-inflector (1.2.0) + dry-initializer (3.2.0) + dry-logic (1.6.0) + bigdecimal + concurrent-ruby (~> 1.0) + dry-core (~> 1.1) + zeitwerk (~> 2.6) + dry-schema (1.13.4) + concurrent-ruby (~> 1.0) + dry-configurable (~> 1.0, >= 1.0.1) + dry-core (~> 1.0, < 2) + dry-initializer (~> 3.0) + dry-logic (>= 1.4, < 2) + dry-types (>= 1.7, < 2) + zeitwerk (~> 2.6) + dry-types (1.8.2) + bigdecimal (~> 3.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0) + dry-inflector (~> 1.0) + dry-logic (~> 1.4) + zeitwerk (~> 2.6) e2mmap (0.1.0) ed25519 (1.3.0) em-websocket (0.5.3) @@ -208,13 +237,12 @@ GEM jaro_winkler (1.5.6) jsbundling-rails (1.2.1) railties (>= 6.0.0) - json (2.7.1) + json (2.10.1) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - kwalify (0.7.2) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) launchy (2.5.2) addressable (~> 2.8) listen (3.8.0) @@ -263,10 +291,10 @@ GEM observer (0.1.2) orm_adapter (0.5.0) ostruct (0.6.0) - parallel (1.24.0) + parallel (1.26.3) parallel_tests (4.3.0) parallel - parser (3.2.2.4) + parser (3.3.7.1) ast (~> 2.4.1) racc pg (1.5.4) @@ -337,11 +365,13 @@ GEM rbs (2.8.4) rdoc (6.11.0) psych (>= 4.0.0) - reek (6.1.4) - kwalify (~> 0.7.0) - parser (~> 3.2.0) + reek (6.4.0) + dry-schema (~> 1.13.0) + logger (~> 1.6) + parser (~> 3.3.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.8.3) + rexml (~> 3.1) + regexp_parser (2.10.0) reline (0.6.0) io-console (~> 0.5) responders (3.1.1) @@ -349,7 +379,7 @@ GEM railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.3.9) + rexml (3.4.0) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -371,19 +401,18 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.59.0) + rubocop (1.71.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) - rubocop-ast (>= 1.30.0, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.38.0) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) rubyzip (2.3.2) securerandom (0.4.1) @@ -443,7 +472,9 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uniform_notifier (1.16.0) uri (1.0.2) useragent (0.16.11)