diff --git a/Gemfile b/Gemfile index 71050f269..e44d7d8a2 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem "pundit", "~> 2.2" # Object oriented authorization for Rails applications gem "rack-attack", "~> 6.6.1" # 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.5.1" # Ruby on Rails +gem "rails", "~> 7.0.7.2" # 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 e400ae6a1..2b76033bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,69 +9,69 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (7.0.5.1) - actionpack (= 7.0.5.1) - activesupport (= 7.0.5.1) + actioncable (7.0.7.2) + actionpack (= 7.0.7.2) + activesupport (= 7.0.7.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.5.1) - actionpack (= 7.0.5.1) - activejob (= 7.0.5.1) - activerecord (= 7.0.5.1) - activestorage (= 7.0.5.1) - activesupport (= 7.0.5.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) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.5.1) - actionpack (= 7.0.5.1) - actionview (= 7.0.5.1) - activejob (= 7.0.5.1) - activesupport (= 7.0.5.1) + 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) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.5.1) - actionview (= 7.0.5.1) - activesupport (= 7.0.5.1) + actionpack (7.0.7.2) + actionview (= 7.0.7.2) + activesupport (= 7.0.7.2) 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.5.1) - actionpack (= 7.0.5.1) - activerecord (= 7.0.5.1) - activestorage (= 7.0.5.1) - activesupport (= 7.0.5.1) + 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) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.5.1) - activesupport (= 7.0.5.1) + actionview (7.0.7.2) + activesupport (= 7.0.7.2) 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.5.1) - activesupport (= 7.0.5.1) + activejob (7.0.7.2) + activesupport (= 7.0.7.2) globalid (>= 0.3.6) - activemodel (7.0.5.1) - activesupport (= 7.0.5.1) - activerecord (7.0.5.1) - activemodel (= 7.0.5.1) - activesupport (= 7.0.5.1) - activestorage (7.0.5.1) - actionpack (= 7.0.5.1) - activejob (= 7.0.5.1) - activerecord (= 7.0.5.1) - activesupport (= 7.0.5.1) + 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) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.5.1) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -505,7 +505,7 @@ GEM mime-types-data (3.2023.0218.1) mini_histogram (0.3.1) mini_magick (4.12.0) - mini_mime (1.1.2) + mini_mime (1.1.5) mini_portile2 (2.8.4) minitest (5.19.0) modis (4.0.1) @@ -526,7 +526,7 @@ GEM connection_pool (~> 2.2) net-http2 (0.18.4) http-2 (~> 0.11) - net-imap (0.3.6) + net-imap (0.3.7) date net-protocol net-pop (0.1.2) @@ -631,21 +631,21 @@ GEM rack-test (2.1.0) rack (>= 1.3) rack-timeout (0.6.3) - rails (7.0.5.1) - actioncable (= 7.0.5.1) - actionmailbox (= 7.0.5.1) - actionmailer (= 7.0.5.1) - actionpack (= 7.0.5.1) - actiontext (= 7.0.5.1) - actionview (= 7.0.5.1) - activejob (= 7.0.5.1) - activemodel (= 7.0.5.1) - activerecord (= 7.0.5.1) - activestorage (= 7.0.5.1) - activesupport (= 7.0.5.1) + 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) bundler (>= 1.15.0) - railties (= 7.0.5.1) - rails-dom-testing (2.1.1) + railties (= 7.0.7.2) + rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -655,9 +655,9 @@ GEM rails-i18n (7.0.5) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) - railties (7.0.5.1) - actionpack (= 7.0.5.1) - activesupport (= 7.0.5.1) + railties (7.0.7.2) + actionpack (= 7.0.7.2) + activesupport (= 7.0.7.2) method_source rake (>= 12.2) thor (~> 1.0) @@ -944,7 +944,7 @@ GEM hkdf (~> 0.2) jwt (~> 2.0) webrick (1.8.1) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) with_model (2.1.6) @@ -956,7 +956,7 @@ GEM yard (>= 0.8.3) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.6.10) + zeitwerk (2.6.11) zlib (2.1.1) zonebie (0.6.1) @@ -1068,7 +1068,7 @@ DEPENDENCIES rack-cors (~> 1.1) rack-host-redirect (~> 1.3) rack-timeout (~> 0.6) - rails (~> 7.0.5.1) + rails (~> 7.0.7.2) ransack (~> 3.2) recaptcha (~> 5.10) redcarpet (~> 3.5) diff --git a/vendor/cache/actioncable-7.0.5.1.gem b/vendor/cache/actioncable-7.0.5.1.gem deleted file mode 100644 index 368570323..000000000 Binary files a/vendor/cache/actioncable-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/actioncable-7.0.7.2.gem b/vendor/cache/actioncable-7.0.7.2.gem new file mode 100644 index 000000000..a2577a729 Binary files /dev/null and b/vendor/cache/actioncable-7.0.7.2.gem differ diff --git a/vendor/cache/actionmailbox-7.0.5.1.gem b/vendor/cache/actionmailbox-7.0.5.1.gem deleted file mode 100644 index 38b7360f1..000000000 Binary files a/vendor/cache/actionmailbox-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-7.0.7.2.gem b/vendor/cache/actionmailbox-7.0.7.2.gem new file mode 100644 index 000000000..8ca32c6fe Binary files /dev/null and b/vendor/cache/actionmailbox-7.0.7.2.gem differ diff --git a/vendor/cache/actionmailer-7.0.5.1.gem b/vendor/cache/actionmailer-7.0.5.1.gem deleted file mode 100644 index 6d07a03bd..000000000 Binary files a/vendor/cache/actionmailer-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-7.0.7.2.gem b/vendor/cache/actionmailer-7.0.7.2.gem new file mode 100644 index 000000000..3edb54f05 Binary files /dev/null and b/vendor/cache/actionmailer-7.0.7.2.gem differ diff --git a/vendor/cache/actionpack-7.0.5.1.gem b/vendor/cache/actionpack-7.0.5.1.gem deleted file mode 100644 index 2c1f6a657..000000000 Binary files a/vendor/cache/actionpack-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/actionpack-7.0.7.2.gem b/vendor/cache/actionpack-7.0.7.2.gem new file mode 100644 index 000000000..32c2d60fc Binary files /dev/null and b/vendor/cache/actionpack-7.0.7.2.gem differ diff --git a/vendor/cache/actiontext-7.0.5.1.gem b/vendor/cache/actiontext-7.0.5.1.gem deleted file mode 100644 index b27fd10a7..000000000 Binary files a/vendor/cache/actiontext-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/actiontext-7.0.7.2.gem b/vendor/cache/actiontext-7.0.7.2.gem new file mode 100644 index 000000000..f4e1fdbe0 Binary files /dev/null and b/vendor/cache/actiontext-7.0.7.2.gem differ diff --git a/vendor/cache/actionview-7.0.5.1.gem b/vendor/cache/actionview-7.0.5.1.gem deleted file mode 100644 index 8b8e587f4..000000000 Binary files a/vendor/cache/actionview-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/actionview-7.0.7.2.gem b/vendor/cache/actionview-7.0.7.2.gem new file mode 100644 index 000000000..b6b01f983 Binary files /dev/null and b/vendor/cache/actionview-7.0.7.2.gem differ diff --git a/vendor/cache/activejob-7.0.5.1.gem b/vendor/cache/activejob-7.0.5.1.gem deleted file mode 100644 index 1ef0ea753..000000000 Binary files a/vendor/cache/activejob-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/activejob-7.0.7.2.gem b/vendor/cache/activejob-7.0.7.2.gem new file mode 100644 index 000000000..c47ef1edc Binary files /dev/null and b/vendor/cache/activejob-7.0.7.2.gem differ diff --git a/vendor/cache/activemodel-7.0.5.1.gem b/vendor/cache/activemodel-7.0.5.1.gem deleted file mode 100644 index cd58a34de..000000000 Binary files a/vendor/cache/activemodel-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/activemodel-7.0.7.2.gem b/vendor/cache/activemodel-7.0.7.2.gem new file mode 100644 index 000000000..cc10901bb Binary files /dev/null and b/vendor/cache/activemodel-7.0.7.2.gem differ diff --git a/vendor/cache/activerecord-7.0.5.1.gem b/vendor/cache/activerecord-7.0.5.1.gem deleted file mode 100644 index b23bbc23c..000000000 Binary files a/vendor/cache/activerecord-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/activerecord-7.0.7.2.gem b/vendor/cache/activerecord-7.0.7.2.gem new file mode 100644 index 000000000..28c1212b5 Binary files /dev/null and b/vendor/cache/activerecord-7.0.7.2.gem differ diff --git a/vendor/cache/activestorage-7.0.5.1.gem b/vendor/cache/activestorage-7.0.5.1.gem deleted file mode 100644 index ad890bdee..000000000 Binary files a/vendor/cache/activestorage-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/activestorage-7.0.7.2.gem b/vendor/cache/activestorage-7.0.7.2.gem new file mode 100644 index 000000000..8cd8cdc7a Binary files /dev/null and b/vendor/cache/activestorage-7.0.7.2.gem differ diff --git a/vendor/cache/activesupport-7.0.5.1.gem b/vendor/cache/activesupport-7.0.5.1.gem deleted file mode 100644 index 464013a0a..000000000 Binary files a/vendor/cache/activesupport-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/activesupport-7.0.7.2.gem b/vendor/cache/activesupport-7.0.7.2.gem new file mode 100644 index 000000000..a334fb738 Binary files /dev/null and b/vendor/cache/activesupport-7.0.7.2.gem differ diff --git a/vendor/cache/mini_mime-1.1.2.gem b/vendor/cache/mini_mime-1.1.2.gem deleted file mode 100644 index 6e7946503..000000000 Binary files a/vendor/cache/mini_mime-1.1.2.gem and /dev/null differ diff --git a/vendor/cache/mini_mime-1.1.5.gem b/vendor/cache/mini_mime-1.1.5.gem new file mode 100644 index 000000000..b16e88f53 Binary files /dev/null and b/vendor/cache/mini_mime-1.1.5.gem differ diff --git a/vendor/cache/net-imap-0.3.6.gem b/vendor/cache/net-imap-0.3.6.gem deleted file mode 100644 index a96d4573f..000000000 Binary files a/vendor/cache/net-imap-0.3.6.gem and /dev/null differ diff --git a/vendor/cache/net-imap-0.3.7.gem b/vendor/cache/net-imap-0.3.7.gem new file mode 100644 index 000000000..aff2aa135 Binary files /dev/null and b/vendor/cache/net-imap-0.3.7.gem differ diff --git a/vendor/cache/rails-7.0.5.1.gem b/vendor/cache/rails-7.0.5.1.gem deleted file mode 100644 index 1b6813f88..000000000 Binary files a/vendor/cache/rails-7.0.5.1.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 new file mode 100644 index 000000000..f5f21e7f4 Binary files /dev/null and b/vendor/cache/rails-7.0.7.2.gem differ diff --git a/vendor/cache/rails-dom-testing-2.1.1.gem b/vendor/cache/rails-dom-testing-2.1.1.gem deleted file mode 100644 index b00778626..000000000 Binary files a/vendor/cache/rails-dom-testing-2.1.1.gem and /dev/null differ diff --git a/vendor/cache/rails-dom-testing-2.2.0.gem b/vendor/cache/rails-dom-testing-2.2.0.gem new file mode 100644 index 000000000..03394fd5f Binary files /dev/null and b/vendor/cache/rails-dom-testing-2.2.0.gem differ diff --git a/vendor/cache/railties-7.0.5.1.gem b/vendor/cache/railties-7.0.5.1.gem deleted file mode 100644 index 70b208357..000000000 Binary files a/vendor/cache/railties-7.0.5.1.gem and /dev/null differ diff --git a/vendor/cache/railties-7.0.7.2.gem b/vendor/cache/railties-7.0.7.2.gem new file mode 100644 index 000000000..0e67afe0b Binary files /dev/null and b/vendor/cache/railties-7.0.7.2.gem differ diff --git a/vendor/cache/websocket-driver-0.7.5.gem b/vendor/cache/websocket-driver-0.7.5.gem deleted file mode 100644 index 96e238feb..000000000 Binary files a/vendor/cache/websocket-driver-0.7.5.gem and /dev/null differ diff --git a/vendor/cache/websocket-driver-0.7.6.gem b/vendor/cache/websocket-driver-0.7.6.gem new file mode 100644 index 000000000..920a3969e Binary files /dev/null and b/vendor/cache/websocket-driver-0.7.6.gem differ diff --git a/vendor/cache/zeitwerk-2.6.10.gem b/vendor/cache/zeitwerk-2.6.10.gem deleted file mode 100644 index 807451a8a..000000000 Binary files a/vendor/cache/zeitwerk-2.6.10.gem and /dev/null differ diff --git a/vendor/cache/zeitwerk-2.6.11.gem b/vendor/cache/zeitwerk-2.6.11.gem new file mode 100644 index 000000000..5b8fbc4af Binary files /dev/null and b/vendor/cache/zeitwerk-2.6.11.gem differ