diff --git a/Gemfile.lock b/Gemfile.lock index accc047..26ee5d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,20 +25,143 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - base64 (0.2.0) + ast (2.4.2) + base64 (0.1.2) benchmark (0.4.0) bigdecimal (3.1.8) + coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) + diff-lcs (1.5.1) + docile (1.4.1) drb (2.2.1) + ffi (1.17.0-aarch64-linux-gnu) + ffi (1.17.0-arm-linux-gnu) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86-linux-gnu) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) + formatador (1.1.0) + guard (2.19.0) + formatador (>= 0.2.4) + listen (>= 2.7, < 4.0) + lumberjack (>= 1.0.12, < 2.0) + nenv (~> 0.1) + notiffany (~> 0.0) + pry (>= 0.13.0) + shellany (~> 0.0) + thor (>= 0.18.1) + guard-compat (1.2.1) + guard-rspec (4.7.3) + guard (~> 2.1) + guard-compat (~> 1.1) + rspec (>= 2.99.0, < 4.0) + guard-rubocop (1.5.0) + guard (~> 2.0) + rubocop (< 2.0) i18n (1.14.6) concurrent-ruby (~> 1.0) + json (2.9.0) + language_server-protocol (3.17.0.3) + listen (3.9.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) logger (1.6.3) + lumberjack (1.2.10) + method_source (1.1.0) minitest (5.25.4) + nenv (0.3.0) + notiffany (0.1.3) + nenv (~> 0.1) + shellany (~> 0.0) + parallel (1.26.3) + parser (3.3.6.0) + ast (~> 2.4.1) + racc + prism (1.2.0) + pry (0.15.0) + coderay (~> 1.1) + method_source (~> 1.0) + racc (1.8.1) + rack (3.1.8) + rainbow (3.1.1) + rake (13.2.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) + rbs (3.7.0) + logger + regexp_parser (2.9.3) + rexml (3.4.0) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.2) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.2) + rubocop (1.56.4) + base64 (~> 0.1.1) + json (~> 2.3) + language_server-protocol (>= 3.17.0) + parallel (~> 1.10) + parser (>= 3.2.2.3) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.28.1, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.37.0) + parser (>= 3.3.1.0) + rubocop-performance (1.23.0) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rails (2.27.0) + activesupport (>= 4.2.0) + rack (>= 1.1) + rubocop (>= 1.52.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rake (0.6.0) + rubocop (~> 1.0) + rubocop-rspec (3.0.0) + rubocop (~> 1.40) + ruby-lsp (0.22.1) + language_server-protocol (~> 3.17.0) + prism (>= 1.2, < 2.0) + rbs (>= 3, < 4) + sorbet-runtime (>= 0.5.10782) + ruby-lsp-rails (0.3.27) + ruby-lsp (>= 0.22.0, < 0.23.0) + ruby-lsp-rspec (0.1.19) + ruby-lsp (~> 0.22.0) + ruby-progressbar (1.13.0) securerandom (0.4.0) + shellany (0.0.1) + simplecov (0.22.0) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.13.1) + simplecov_json_formatter (0.1.4) + sorbet-runtime (0.5.11694) + sqlite3 (1.7.3-aarch64-linux) + sqlite3 (1.7.3-arm-linux) + sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86-linux) + sqlite3 (1.7.3-x86_64-darwin) + sqlite3 (1.7.3-x86_64-linux) + thor (1.3.2) timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + unicode-display_width (2.6.0) PLATFORMS aarch64-linux @@ -49,7 +172,22 @@ PLATFORMS x86_64-linux DEPENDENCIES + activerecord (~> 7.2) + guard (~> 2.18) + guard-rspec (~> 4.7) + guard-rubocop (~> 1.5) human_enum! + rake (~> 13.0) + rspec (~> 3.12) + rubocop (~> 1.56.3) + rubocop-performance + rubocop-rails + rubocop-rake + rubocop-rspec + ruby-lsp-rails + ruby-lsp-rspec + simplecov (~> 0.22.0) + sqlite3 (~> 1.4) BUNDLED WITH 2.5.10 diff --git a/Gemfile.rails-6.1.lock b/Gemfile.rails-6.1.lock index 31c8660..552cfae 100644 --- a/Gemfile.rails-6.1.lock +++ b/Gemfile.rails-6.1.lock @@ -45,25 +45,25 @@ GEM rubocop (< 2.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.6) + json (2.9.0) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.3) lumberjack (1.2.10) method_source (1.1.0) - minitest (5.25.1) + minitest (5.25.4) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc prism (1.2.0) - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) racc (1.8.1) @@ -73,10 +73,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.6.1) + rbs (3.7.0) logger - regexp_parser (2.9.2) - rexml (3.3.9) + regexp_parser (2.9.3) + rexml (3.4.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -89,7 +89,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) @@ -102,9 +102,9 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.34.0) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.27.0) @@ -116,15 +116,15 @@ GEM rubocop (~> 1.0) rubocop-rspec (3.0.0) rubocop (~> 1.40) - ruby-lsp (0.20.1) + ruby-lsp (0.22.1) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 4) sorbet-runtime (>= 0.5.10782) - ruby-lsp-rails (0.3.21) - ruby-lsp (>= 0.20.0, < 0.21.0) - ruby-lsp-rspec (0.1.17) - ruby-lsp (~> 0.20.1) + ruby-lsp-rails (0.3.27) + ruby-lsp (>= 0.22.0, < 0.23.0) + ruby-lsp-rspec (0.1.19) + ruby-lsp (~> 0.22.0) ruby-progressbar (1.13.0) shellany (0.0.1) simplecov (0.22.0) @@ -133,7 +133,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sorbet-runtime (0.5.11635) + sorbet-runtime (0.5.11694) sqlite3 (1.7.3-aarch64-linux) sqlite3 (1.7.3-arm-linux) sqlite3 (1.7.3-arm64-darwin) diff --git a/Gemfile.rails-7.0.lock b/Gemfile.rails-7.0.lock index 13924de..bb422f7 100644 --- a/Gemfile.rails-7.0.lock +++ b/Gemfile.rails-7.0.lock @@ -44,25 +44,25 @@ GEM rubocop (< 2.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.6) + json (2.9.0) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.3) lumberjack (1.2.10) method_source (1.1.0) - minitest (5.25.1) + minitest (5.25.4) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc prism (1.2.0) - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) racc (1.8.1) @@ -72,10 +72,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.6.1) + rbs (3.7.0) logger - regexp_parser (2.9.2) - rexml (3.3.9) + regexp_parser (2.9.3) + rexml (3.4.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -88,7 +88,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) @@ -101,9 +101,9 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.34.0) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.27.0) @@ -115,15 +115,15 @@ GEM rubocop (~> 1.0) rubocop-rspec (3.0.0) rubocop (~> 1.40) - ruby-lsp (0.20.1) + ruby-lsp (0.22.1) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 4) sorbet-runtime (>= 0.5.10782) - ruby-lsp-rails (0.3.21) - ruby-lsp (>= 0.20.0, < 0.21.0) - ruby-lsp-rspec (0.1.17) - ruby-lsp (~> 0.20.1) + ruby-lsp-rails (0.3.27) + ruby-lsp (>= 0.22.0, < 0.23.0) + ruby-lsp-rspec (0.1.19) + ruby-lsp (~> 0.22.0) ruby-progressbar (1.13.0) shellany (0.0.1) simplecov (0.22.0) @@ -132,7 +132,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sorbet-runtime (0.5.11635) + sorbet-runtime (0.5.11694) sqlite3 (1.7.3-aarch64-linux) sqlite3 (1.7.3-arm-linux) sqlite3 (1.7.3-arm64-darwin) diff --git a/Gemfile.rails-7.1.lock b/Gemfile.rails-7.1.lock index e9238e7..9c526b4 100644 --- a/Gemfile.rails-7.1.lock +++ b/Gemfile.rails-7.1.lock @@ -53,26 +53,26 @@ GEM rubocop (< 2.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.6) + json (2.9.0) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.3) lumberjack (1.2.10) method_source (1.1.0) - minitest (5.25.1) + minitest (5.25.4) mutex_m (0.2.0) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc prism (1.2.0) - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) racc (1.8.1) @@ -82,10 +82,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.6.1) + rbs (3.7.0) logger - regexp_parser (2.9.2) - rexml (3.3.9) + regexp_parser (2.9.3) + rexml (3.4.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -98,7 +98,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) @@ -111,9 +111,9 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.34.0) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.27.0) @@ -125,15 +125,15 @@ GEM rubocop (~> 1.0) rubocop-rspec (3.0.0) rubocop (~> 1.40) - ruby-lsp (0.20.1) + ruby-lsp (0.22.1) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 4) sorbet-runtime (>= 0.5.10782) - ruby-lsp-rails (0.3.21) - ruby-lsp (>= 0.20.0, < 0.21.0) - ruby-lsp-rspec (0.1.17) - ruby-lsp (~> 0.20.1) + ruby-lsp-rails (0.3.27) + ruby-lsp (>= 0.22.0, < 0.23.0) + ruby-lsp-rspec (0.1.19) + ruby-lsp (~> 0.22.0) ruby-progressbar (1.13.0) shellany (0.0.1) simplecov (0.22.0) @@ -142,7 +142,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sorbet-runtime (0.5.11635) + sorbet-runtime (0.5.11694) sqlite3 (1.7.3-aarch64-linux) sqlite3 (1.7.3-arm-linux) sqlite3 (1.7.3-arm64-darwin) @@ -150,7 +150,7 @@ GEM sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) thor (1.3.2) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) diff --git a/Gemfile.rails-7.2.lock b/Gemfile.rails-7.2.lock index 45d3f3c..b7ff89e 100644 --- a/Gemfile.rails-7.2.lock +++ b/Gemfile.rails-7.2.lock @@ -7,13 +7,13 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.2.2) - activesupport (= 7.2.2) - activerecord (7.2.2) - activemodel (= 7.2.2) - activesupport (= 7.2.2) + activemodel (7.2.2.1) + activesupport (= 7.2.2.1) + activerecord (7.2.2.1) + activemodel (= 7.2.2.1) + activesupport (= 7.2.2.1) timeout (>= 0.4.0) - activesupport (7.2.2) + activesupport (7.2.2.1) base64 benchmark (>= 0.3) bigdecimal @@ -27,7 +27,7 @@ GEM tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) base64 (0.1.2) - benchmark (0.3.0) + benchmark (0.4.0) bigdecimal (3.1.8) coderay (1.1.3) concurrent-ruby (1.3.4) @@ -61,25 +61,25 @@ GEM rubocop (< 2.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.6) + json (2.9.0) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.3) lumberjack (1.2.10) method_source (1.1.0) - minitest (5.25.1) + minitest (5.25.4) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc prism (1.2.0) - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) racc (1.8.1) @@ -89,10 +89,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.6.1) + rbs (3.7.0) logger - regexp_parser (2.9.2) - rexml (3.3.9) + regexp_parser (2.9.3) + rexml (3.4.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -105,7 +105,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) @@ -118,9 +118,9 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.34.0) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.27.0) @@ -132,17 +132,17 @@ GEM rubocop (~> 1.0) rubocop-rspec (3.0.0) rubocop (~> 1.40) - ruby-lsp (0.20.1) + ruby-lsp (0.22.1) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 4) sorbet-runtime (>= 0.5.10782) - ruby-lsp-rails (0.3.21) - ruby-lsp (>= 0.20.0, < 0.21.0) - ruby-lsp-rspec (0.1.17) - ruby-lsp (~> 0.20.1) + ruby-lsp-rails (0.3.27) + ruby-lsp (>= 0.22.0, < 0.23.0) + ruby-lsp-rspec (0.1.19) + ruby-lsp (~> 0.22.0) ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) shellany (0.0.1) simplecov (0.22.0) docile (~> 1.1) @@ -150,7 +150,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sorbet-runtime (0.5.11635) + sorbet-runtime (0.5.11694) sqlite3 (1.7.3-aarch64-linux) sqlite3 (1.7.3-arm-linux) sqlite3 (1.7.3-arm64-darwin) @@ -158,7 +158,7 @@ GEM sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) thor (1.3.2) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0)