diff --git a/Gemfile b/Gemfile index 8e44cdba4a811..2089b2c598cb4 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem "pundit", "~> 2.1" # Object oriented authorization for Rails applications gem "rack-attack", "~> 6.5.0" # Used to throttle requests to prevent brute force attacks gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout -gem "rails", "~> 6.1.4" # Ruby on Rails +gem "rails", "~> 7.0.2" # Ruby on Rails gem "ransack", "~> 2.5" # Searching and sorting gem "recaptcha", "~> 5.8", require: "recaptcha/rails" # Helpers for the reCAPTCHA API gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser diff --git a/Gemfile.lock b/Gemfile.lock index bac81e2067c25..270c5dd994c27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,67 +9,73 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (6.1.4.4) - actionpack (= 6.1.4.4) - activesupport (= 6.1.4.4) + actioncable (7.0.2.3) + actionpack (= 7.0.2.3) + activesupport (= 7.0.2.3) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.4.4) - actionpack (= 6.1.4.4) - activejob (= 6.1.4.4) - activerecord (= 6.1.4.4) - activestorage (= 6.1.4.4) - activesupport (= 6.1.4.4) + actionmailbox (7.0.2.3) + actionpack (= 7.0.2.3) + activejob (= 7.0.2.3) + activerecord (= 7.0.2.3) + activestorage (= 7.0.2.3) + activesupport (= 7.0.2.3) mail (>= 2.7.1) - actionmailer (6.1.4.4) - actionpack (= 6.1.4.4) - actionview (= 6.1.4.4) - activejob (= 6.1.4.4) - activesupport (= 6.1.4.4) + net-imap + net-pop + net-smtp + actionmailer (7.0.2.3) + actionpack (= 7.0.2.3) + actionview (= 7.0.2.3) + activejob (= 7.0.2.3) + activesupport (= 7.0.2.3) mail (~> 2.5, >= 2.5.4) + net-imap + net-pop + net-smtp rails-dom-testing (~> 2.0) - actionpack (6.1.4.4) - actionview (= 6.1.4.4) - activesupport (= 6.1.4.4) - rack (~> 2.0, >= 2.0.9) + actionpack (7.0.2.3) + actionview (= 7.0.2.3) + activesupport (= 7.0.2.3) + rack (~> 2.0, >= 2.2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.4.4) - actionpack (= 6.1.4.4) - activerecord (= 6.1.4.4) - activestorage (= 6.1.4.4) - activesupport (= 6.1.4.4) + actiontext (7.0.2.3) + actionpack (= 7.0.2.3) + activerecord (= 7.0.2.3) + activestorage (= 7.0.2.3) + activesupport (= 7.0.2.3) + globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (6.1.4.4) - activesupport (= 6.1.4.4) + actionview (7.0.2.3) + activesupport (= 7.0.2.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) active_record_union (1.3.0) activerecord (>= 4.0) - activejob (6.1.4.4) - activesupport (= 6.1.4.4) + activejob (7.0.2.3) + activesupport (= 7.0.2.3) globalid (>= 0.3.6) - activemodel (6.1.4.4) - activesupport (= 6.1.4.4) - activerecord (6.1.4.4) - activemodel (= 6.1.4.4) - activesupport (= 6.1.4.4) - activestorage (6.1.4.4) - actionpack (= 6.1.4.4) - activejob (= 6.1.4.4) - activerecord (= 6.1.4.4) - activesupport (= 6.1.4.4) - marcel (~> 1.0.0) + activemodel (7.0.2.3) + activesupport (= 7.0.2.3) + activerecord (7.0.2.3) + activemodel (= 7.0.2.3) + activesupport (= 7.0.2.3) + activestorage (7.0.2.3) + actionpack (= 7.0.2.3) + activejob (= 7.0.2.3) + activerecord (= 7.0.2.3) + activesupport (= 7.0.2.3) + marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (6.1.4.4) + activesupport (7.0.2.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) acts-as-taggable-on (9.0.1) activerecord (>= 6.0, < 7.1) addressable (2.8.0) @@ -207,6 +213,7 @@ GEM actionmailer (>= 5.0) devise (>= 4.6) diff-lcs (1.5.0) + digest (3.1.0) docile (1.3.5) dogstatsd-ruby (4.8.3) domain_name (0.5.20190701) @@ -383,7 +390,7 @@ GEM httpclient (2.8.3) hypershield (0.2.2) activerecord (>= 5) - i18n (1.8.11) + i18n (1.10.0) concurrent-ruby (~> 1.0) i18n-js (3.9.0) i18n (>= 0.6.6) @@ -406,6 +413,7 @@ GEM activesupport (>= 3.0) nokogiri (>= 1.6) io-console (0.5.9) + io-wait (0.2.1) ipaddress (0.8.3) irb (1.3.7) reline (>= 0.2.7) @@ -453,7 +461,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.13.0) + loofah (2.14.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -490,6 +498,21 @@ GEM connection_pool (~> 2.2) net-http2 (0.18.4) http-2 (~> 0.11) + net-imap (0.2.3) + digest + net-protocol + strscan + net-pop (0.1.1) + digest + net-protocol + timeout + net-protocol (0.1.2) + io-wait + timeout + net-smtp (0.3.1) + digest + net-protocol + timeout netrc (0.11.0) nio4r (2.5.8) nokogiri (1.13.1) @@ -585,21 +608,20 @@ GEM rack-test (1.1.0) rack (>= 1.0, < 3) rack-timeout (0.6.0) - rails (6.1.4.4) - actioncable (= 6.1.4.4) - actionmailbox (= 6.1.4.4) - actionmailer (= 6.1.4.4) - actionpack (= 6.1.4.4) - actiontext (= 6.1.4.4) - actionview (= 6.1.4.4) - activejob (= 6.1.4.4) - activemodel (= 6.1.4.4) - activerecord (= 6.1.4.4) - activestorage (= 6.1.4.4) - activesupport (= 6.1.4.4) + rails (7.0.2.3) + actioncable (= 7.0.2.3) + actionmailbox (= 7.0.2.3) + actionmailer (= 7.0.2.3) + actionpack (= 7.0.2.3) + actiontext (= 7.0.2.3) + actionview (= 7.0.2.3) + activejob (= 7.0.2.3) + activemodel (= 7.0.2.3) + activerecord (= 7.0.2.3) + activestorage (= 7.0.2.3) + activesupport (= 7.0.2.3) bundler (>= 1.15.0) - railties (= 6.1.4.4) - sprockets-rails (>= 2.0.0) + railties (= 7.0.2.3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -608,12 +630,13 @@ GEM rails-i18n (7.0.1) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) - railties (6.1.4.4) - actionpack (= 6.1.4.4) - activesupport (= 6.1.4.4) + railties (7.0.2.3) + actionpack (= 7.0.2.3) + activesupport (= 7.0.2.3) method_source - rake (>= 0.13) + rake (>= 12.2) thor (~> 1.0) + zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) ransack (2.5.0) @@ -817,6 +840,7 @@ GEM stripe (> 5, < 6) strong_migrations (0.7.9) activerecord (>= 5) + strscan (3.0.1) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) test-prof (1.0.7) @@ -825,6 +849,7 @@ GEM thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.4) + timeout (0.2.0) twitter (7.0.0) addressable (~> 2.3) buftok (~> 0.2.0) @@ -888,7 +913,7 @@ GEM nokogiri (~> 1.8) yard (0.9.27) webrick (~> 1.7.0) - zeitwerk (2.5.3) + zeitwerk (2.5.4) zonebie (0.6.1) PLATFORMS @@ -995,7 +1020,7 @@ DEPENDENCIES rack-cors (~> 1.1) rack-host-redirect (~> 1.3) rack-timeout (~> 0.6) - rails (~> 6.1.4) + rails (~> 7.0.2) ransack (~> 2.5) recaptcha (~> 5.8) redcarpet (~> 3.5) diff --git a/vendor/cache/actioncable-6.1.4.4.gem b/vendor/cache/actioncable-6.1.4.4.gem deleted file mode 100644 index a43b6b0f409f5..0000000000000 Binary files a/vendor/cache/actioncable-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/actioncable-7.0.2.3.gem b/vendor/cache/actioncable-7.0.2.3.gem new file mode 100644 index 0000000000000..8f8cffe62af7f Binary files /dev/null and b/vendor/cache/actioncable-7.0.2.3.gem differ diff --git a/vendor/cache/actionmailbox-6.1.4.4.gem b/vendor/cache/actionmailbox-6.1.4.4.gem deleted file mode 100644 index fa74d0ecc2b6b..0000000000000 Binary files a/vendor/cache/actionmailbox-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-7.0.2.3.gem b/vendor/cache/actionmailbox-7.0.2.3.gem new file mode 100644 index 0000000000000..3018e0b2e7426 Binary files /dev/null and b/vendor/cache/actionmailbox-7.0.2.3.gem differ diff --git a/vendor/cache/actionmailer-6.1.4.4.gem b/vendor/cache/actionmailer-6.1.4.4.gem deleted file mode 100644 index b7cd63439f001..0000000000000 Binary files a/vendor/cache/actionmailer-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-7.0.2.3.gem b/vendor/cache/actionmailer-7.0.2.3.gem new file mode 100644 index 0000000000000..8842169ed10d2 Binary files /dev/null and b/vendor/cache/actionmailer-7.0.2.3.gem differ diff --git a/vendor/cache/actionpack-6.1.4.4.gem b/vendor/cache/actionpack-6.1.4.4.gem deleted file mode 100644 index 122e054465fc7..0000000000000 Binary files a/vendor/cache/actionpack-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/actionpack-7.0.2.3.gem b/vendor/cache/actionpack-7.0.2.3.gem new file mode 100644 index 0000000000000..97bd5fd34376d Binary files /dev/null and b/vendor/cache/actionpack-7.0.2.3.gem differ diff --git a/vendor/cache/actiontext-6.1.4.4.gem b/vendor/cache/actiontext-6.1.4.4.gem deleted file mode 100644 index 279e425a5a1ae..0000000000000 Binary files a/vendor/cache/actiontext-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/actiontext-7.0.2.3.gem b/vendor/cache/actiontext-7.0.2.3.gem new file mode 100644 index 0000000000000..e6b589bfe73a4 Binary files /dev/null and b/vendor/cache/actiontext-7.0.2.3.gem differ diff --git a/vendor/cache/actionview-6.1.4.4.gem b/vendor/cache/actionview-6.1.4.4.gem deleted file mode 100644 index 74d88163f4765..0000000000000 Binary files a/vendor/cache/actionview-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/actionview-7.0.2.3.gem b/vendor/cache/actionview-7.0.2.3.gem new file mode 100644 index 0000000000000..db3627fff0c4c Binary files /dev/null and b/vendor/cache/actionview-7.0.2.3.gem differ diff --git a/vendor/cache/activejob-6.1.4.4.gem b/vendor/cache/activejob-6.1.4.4.gem deleted file mode 100644 index 751fc8afdc388..0000000000000 Binary files a/vendor/cache/activejob-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/activejob-7.0.2.3.gem b/vendor/cache/activejob-7.0.2.3.gem new file mode 100644 index 0000000000000..57d18ee23a9ad Binary files /dev/null and b/vendor/cache/activejob-7.0.2.3.gem differ diff --git a/vendor/cache/activemodel-6.1.4.4.gem b/vendor/cache/activemodel-6.1.4.4.gem deleted file mode 100644 index f9ec47b683f44..0000000000000 Binary files a/vendor/cache/activemodel-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/activemodel-7.0.2.3.gem b/vendor/cache/activemodel-7.0.2.3.gem new file mode 100644 index 0000000000000..d1e93eba36243 Binary files /dev/null and b/vendor/cache/activemodel-7.0.2.3.gem differ diff --git a/vendor/cache/activerecord-6.1.4.4.gem b/vendor/cache/activerecord-6.1.4.4.gem deleted file mode 100644 index 9026522e58816..0000000000000 Binary files a/vendor/cache/activerecord-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/activerecord-7.0.2.3.gem b/vendor/cache/activerecord-7.0.2.3.gem new file mode 100644 index 0000000000000..5c8057e121837 Binary files /dev/null and b/vendor/cache/activerecord-7.0.2.3.gem differ diff --git a/vendor/cache/activestorage-6.1.4.4.gem b/vendor/cache/activestorage-6.1.4.4.gem deleted file mode 100644 index 56b5eede2b776..0000000000000 Binary files a/vendor/cache/activestorage-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/activestorage-7.0.2.3.gem b/vendor/cache/activestorage-7.0.2.3.gem new file mode 100644 index 0000000000000..cb107dce5367b Binary files /dev/null and b/vendor/cache/activestorage-7.0.2.3.gem differ diff --git a/vendor/cache/activesupport-6.1.4.4.gem b/vendor/cache/activesupport-6.1.4.4.gem deleted file mode 100644 index a1490fc4e2f37..0000000000000 Binary files a/vendor/cache/activesupport-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/activesupport-7.0.2.3.gem b/vendor/cache/activesupport-7.0.2.3.gem new file mode 100644 index 0000000000000..2e697556705ed Binary files /dev/null and b/vendor/cache/activesupport-7.0.2.3.gem differ diff --git a/vendor/cache/digest-3.1.0.gem b/vendor/cache/digest-3.1.0.gem new file mode 100644 index 0000000000000..133574421d604 Binary files /dev/null and b/vendor/cache/digest-3.1.0.gem differ diff --git a/vendor/cache/i18n-1.10.0.gem b/vendor/cache/i18n-1.10.0.gem new file mode 100644 index 0000000000000..a64602b059a1c Binary files /dev/null and b/vendor/cache/i18n-1.10.0.gem differ diff --git a/vendor/cache/i18n-1.8.11.gem b/vendor/cache/i18n-1.8.11.gem deleted file mode 100644 index b6ecc160098fd..0000000000000 Binary files a/vendor/cache/i18n-1.8.11.gem and /dev/null differ diff --git a/vendor/cache/io-wait-0.2.1.gem b/vendor/cache/io-wait-0.2.1.gem new file mode 100644 index 0000000000000..707e97f349de7 Binary files /dev/null and b/vendor/cache/io-wait-0.2.1.gem differ diff --git a/vendor/cache/loofah-2.13.0.gem b/vendor/cache/loofah-2.13.0.gem deleted file mode 100644 index ecfec24366445..0000000000000 Binary files a/vendor/cache/loofah-2.13.0.gem and /dev/null differ diff --git a/vendor/cache/loofah-2.14.0.gem b/vendor/cache/loofah-2.14.0.gem new file mode 100644 index 0000000000000..0709eb354767d Binary files /dev/null and b/vendor/cache/loofah-2.14.0.gem differ diff --git a/vendor/cache/net-imap-0.2.3.gem b/vendor/cache/net-imap-0.2.3.gem new file mode 100644 index 0000000000000..eda34e0e03bcc Binary files /dev/null and b/vendor/cache/net-imap-0.2.3.gem differ diff --git a/vendor/cache/net-pop-0.1.1.gem b/vendor/cache/net-pop-0.1.1.gem new file mode 100644 index 0000000000000..3eb2f788bff3f Binary files /dev/null and b/vendor/cache/net-pop-0.1.1.gem differ diff --git a/vendor/cache/net-protocol-0.1.2.gem b/vendor/cache/net-protocol-0.1.2.gem new file mode 100644 index 0000000000000..29beb122f4c2a Binary files /dev/null and b/vendor/cache/net-protocol-0.1.2.gem differ diff --git a/vendor/cache/net-smtp-0.3.1.gem b/vendor/cache/net-smtp-0.3.1.gem new file mode 100644 index 0000000000000..7071c070e2b2e Binary files /dev/null and b/vendor/cache/net-smtp-0.3.1.gem differ diff --git a/vendor/cache/rails-6.1.4.4.gem b/vendor/cache/rails-6.1.4.4.gem deleted file mode 100644 index 29e67fbb5bb9b..0000000000000 Binary files a/vendor/cache/rails-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/rails-7.0.2.3.gem b/vendor/cache/rails-7.0.2.3.gem new file mode 100644 index 0000000000000..2ee58318f97eb Binary files /dev/null and b/vendor/cache/rails-7.0.2.3.gem differ diff --git a/vendor/cache/railties-6.1.4.4.gem b/vendor/cache/railties-6.1.4.4.gem deleted file mode 100644 index 77188f1fdb54e..0000000000000 Binary files a/vendor/cache/railties-6.1.4.4.gem and /dev/null differ diff --git a/vendor/cache/railties-7.0.2.3.gem b/vendor/cache/railties-7.0.2.3.gem new file mode 100644 index 0000000000000..a41435e3782f5 Binary files /dev/null and b/vendor/cache/railties-7.0.2.3.gem differ diff --git a/vendor/cache/strscan-3.0.1.gem b/vendor/cache/strscan-3.0.1.gem new file mode 100644 index 0000000000000..209a8bd6526ea Binary files /dev/null and b/vendor/cache/strscan-3.0.1.gem differ diff --git a/vendor/cache/timeout-0.2.0.gem b/vendor/cache/timeout-0.2.0.gem new file mode 100644 index 0000000000000..2fac798d7524e Binary files /dev/null and b/vendor/cache/timeout-0.2.0.gem differ diff --git a/vendor/cache/zeitwerk-2.5.3.gem b/vendor/cache/zeitwerk-2.5.3.gem deleted file mode 100644 index 12113cdece097..0000000000000 Binary files a/vendor/cache/zeitwerk-2.5.3.gem and /dev/null differ diff --git a/vendor/cache/zeitwerk-2.5.4.gem b/vendor/cache/zeitwerk-2.5.4.gem new file mode 100644 index 0000000000000..7c967d4415d2c Binary files /dev/null and b/vendor/cache/zeitwerk-2.5.4.gem differ