diff --git a/Gemfile b/Gemfile index 5e7464ab8..d73436177 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ gem "pundit", "~> 2.2" # Object oriented authorization for Rails applications gem "rack-attack", "~> 6.7.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", "~> 7.0.7.2" # Ruby on Rails +gem "rails", "~> 7.0.8.1" # Ruby on Rails gem "ransack", "~> 3.2" # Searching and sorting gem "recaptcha", "~> 5.10", 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 fd3abdb7a..475e7bc13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,69 +9,69 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (7.0.7.2) - actionpack (= 7.0.7.2) - activesupport (= 7.0.7.2) + actioncable (7.0.8.1) + actionpack (= 7.0.8.1) + activesupport (= 7.0.8.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.7.2) - actionpack (= 7.0.7.2) - activejob (= 7.0.7.2) - activerecord (= 7.0.7.2) - activestorage (= 7.0.7.2) - activesupport (= 7.0.7.2) + actionmailbox (7.0.8.1) + actionpack (= 7.0.8.1) + activejob (= 7.0.8.1) + activerecord (= 7.0.8.1) + activestorage (= 7.0.8.1) + activesupport (= 7.0.8.1) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.7.2) - actionpack (= 7.0.7.2) - actionview (= 7.0.7.2) - activejob (= 7.0.7.2) - activesupport (= 7.0.7.2) + actionmailer (7.0.8.1) + actionpack (= 7.0.8.1) + actionview (= 7.0.8.1) + activejob (= 7.0.8.1) + activesupport (= 7.0.8.1) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.7.2) - actionview (= 7.0.7.2) - activesupport (= 7.0.7.2) + actionpack (7.0.8.1) + actionview (= 7.0.8.1) + activesupport (= 7.0.8.1) rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.7.2) - actionpack (= 7.0.7.2) - activerecord (= 7.0.7.2) - activestorage (= 7.0.7.2) - activesupport (= 7.0.7.2) + actiontext (7.0.8.1) + actionpack (= 7.0.8.1) + activerecord (= 7.0.8.1) + activestorage (= 7.0.8.1) + activesupport (= 7.0.8.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.7.2) - activesupport (= 7.0.7.2) + actionview (7.0.8.1) + activesupport (= 7.0.8.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 (7.0.7.2) - activesupport (= 7.0.7.2) + activejob (7.0.8.1) + activesupport (= 7.0.8.1) globalid (>= 0.3.6) - activemodel (7.0.7.2) - activesupport (= 7.0.7.2) - activerecord (7.0.7.2) - activemodel (= 7.0.7.2) - activesupport (= 7.0.7.2) - activestorage (7.0.7.2) - actionpack (= 7.0.7.2) - activejob (= 7.0.7.2) - activerecord (= 7.0.7.2) - activesupport (= 7.0.7.2) + activemodel (7.0.8.1) + activesupport (= 7.0.8.1) + activerecord (7.0.8.1) + activemodel (= 7.0.8.1) + activesupport (= 7.0.8.1) + activestorage (7.0.8.1) + actionpack (= 7.0.8.1) + activejob (= 7.0.8.1) + activerecord (= 7.0.8.1) + activesupport (= 7.0.8.1) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.7.2) + activesupport (7.0.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -533,14 +533,14 @@ GEM connection_pool (~> 2.2) net-http2 (0.18.4) http-2 (~> 0.11) - net-imap (0.4.4) + net-imap (0.4.10) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0) + net-smtp (0.4.0.1) net-protocol netrc (0.11.0) nio4r (2.7.0) @@ -627,7 +627,7 @@ GEM rspec-rails (>= 3.0.0) raabro (1.4.0) racc (1.7.3) - rack (2.2.8) + rack (2.2.8.1) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-cors (1.1.1) @@ -641,20 +641,20 @@ GEM rack-test (2.1.0) rack (>= 1.3) rack-timeout (0.6.3) - rails (7.0.7.2) - actioncable (= 7.0.7.2) - actionmailbox (= 7.0.7.2) - actionmailer (= 7.0.7.2) - actionpack (= 7.0.7.2) - actiontext (= 7.0.7.2) - actionview (= 7.0.7.2) - activejob (= 7.0.7.2) - activemodel (= 7.0.7.2) - activerecord (= 7.0.7.2) - activestorage (= 7.0.7.2) - activesupport (= 7.0.7.2) + rails (7.0.8.1) + actioncable (= 7.0.8.1) + actionmailbox (= 7.0.8.1) + actionmailer (= 7.0.8.1) + actionpack (= 7.0.8.1) + actiontext (= 7.0.8.1) + actionview (= 7.0.8.1) + activejob (= 7.0.8.1) + activemodel (= 7.0.8.1) + activerecord (= 7.0.8.1) + activestorage (= 7.0.8.1) + activesupport (= 7.0.8.1) bundler (>= 1.15.0) - railties (= 7.0.7.2) + railties (= 7.0.8.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -665,9 +665,9 @@ GEM rails-i18n (7.0.8) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) - railties (7.0.7.2) - actionpack (= 7.0.7.2) - activesupport (= 7.0.7.2) + railties (7.0.8.1) + actionpack (= 7.0.8.1) + activesupport (= 7.0.8.1) method_source rake (>= 12.2) thor (~> 1.0) @@ -1076,7 +1076,7 @@ DEPENDENCIES rack-cors (~> 1.1) rack-host-redirect (~> 1.3) rack-timeout (~> 0.6) - rails (~> 7.0.7.2) + rails (~> 7.0.8.1) ransack (~> 3.2) recaptcha (~> 5.10) redcarpet (~> 3.5) diff --git a/vendor/cache/actioncable-7.0.7.2.gem b/vendor/cache/actioncable-7.0.7.2.gem deleted file mode 100644 index a2577a729..000000000 Binary files a/vendor/cache/actioncable-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/actioncable-7.0.8.1.gem b/vendor/cache/actioncable-7.0.8.1.gem new file mode 100644 index 000000000..325b90af6 Binary files /dev/null and b/vendor/cache/actioncable-7.0.8.1.gem differ diff --git a/vendor/cache/actionmailbox-7.0.7.2.gem b/vendor/cache/actionmailbox-7.0.7.2.gem deleted file mode 100644 index 8ca32c6fe..000000000 Binary files a/vendor/cache/actionmailbox-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-7.0.8.1.gem b/vendor/cache/actionmailbox-7.0.8.1.gem new file mode 100644 index 000000000..e37fa0803 Binary files /dev/null and b/vendor/cache/actionmailbox-7.0.8.1.gem differ diff --git a/vendor/cache/actionmailer-7.0.7.2.gem b/vendor/cache/actionmailer-7.0.7.2.gem deleted file mode 100644 index 3edb54f05..000000000 Binary files a/vendor/cache/actionmailer-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-7.0.8.1.gem b/vendor/cache/actionmailer-7.0.8.1.gem new file mode 100644 index 000000000..43858c6ac Binary files /dev/null and b/vendor/cache/actionmailer-7.0.8.1.gem differ diff --git a/vendor/cache/actionpack-7.0.7.2.gem b/vendor/cache/actionpack-7.0.7.2.gem deleted file mode 100644 index 32c2d60fc..000000000 Binary files a/vendor/cache/actionpack-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/actionpack-7.0.8.1.gem b/vendor/cache/actionpack-7.0.8.1.gem new file mode 100644 index 000000000..d7a631cf0 Binary files /dev/null and b/vendor/cache/actionpack-7.0.8.1.gem differ diff --git a/vendor/cache/actiontext-7.0.7.2.gem b/vendor/cache/actiontext-7.0.7.2.gem deleted file mode 100644 index f4e1fdbe0..000000000 Binary files a/vendor/cache/actiontext-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/actiontext-7.0.8.1.gem b/vendor/cache/actiontext-7.0.8.1.gem new file mode 100644 index 000000000..9f2a17944 Binary files /dev/null and b/vendor/cache/actiontext-7.0.8.1.gem differ diff --git a/vendor/cache/actionview-7.0.7.2.gem b/vendor/cache/actionview-7.0.7.2.gem deleted file mode 100644 index b6b01f983..000000000 Binary files a/vendor/cache/actionview-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/actionview-7.0.8.1.gem b/vendor/cache/actionview-7.0.8.1.gem new file mode 100644 index 000000000..832a83329 Binary files /dev/null and b/vendor/cache/actionview-7.0.8.1.gem differ diff --git a/vendor/cache/activejob-7.0.7.2.gem b/vendor/cache/activejob-7.0.7.2.gem deleted file mode 100644 index c47ef1edc..000000000 Binary files a/vendor/cache/activejob-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/activejob-7.0.8.1.gem b/vendor/cache/activejob-7.0.8.1.gem new file mode 100644 index 000000000..34c840860 Binary files /dev/null and b/vendor/cache/activejob-7.0.8.1.gem differ diff --git a/vendor/cache/activemodel-7.0.7.2.gem b/vendor/cache/activemodel-7.0.7.2.gem deleted file mode 100644 index cc10901bb..000000000 Binary files a/vendor/cache/activemodel-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/activemodel-7.0.8.1.gem b/vendor/cache/activemodel-7.0.8.1.gem new file mode 100644 index 000000000..2c13ebdb5 Binary files /dev/null and b/vendor/cache/activemodel-7.0.8.1.gem differ diff --git a/vendor/cache/activerecord-7.0.7.2.gem b/vendor/cache/activerecord-7.0.7.2.gem deleted file mode 100644 index 28c1212b5..000000000 Binary files a/vendor/cache/activerecord-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/activerecord-7.0.8.1.gem b/vendor/cache/activerecord-7.0.8.1.gem new file mode 100644 index 000000000..94307e7a9 Binary files /dev/null and b/vendor/cache/activerecord-7.0.8.1.gem differ diff --git a/vendor/cache/activestorage-7.0.7.2.gem b/vendor/cache/activestorage-7.0.7.2.gem deleted file mode 100644 index 8cd8cdc7a..000000000 Binary files a/vendor/cache/activestorage-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/activestorage-7.0.8.1.gem b/vendor/cache/activestorage-7.0.8.1.gem new file mode 100644 index 000000000..42d029a83 Binary files /dev/null and b/vendor/cache/activestorage-7.0.8.1.gem differ diff --git a/vendor/cache/activesupport-7.0.7.2.gem b/vendor/cache/activesupport-7.0.7.2.gem deleted file mode 100644 index a334fb738..000000000 Binary files a/vendor/cache/activesupport-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/activesupport-7.0.8.1.gem b/vendor/cache/activesupport-7.0.8.1.gem new file mode 100644 index 000000000..8bac4be4e Binary files /dev/null and b/vendor/cache/activesupport-7.0.8.1.gem differ diff --git a/vendor/cache/net-imap-0.4.10.gem b/vendor/cache/net-imap-0.4.10.gem new file mode 100644 index 000000000..9542690c1 Binary files /dev/null and b/vendor/cache/net-imap-0.4.10.gem differ diff --git a/vendor/cache/net-imap-0.4.4.gem b/vendor/cache/net-imap-0.4.4.gem deleted file mode 100644 index d8b6a9625..000000000 Binary files a/vendor/cache/net-imap-0.4.4.gem and /dev/null differ diff --git a/vendor/cache/net-smtp-0.4.0.1.gem b/vendor/cache/net-smtp-0.4.0.1.gem new file mode 100644 index 000000000..727dde4fb Binary files /dev/null and b/vendor/cache/net-smtp-0.4.0.1.gem differ diff --git a/vendor/cache/net-smtp-0.4.0.gem b/vendor/cache/net-smtp-0.4.0.gem deleted file mode 100644 index 81f923605..000000000 Binary files a/vendor/cache/net-smtp-0.4.0.gem and /dev/null differ diff --git a/vendor/cache/rack-2.2.8.1.gem b/vendor/cache/rack-2.2.8.1.gem new file mode 100644 index 000000000..419b38b10 Binary files /dev/null and b/vendor/cache/rack-2.2.8.1.gem differ diff --git a/vendor/cache/rack-2.2.8.gem b/vendor/cache/rack-2.2.8.gem deleted file mode 100644 index fb4ee2378..000000000 Binary files a/vendor/cache/rack-2.2.8.gem and /dev/null differ diff --git a/vendor/cache/rails-7.0.7.2.gem b/vendor/cache/rails-7.0.7.2.gem deleted file mode 100644 index f5f21e7f4..000000000 Binary files a/vendor/cache/rails-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/rails-7.0.8.1.gem b/vendor/cache/rails-7.0.8.1.gem new file mode 100644 index 000000000..e845a4073 Binary files /dev/null and b/vendor/cache/rails-7.0.8.1.gem differ diff --git a/vendor/cache/railties-7.0.7.2.gem b/vendor/cache/railties-7.0.7.2.gem deleted file mode 100644 index 0e67afe0b..000000000 Binary files a/vendor/cache/railties-7.0.7.2.gem and /dev/null differ diff --git a/vendor/cache/railties-7.0.8.1.gem b/vendor/cache/railties-7.0.8.1.gem new file mode 100644 index 000000000..aac0a55ae Binary files /dev/null and b/vendor/cache/railties-7.0.8.1.gem differ