diff --git a/Gemfile b/Gemfile index d46a8d0d66b82..e4068f4fa9018 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ gem "pusher-push-notifications", "~> 2.0" # Pusher Push Notifications Ruby serve 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.0.3" # Ruby on Rails +gem "rails", "~> 6.1.6" # Ruby on Rails gem "rails-settings-cached", ">= 2.1.1" # Settings plugin for Rails that makes managing a table of global key, value pairs easy. gem "ransack", "~> 2.4" # Searching and sorting gem "recaptcha", "~> 5.7", require: "recaptcha/rails" # Helpers for the reCAPTCHA API diff --git a/Gemfile.lock b/Gemfile.lock index 40848d16f4b35..e4954d779e9c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,63 +35,67 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (6.0.3.5) - actionpack (= 6.0.3.5) + actioncable (6.1.6.1) + actionpack (= 6.1.6.1) + activesupport (= 6.1.6.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.0.3.5) - actionpack (= 6.0.3.5) - activejob (= 6.0.3.5) - activerecord (= 6.0.3.5) - activestorage (= 6.0.3.5) - activesupport (= 6.0.3.5) + actionmailbox (6.1.6.1) + actionpack (= 6.1.6.1) + activejob (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) mail (>= 2.7.1) - actionmailer (6.0.3.5) - actionpack (= 6.0.3.5) - actionview (= 6.0.3.5) - activejob (= 6.0.3.5) + actionmailer (6.1.6.1) + actionpack (= 6.1.6.1) + actionview (= 6.1.6.1) + activejob (= 6.1.6.1) + activesupport (= 6.1.6.1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.0.3.5) - actionview (= 6.0.3.5) - activesupport (= 6.0.3.5) - rack (~> 2.0, >= 2.0.8) + actionpack (6.1.6.1) + actionview (= 6.1.6.1) + activesupport (= 6.1.6.1) + rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.0.3.5) - actionpack (= 6.0.3.5) - activerecord (= 6.0.3.5) - activestorage (= 6.0.3.5) - activesupport (= 6.0.3.5) + actiontext (6.1.6.1) + actionpack (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) nokogiri (>= 1.8.5) - actionview (6.0.3.5) - activesupport (= 6.0.3.5) + actionview (6.1.6.1) + activesupport (= 6.1.6.1) 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.0.3.5) - activesupport (= 6.0.3.5) + activejob (6.1.6.1) + activesupport (= 6.1.6.1) globalid (>= 0.3.6) - activemodel (6.0.3.5) - activesupport (= 6.0.3.5) - activerecord (6.0.3.5) - activemodel (= 6.0.3.5) - activesupport (= 6.0.3.5) - activestorage (6.0.3.5) - actionpack (= 6.0.3.5) - activejob (= 6.0.3.5) - activerecord (= 6.0.3.5) - marcel (~> 0.3.1) - activesupport (6.0.3.5) + activemodel (6.1.6.1) + activesupport (= 6.1.6.1) + activerecord (6.1.6.1) + activemodel (= 6.1.6.1) + activesupport (= 6.1.6.1) + activestorage (6.1.6.1) + actionpack (= 6.1.6.1) + activejob (= 6.1.6.1) + activerecord (= 6.1.6.1) + activesupport (= 6.1.6.1) + marcel (~> 1.0) + mini_mime (>= 1.1.0) + activesupport (6.1.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) acts-as-taggable-on (7.0.0) activerecord (>= 5.0, < 6.2) addressable (2.7.0) @@ -193,7 +197,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) connection_pool (2.2.3) counter_culture (2.8.0) activerecord (>= 4.2) @@ -325,8 +329,8 @@ GEM gibbon (3.4.0) faraday (>= 0.16.0) multi_json (>= 1.11.0) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (1.0.0) + activesupport (>= 5.0) guard (2.16.2) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -378,7 +382,7 @@ GEM httpclient (2.8.3) hypershield (0.2.2) activerecord (>= 5) - i18n (1.8.10) + i18n (1.11.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) image_processing (1.12.1) @@ -429,14 +433,13 @@ GEM listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.9.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) mail (2.7.1) mini_mime (>= 0.1.1) - marcel (0.3.3) - mimemagic (~> 0.3.2) + marcel (1.0.2) memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) memory_profiler (1.0.0) @@ -444,12 +447,14 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0225) - mimemagic (0.3.5) + mimemagic (0.4.3) + nokogiri (~> 1) + rake mini_histogram (0.3.1) mini_magick (4.11.0) - mini_mime (1.0.2) - mini_portile2 (2.5.0) - minitest (5.14.4) + mini_mime (1.1.2) + mini_portile2 (2.5.3) + minitest (5.16.2) modis (3.3.0) activemodel (>= 4.2) activesupport (>= 4.2) @@ -469,7 +474,7 @@ GEM net-http2 (0.18.4) http-2 (~> 0.11) netrc (0.11.0) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -548,8 +553,8 @@ GEM rest-client (~> 2.0, >= 2.0.2) pusher-signature (0.1.8) raabro (1.4.0) - racc (1.5.2) - rack (2.2.3) + racc (1.6.0) + rack (2.2.4) rack-attack (6.5.0) rack (>= 1.0, < 3) rack-cors (1.1.1) @@ -560,39 +565,39 @@ GEM rack rack-proxy (0.6.5) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) rack-timeout (0.6.0) - rails (6.0.3.5) - actioncable (= 6.0.3.5) - actionmailbox (= 6.0.3.5) - actionmailer (= 6.0.3.5) - actionpack (= 6.0.3.5) - actiontext (= 6.0.3.5) - actionview (= 6.0.3.5) - activejob (= 6.0.3.5) - activemodel (= 6.0.3.5) - activerecord (= 6.0.3.5) - activestorage (= 6.0.3.5) - activesupport (= 6.0.3.5) - bundler (>= 1.3.0) - railties (= 6.0.3.5) + rails (6.1.6.1) + actioncable (= 6.1.6.1) + actionmailbox (= 6.1.6.1) + actionmailer (= 6.1.6.1) + actionpack (= 6.1.6.1) + actiontext (= 6.1.6.1) + actionview (= 6.1.6.1) + activejob (= 6.1.6.1) + activemodel (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) + bundler (>= 1.15.0) + railties (= 6.1.6.1) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) rails-settings-cached (2.5.2) rails (>= 5.0.0) - railties (6.0.3.5) - actionpack (= 6.0.3.5) - activesupport (= 6.0.3.5) + railties (6.1.6.1) + actionpack (= 6.1.6.1) + activesupport (= 6.1.6.1) method_source - rake (>= 0.8.7) - thor (>= 0.20.3, < 2.0) + rake (>= 12.2) + thor (~> 1.0) rainbow (3.0.0) - rake (13.0.3) + rake (13.0.6) ransack (2.4.2) activerecord (>= 5.2.4) activesupport (>= 5.2.4) @@ -762,9 +767,9 @@ GEM sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.2) - actionpack (>= 4.0) - activesupport (>= 4.0) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) ssrf_filter (1.0.7) staccato (0.5.3) @@ -782,7 +787,7 @@ GEM strong_migrations (0.7.6) activerecord (>= 5) test-prof (1.0.2) - thor (1.1.0) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.4) @@ -797,8 +802,8 @@ GEM multipart-post (~> 2.0) naught (~> 1.0) simple_oauth (~> 0.3.0) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) ulid (1.3.0) @@ -842,7 +847,7 @@ GEM webpush (1.1.0) hkdf (~> 0.2) jwt (~> 2.0) - websocket-driver (0.7.3) + websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) @@ -852,7 +857,7 @@ GEM yard (>= 0.8.3) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.4.2) + zeitwerk (2.6.0) zonebie (0.6.1) PLATFORMS @@ -954,7 +959,7 @@ DEPENDENCIES rack-cors (~> 1.1) rack-host-redirect (~> 1.3) rack-timeout (~> 0.6) - rails (~> 6.0.3) + rails (~> 6.1.6) rails-settings-cached (>= 2.1.1) ransack (~> 2.4) recaptcha (~> 5.7) diff --git a/vendor/cache/actioncable-6.0.3.5.gem b/vendor/cache/actioncable-6.0.3.5.gem deleted file mode 100644 index 3be218f28baab..0000000000000 Binary files a/vendor/cache/actioncable-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/actioncable-6.1.6.1.gem b/vendor/cache/actioncable-6.1.6.1.gem new file mode 100644 index 0000000000000..8bf10dc7bd043 Binary files /dev/null and b/vendor/cache/actioncable-6.1.6.1.gem differ diff --git a/vendor/cache/actionmailbox-6.0.3.5.gem b/vendor/cache/actionmailbox-6.0.3.5.gem deleted file mode 100644 index 79e761e723e07..0000000000000 Binary files a/vendor/cache/actionmailbox-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-6.1.6.1.gem b/vendor/cache/actionmailbox-6.1.6.1.gem new file mode 100644 index 0000000000000..69601373ad3f4 Binary files /dev/null and b/vendor/cache/actionmailbox-6.1.6.1.gem differ diff --git a/vendor/cache/actionmailer-6.0.3.5.gem b/vendor/cache/actionmailer-6.0.3.5.gem deleted file mode 100644 index 6a518e4a78087..0000000000000 Binary files a/vendor/cache/actionmailer-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-6.1.6.1.gem b/vendor/cache/actionmailer-6.1.6.1.gem new file mode 100644 index 0000000000000..c75132278cd2a Binary files /dev/null and b/vendor/cache/actionmailer-6.1.6.1.gem differ diff --git a/vendor/cache/actionpack-6.0.3.5.gem b/vendor/cache/actionpack-6.0.3.5.gem deleted file mode 100644 index 1a2c16f3163a7..0000000000000 Binary files a/vendor/cache/actionpack-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/actionpack-6.1.6.1.gem b/vendor/cache/actionpack-6.1.6.1.gem new file mode 100644 index 0000000000000..4e141bfd04ec9 Binary files /dev/null and b/vendor/cache/actionpack-6.1.6.1.gem differ diff --git a/vendor/cache/actiontext-6.0.3.5.gem b/vendor/cache/actiontext-6.0.3.5.gem deleted file mode 100644 index e45880f9f5ebd..0000000000000 Binary files a/vendor/cache/actiontext-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/actiontext-6.1.6.1.gem b/vendor/cache/actiontext-6.1.6.1.gem new file mode 100644 index 0000000000000..874dad5ebc8a4 Binary files /dev/null and b/vendor/cache/actiontext-6.1.6.1.gem differ diff --git a/vendor/cache/actionview-6.0.3.5.gem b/vendor/cache/actionview-6.0.3.5.gem deleted file mode 100644 index 37d0c87889e43..0000000000000 Binary files a/vendor/cache/actionview-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/actionview-6.1.6.1.gem b/vendor/cache/actionview-6.1.6.1.gem new file mode 100644 index 0000000000000..69f707e55050f Binary files /dev/null and b/vendor/cache/actionview-6.1.6.1.gem differ diff --git a/vendor/cache/activejob-6.0.3.5.gem b/vendor/cache/activejob-6.0.3.5.gem deleted file mode 100644 index f982893081c77..0000000000000 Binary files a/vendor/cache/activejob-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/activejob-6.1.6.1.gem b/vendor/cache/activejob-6.1.6.1.gem new file mode 100644 index 0000000000000..ad689ed4520da Binary files /dev/null and b/vendor/cache/activejob-6.1.6.1.gem differ diff --git a/vendor/cache/activemodel-6.0.3.5.gem b/vendor/cache/activemodel-6.0.3.5.gem deleted file mode 100644 index b2a1610372546..0000000000000 Binary files a/vendor/cache/activemodel-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/activemodel-6.1.6.1.gem b/vendor/cache/activemodel-6.1.6.1.gem new file mode 100644 index 0000000000000..ab7db1de548d3 Binary files /dev/null and b/vendor/cache/activemodel-6.1.6.1.gem differ diff --git a/vendor/cache/activerecord-6.0.3.5.gem b/vendor/cache/activerecord-6.0.3.5.gem deleted file mode 100644 index 55ea243055e45..0000000000000 Binary files a/vendor/cache/activerecord-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/activerecord-6.1.6.1.gem b/vendor/cache/activerecord-6.1.6.1.gem new file mode 100644 index 0000000000000..0154e4ee82056 Binary files /dev/null and b/vendor/cache/activerecord-6.1.6.1.gem differ diff --git a/vendor/cache/activestorage-6.0.3.5.gem b/vendor/cache/activestorage-6.0.3.5.gem deleted file mode 100644 index 7f57fd8507f32..0000000000000 Binary files a/vendor/cache/activestorage-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/activestorage-6.1.6.1.gem b/vendor/cache/activestorage-6.1.6.1.gem new file mode 100644 index 0000000000000..2946445007efe Binary files /dev/null and b/vendor/cache/activestorage-6.1.6.1.gem differ diff --git a/vendor/cache/activesupport-6.0.3.5.gem b/vendor/cache/activesupport-6.0.3.5.gem deleted file mode 100644 index 202a17d35ddb7..0000000000000 Binary files a/vendor/cache/activesupport-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/activesupport-6.1.6.1.gem b/vendor/cache/activesupport-6.1.6.1.gem new file mode 100644 index 0000000000000..c4c393ac90ffb Binary files /dev/null and b/vendor/cache/activesupport-6.1.6.1.gem differ diff --git a/vendor/cache/concurrent-ruby-1.1.10.gem b/vendor/cache/concurrent-ruby-1.1.10.gem new file mode 100644 index 0000000000000..c796701bee261 Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.1.10.gem differ diff --git a/vendor/cache/concurrent-ruby-1.1.8.gem b/vendor/cache/concurrent-ruby-1.1.8.gem deleted file mode 100644 index 40b30f3f5fa88..0000000000000 Binary files a/vendor/cache/concurrent-ruby-1.1.8.gem and /dev/null differ diff --git a/vendor/cache/globalid-0.4.2.gem b/vendor/cache/globalid-0.4.2.gem deleted file mode 100644 index 8dcf8e3132b8b..0000000000000 Binary files a/vendor/cache/globalid-0.4.2.gem and /dev/null differ diff --git a/vendor/cache/globalid-1.0.0.gem b/vendor/cache/globalid-1.0.0.gem new file mode 100644 index 0000000000000..646070758214b Binary files /dev/null and b/vendor/cache/globalid-1.0.0.gem differ diff --git a/vendor/cache/i18n-1.11.0.gem b/vendor/cache/i18n-1.11.0.gem new file mode 100644 index 0000000000000..8eebb734c29b6 Binary files /dev/null and b/vendor/cache/i18n-1.11.0.gem differ diff --git a/vendor/cache/i18n-1.8.10.gem b/vendor/cache/i18n-1.8.10.gem deleted file mode 100644 index 7dd1339024227..0000000000000 Binary files a/vendor/cache/i18n-1.8.10.gem and /dev/null differ diff --git a/vendor/cache/loofah-2.18.0.gem b/vendor/cache/loofah-2.18.0.gem new file mode 100644 index 0000000000000..26db6a41b4a42 Binary files /dev/null and b/vendor/cache/loofah-2.18.0.gem differ diff --git a/vendor/cache/loofah-2.9.0.gem b/vendor/cache/loofah-2.9.0.gem deleted file mode 100644 index ca1d43599b3f3..0000000000000 Binary files a/vendor/cache/loofah-2.9.0.gem and /dev/null differ diff --git a/vendor/cache/marcel-0.3.3.gem b/vendor/cache/marcel-0.3.3.gem deleted file mode 100644 index 72c623f41944b..0000000000000 Binary files a/vendor/cache/marcel-0.3.3.gem and /dev/null differ diff --git a/vendor/cache/marcel-1.0.2.gem b/vendor/cache/marcel-1.0.2.gem new file mode 100644 index 0000000000000..acb69eb32f847 Binary files /dev/null and b/vendor/cache/marcel-1.0.2.gem differ diff --git a/vendor/cache/mimemagic-0.3.5.gem b/vendor/cache/mimemagic-0.3.5.gem deleted file mode 100644 index 34c9cd99bae34..0000000000000 Binary files a/vendor/cache/mimemagic-0.3.5.gem and /dev/null differ diff --git a/vendor/cache/mimemagic-0.4.3.gem b/vendor/cache/mimemagic-0.4.3.gem new file mode 100644 index 0000000000000..aaa417577fa22 Binary files /dev/null and b/vendor/cache/mimemagic-0.4.3.gem differ diff --git a/vendor/cache/mini_mime-1.0.2.gem b/vendor/cache/mini_mime-1.0.2.gem deleted file mode 100644 index 974ef106c10f1..0000000000000 Binary files a/vendor/cache/mini_mime-1.0.2.gem and /dev/null differ diff --git a/vendor/cache/mini_mime-1.1.2.gem b/vendor/cache/mini_mime-1.1.2.gem new file mode 100644 index 0000000000000..6e7946503c5a8 Binary files /dev/null and b/vendor/cache/mini_mime-1.1.2.gem differ diff --git a/vendor/cache/mini_portile2-2.5.0.gem b/vendor/cache/mini_portile2-2.5.0.gem deleted file mode 100644 index cd8b4aa0f954e..0000000000000 Binary files a/vendor/cache/mini_portile2-2.5.0.gem and /dev/null differ diff --git a/vendor/cache/mini_portile2-2.5.3.gem b/vendor/cache/mini_portile2-2.5.3.gem new file mode 100644 index 0000000000000..996c1febb3546 Binary files /dev/null and b/vendor/cache/mini_portile2-2.5.3.gem differ diff --git a/vendor/cache/minitest-5.14.4.gem b/vendor/cache/minitest-5.14.4.gem deleted file mode 100644 index 6a7369480468d..0000000000000 Binary files a/vendor/cache/minitest-5.14.4.gem and /dev/null differ diff --git a/vendor/cache/minitest-5.16.2.gem b/vendor/cache/minitest-5.16.2.gem new file mode 100644 index 0000000000000..78b62739499e3 Binary files /dev/null and b/vendor/cache/minitest-5.16.2.gem differ diff --git a/vendor/cache/nio4r-2.5.7.gem b/vendor/cache/nio4r-2.5.7.gem deleted file mode 100644 index 9b5d4ba631952..0000000000000 Binary files a/vendor/cache/nio4r-2.5.7.gem and /dev/null differ diff --git a/vendor/cache/nio4r-2.5.8.gem b/vendor/cache/nio4r-2.5.8.gem new file mode 100644 index 0000000000000..f116b6fc5cc7a Binary files /dev/null and b/vendor/cache/nio4r-2.5.8.gem differ diff --git a/vendor/cache/racc-1.5.2.gem b/vendor/cache/racc-1.5.2.gem deleted file mode 100644 index 39f03fa79c387..0000000000000 Binary files a/vendor/cache/racc-1.5.2.gem and /dev/null differ diff --git a/vendor/cache/racc-1.6.0.gem b/vendor/cache/racc-1.6.0.gem new file mode 100644 index 0000000000000..7015819f1d73a Binary files /dev/null and b/vendor/cache/racc-1.6.0.gem differ diff --git a/vendor/cache/rack-2.2.3.gem b/vendor/cache/rack-2.2.3.gem deleted file mode 100644 index 19fa2e9ffc9cb..0000000000000 Binary files a/vendor/cache/rack-2.2.3.gem and /dev/null differ diff --git a/vendor/cache/rack-2.2.4.gem b/vendor/cache/rack-2.2.4.gem new file mode 100644 index 0000000000000..cff677e7af08f Binary files /dev/null and b/vendor/cache/rack-2.2.4.gem differ diff --git a/vendor/cache/rack-test-1.1.0.gem b/vendor/cache/rack-test-1.1.0.gem deleted file mode 100644 index 3fb2d3a8f115b..0000000000000 Binary files a/vendor/cache/rack-test-1.1.0.gem and /dev/null differ diff --git a/vendor/cache/rack-test-2.0.2.gem b/vendor/cache/rack-test-2.0.2.gem new file mode 100644 index 0000000000000..b57f15d8ddbf6 Binary files /dev/null and b/vendor/cache/rack-test-2.0.2.gem differ diff --git a/vendor/cache/rails-6.0.3.5.gem b/vendor/cache/rails-6.0.3.5.gem deleted file mode 100644 index 70f4e0410e160..0000000000000 Binary files a/vendor/cache/rails-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/rails-6.1.6.1.gem b/vendor/cache/rails-6.1.6.1.gem new file mode 100644 index 0000000000000..793bbcd512e53 Binary files /dev/null and b/vendor/cache/rails-6.1.6.1.gem differ diff --git a/vendor/cache/rails-html-sanitizer-1.3.0.gem b/vendor/cache/rails-html-sanitizer-1.3.0.gem deleted file mode 100644 index bd8e8aad5bafa..0000000000000 Binary files a/vendor/cache/rails-html-sanitizer-1.3.0.gem and /dev/null differ diff --git a/vendor/cache/rails-html-sanitizer-1.4.3.gem b/vendor/cache/rails-html-sanitizer-1.4.3.gem new file mode 100644 index 0000000000000..ae2042113974c Binary files /dev/null and b/vendor/cache/rails-html-sanitizer-1.4.3.gem differ diff --git a/vendor/cache/railties-6.0.3.5.gem b/vendor/cache/railties-6.0.3.5.gem deleted file mode 100644 index 41aa087989729..0000000000000 Binary files a/vendor/cache/railties-6.0.3.5.gem and /dev/null differ diff --git a/vendor/cache/railties-6.1.6.1.gem b/vendor/cache/railties-6.1.6.1.gem new file mode 100644 index 0000000000000..7146c527a5fac Binary files /dev/null and b/vendor/cache/railties-6.1.6.1.gem differ diff --git a/vendor/cache/rake-13.0.3.gem b/vendor/cache/rake-13.0.3.gem deleted file mode 100644 index 705dd59d2bc28..0000000000000 Binary files a/vendor/cache/rake-13.0.3.gem and /dev/null differ diff --git a/vendor/cache/rake-13.0.6.gem b/vendor/cache/rake-13.0.6.gem new file mode 100644 index 0000000000000..19ae802836bf1 Binary files /dev/null and b/vendor/cache/rake-13.0.6.gem differ diff --git a/vendor/cache/sprockets-rails-3.2.2.gem b/vendor/cache/sprockets-rails-3.2.2.gem deleted file mode 100644 index 8d2c00be60c29..0000000000000 Binary files a/vendor/cache/sprockets-rails-3.2.2.gem and /dev/null differ diff --git a/vendor/cache/sprockets-rails-3.4.2.gem b/vendor/cache/sprockets-rails-3.4.2.gem new file mode 100644 index 0000000000000..64591bff02715 Binary files /dev/null and b/vendor/cache/sprockets-rails-3.4.2.gem differ diff --git a/vendor/cache/thor-1.1.0.gem b/vendor/cache/thor-1.1.0.gem deleted file mode 100644 index 2677414cc6185..0000000000000 Binary files a/vendor/cache/thor-1.1.0.gem and /dev/null differ diff --git a/vendor/cache/thor-1.2.1.gem b/vendor/cache/thor-1.2.1.gem new file mode 100644 index 0000000000000..d7e14e1f945d3 Binary files /dev/null and b/vendor/cache/thor-1.2.1.gem differ diff --git a/vendor/cache/tzinfo-1.2.9.gem b/vendor/cache/tzinfo-1.2.9.gem deleted file mode 100644 index 9f596f54b415a..0000000000000 Binary files a/vendor/cache/tzinfo-1.2.9.gem and /dev/null differ diff --git a/vendor/cache/tzinfo-2.0.4.gem b/vendor/cache/tzinfo-2.0.4.gem new file mode 100644 index 0000000000000..a3f982055a81b Binary files /dev/null and b/vendor/cache/tzinfo-2.0.4.gem differ diff --git a/vendor/cache/websocket-driver-0.7.3.gem b/vendor/cache/websocket-driver-0.7.3.gem deleted file mode 100644 index ed364130136b0..0000000000000 Binary files a/vendor/cache/websocket-driver-0.7.3.gem and /dev/null differ diff --git a/vendor/cache/websocket-driver-0.7.5.gem b/vendor/cache/websocket-driver-0.7.5.gem new file mode 100644 index 0000000000000..96e238feb2210 Binary files /dev/null and b/vendor/cache/websocket-driver-0.7.5.gem differ diff --git a/vendor/cache/zeitwerk-2.4.2.gem b/vendor/cache/zeitwerk-2.4.2.gem deleted file mode 100644 index 8054e9466d232..0000000000000 Binary files a/vendor/cache/zeitwerk-2.4.2.gem and /dev/null differ diff --git a/vendor/cache/zeitwerk-2.6.0.gem b/vendor/cache/zeitwerk-2.6.0.gem new file mode 100644 index 0000000000000..e72c90705e4dd Binary files /dev/null and b/vendor/cache/zeitwerk-2.6.0.gem differ