diff --git a/Gemfile.lock b/Gemfile.lock index ffcd2e604..fe495d672 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - better_html (2.0.1) + better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) ast (~> 2.0) @@ -238,7 +238,7 @@ GEM activemodel emoji_regex (3.2.3) equalizer (0.0.11) - erb_lint (0.4.0) + erb_lint (0.5.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -289,7 +289,7 @@ GEM concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) - ffi (1.15.5) + ffi (1.16.2) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -343,7 +343,7 @@ GEM google-protobuf (3.24.0-arm64-darwin) google-protobuf (3.24.0-x86_64-darwin) google-protobuf (3.24.0-x86_64-linux) - guard (2.18.0) + guard (2.18.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) lumberjack (>= 1.0.12, < 2.0) @@ -447,7 +447,7 @@ GEM kaminari-core (1.2.2) katex (0.9.0) execjs (~> 2.7) - knapsack_pro (5.4.1) + knapsack_pro (5.7.0) rake kramdown (2.4.0) rexml @@ -477,7 +477,7 @@ GEM loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) - lumberjack (1.2.8) + lumberjack (1.2.9) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -747,7 +747,7 @@ GEM activesupport (>= 3.1, < 7.1) json-schema (~> 2.2) railties (>= 3.1, < 7.1) - rubocop (1.56.1) + rubocop (1.56.3) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -761,18 +761,18 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-capybara (2.19.0) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) + rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-performance (1.19.0) + rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.20.2) + rubocop-rails (2.21.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.23.2) + rubocop-rspec (2.24.1) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -889,11 +889,11 @@ GEM activerecord (>= 5.2) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - test-prof (1.2.2) + test-prof (1.2.3) thor (1.2.2) thread (0.2.2) thread_safe (0.3.6) - tilt (2.2.0) + tilt (2.3.0) timecop (0.9.8) timeout (0.4.0) twitter (7.0.0) @@ -928,12 +928,12 @@ GEM rack (>= 2.0.9) warning (1.3.0) wcag_color_contrast (0.1.0) - web-console (4.2.0) + web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.18.1) + webmock (3.19.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -949,8 +949,8 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - with_model (2.1.6) - activerecord (>= 5.2) + with_model (2.1.7) + activerecord (>= 6.0) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.34) @@ -958,7 +958,7 @@ GEM yard (>= 0.8.3) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) zlib (2.1.1) zonebie (0.6.1) diff --git a/vendor/cache/better_html-2.0.1.gem b/vendor/cache/better_html-2.0.1.gem deleted file mode 100644 index f02e9e419..000000000 Binary files a/vendor/cache/better_html-2.0.1.gem and /dev/null differ diff --git a/vendor/cache/better_html-2.0.2.gem b/vendor/cache/better_html-2.0.2.gem new file mode 100644 index 000000000..8dd3e6bcc Binary files /dev/null and b/vendor/cache/better_html-2.0.2.gem differ diff --git a/vendor/cache/erb_lint-0.4.0.gem b/vendor/cache/erb_lint-0.4.0.gem deleted file mode 100644 index 64169d873..000000000 Binary files a/vendor/cache/erb_lint-0.4.0.gem and /dev/null differ diff --git a/vendor/cache/erb_lint-0.5.0.gem b/vendor/cache/erb_lint-0.5.0.gem new file mode 100644 index 000000000..111c605a7 Binary files /dev/null and b/vendor/cache/erb_lint-0.5.0.gem differ diff --git a/vendor/cache/ffi-1.15.5.gem b/vendor/cache/ffi-1.15.5.gem deleted file mode 100644 index a632047fd..000000000 Binary files a/vendor/cache/ffi-1.15.5.gem and /dev/null differ diff --git a/vendor/cache/ffi-1.16.2.gem b/vendor/cache/ffi-1.16.2.gem new file mode 100644 index 000000000..2b7b118c6 Binary files /dev/null and b/vendor/cache/ffi-1.16.2.gem differ diff --git a/vendor/cache/guard-2.18.0.gem b/vendor/cache/guard-2.18.0.gem deleted file mode 100644 index d0c33689c..000000000 Binary files a/vendor/cache/guard-2.18.0.gem and /dev/null differ diff --git a/vendor/cache/guard-2.18.1.gem b/vendor/cache/guard-2.18.1.gem new file mode 100644 index 000000000..7f5b353a6 Binary files /dev/null and b/vendor/cache/guard-2.18.1.gem differ diff --git a/vendor/cache/knapsack_pro-5.4.1.gem b/vendor/cache/knapsack_pro-5.4.1.gem deleted file mode 100644 index 1347d6434..000000000 Binary files a/vendor/cache/knapsack_pro-5.4.1.gem and /dev/null differ diff --git a/vendor/cache/knapsack_pro-5.7.0.gem b/vendor/cache/knapsack_pro-5.7.0.gem new file mode 100644 index 000000000..bb08cdf9c Binary files /dev/null and b/vendor/cache/knapsack_pro-5.7.0.gem differ diff --git a/vendor/cache/lumberjack-1.2.8.gem b/vendor/cache/lumberjack-1.2.8.gem deleted file mode 100644 index c5a32e990..000000000 Binary files a/vendor/cache/lumberjack-1.2.8.gem and /dev/null differ diff --git a/vendor/cache/lumberjack-1.2.9.gem b/vendor/cache/lumberjack-1.2.9.gem new file mode 100644 index 000000000..bc5d893aa Binary files /dev/null and b/vendor/cache/lumberjack-1.2.9.gem differ diff --git a/vendor/cache/rubocop-1.56.1.gem b/vendor/cache/rubocop-1.56.1.gem deleted file mode 100644 index 2644c3640..000000000 Binary files a/vendor/cache/rubocop-1.56.1.gem and /dev/null differ diff --git a/vendor/cache/rubocop-1.56.3.gem b/vendor/cache/rubocop-1.56.3.gem new file mode 100644 index 000000000..b8fa5634e Binary files /dev/null and b/vendor/cache/rubocop-1.56.3.gem differ diff --git a/vendor/cache/rubocop-capybara-2.18.0.gem b/vendor/cache/rubocop-capybara-2.18.0.gem deleted file mode 100644 index 7001bac6d..000000000 Binary files a/vendor/cache/rubocop-capybara-2.18.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-capybara-2.19.0.gem b/vendor/cache/rubocop-capybara-2.19.0.gem new file mode 100644 index 000000000..4ba18a986 Binary files /dev/null and b/vendor/cache/rubocop-capybara-2.19.0.gem differ diff --git a/vendor/cache/rubocop-factory_bot-2.23.1.gem b/vendor/cache/rubocop-factory_bot-2.23.1.gem deleted file mode 100644 index 0b3ba0b6c..000000000 Binary files a/vendor/cache/rubocop-factory_bot-2.23.1.gem and /dev/null differ diff --git a/vendor/cache/rubocop-factory_bot-2.24.0.gem b/vendor/cache/rubocop-factory_bot-2.24.0.gem new file mode 100644 index 000000000..a9d3f6d54 Binary files /dev/null and b/vendor/cache/rubocop-factory_bot-2.24.0.gem differ diff --git a/vendor/cache/rubocop-performance-1.19.0.gem b/vendor/cache/rubocop-performance-1.19.0.gem deleted file mode 100644 index fe6edc4ab..000000000 Binary files a/vendor/cache/rubocop-performance-1.19.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-performance-1.19.1.gem b/vendor/cache/rubocop-performance-1.19.1.gem new file mode 100644 index 000000000..b8b4cd817 Binary files /dev/null and b/vendor/cache/rubocop-performance-1.19.1.gem differ diff --git a/vendor/cache/rubocop-rails-2.20.2.gem b/vendor/cache/rubocop-rails-2.20.2.gem deleted file mode 100644 index 8dd2d037c..000000000 Binary files a/vendor/cache/rubocop-rails-2.20.2.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rails-2.21.1.gem b/vendor/cache/rubocop-rails-2.21.1.gem new file mode 100644 index 000000000..0193c23ed Binary files /dev/null and b/vendor/cache/rubocop-rails-2.21.1.gem differ diff --git a/vendor/cache/rubocop-rspec-2.23.2.gem b/vendor/cache/rubocop-rspec-2.23.2.gem deleted file mode 100644 index f3e0b18c9..000000000 Binary files a/vendor/cache/rubocop-rspec-2.23.2.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rspec-2.24.1.gem b/vendor/cache/rubocop-rspec-2.24.1.gem new file mode 100644 index 000000000..30cfb72c4 Binary files /dev/null and b/vendor/cache/rubocop-rspec-2.24.1.gem differ diff --git a/vendor/cache/test-prof-1.2.2.gem b/vendor/cache/test-prof-1.2.2.gem deleted file mode 100644 index fb43a80e8..000000000 Binary files a/vendor/cache/test-prof-1.2.2.gem and /dev/null differ diff --git a/vendor/cache/test-prof-1.2.3.gem b/vendor/cache/test-prof-1.2.3.gem new file mode 100644 index 000000000..97c859aac Binary files /dev/null and b/vendor/cache/test-prof-1.2.3.gem differ diff --git a/vendor/cache/tilt-2.2.0.gem b/vendor/cache/tilt-2.2.0.gem deleted file mode 100644 index 30774e958..000000000 Binary files a/vendor/cache/tilt-2.2.0.gem and /dev/null differ diff --git a/vendor/cache/tilt-2.3.0.gem b/vendor/cache/tilt-2.3.0.gem new file mode 100644 index 000000000..9a7556374 Binary files /dev/null and b/vendor/cache/tilt-2.3.0.gem differ diff --git a/vendor/cache/web-console-4.2.0.gem b/vendor/cache/web-console-4.2.0.gem deleted file mode 100644 index f147b5d6f..000000000 Binary files a/vendor/cache/web-console-4.2.0.gem and /dev/null differ diff --git a/vendor/cache/web-console-4.2.1.gem b/vendor/cache/web-console-4.2.1.gem new file mode 100644 index 000000000..bbc1da9c6 Binary files /dev/null and b/vendor/cache/web-console-4.2.1.gem differ diff --git a/vendor/cache/webmock-3.18.1.gem b/vendor/cache/webmock-3.18.1.gem deleted file mode 100644 index 7901ae68b..000000000 Binary files a/vendor/cache/webmock-3.18.1.gem and /dev/null differ diff --git a/vendor/cache/webmock-3.19.1.gem b/vendor/cache/webmock-3.19.1.gem new file mode 100644 index 000000000..dc2b67f01 Binary files /dev/null and b/vendor/cache/webmock-3.19.1.gem differ diff --git a/vendor/cache/with_model-2.1.6.gem b/vendor/cache/with_model-2.1.6.gem deleted file mode 100644 index b1bbe85d4..000000000 Binary files a/vendor/cache/with_model-2.1.6.gem and /dev/null differ diff --git a/vendor/cache/with_model-2.1.7.gem b/vendor/cache/with_model-2.1.7.gem new file mode 100644 index 000000000..0c7ecc8d2 Binary files /dev/null and b/vendor/cache/with_model-2.1.7.gem differ diff --git a/vendor/cache/zeitwerk-2.6.11.gem b/vendor/cache/zeitwerk-2.6.11.gem deleted file mode 100644 index 5b8fbc4af..000000000 Binary files a/vendor/cache/zeitwerk-2.6.11.gem and /dev/null differ diff --git a/vendor/cache/zeitwerk-2.6.12.gem b/vendor/cache/zeitwerk-2.6.12.gem new file mode 100644 index 000000000..ccb435023 Binary files /dev/null and b/vendor/cache/zeitwerk-2.6.12.gem differ