diff --git a/Gemfile b/Gemfile index e8774f805..778e534ce 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem "pundit", "~> 2.2" # Object oriented authorization for Rails applications gem "rack-attack", "~> 6.6.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", "~> 6.1.5" # Ruby on Rails gem "ransack", "~> 2.6" # Searching and sorting gem "recaptcha", "~> 5.9", 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 1dc006970..5e1097585 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,62 +9,62 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (6.1.4.7) - actionpack (= 6.1.4.7) - activesupport (= 6.1.4.7) + actioncable (6.1.5) + actionpack (= 6.1.5) + activesupport (= 6.1.5) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.4.7) - actionpack (= 6.1.4.7) - activejob (= 6.1.4.7) - activerecord (= 6.1.4.7) - activestorage (= 6.1.4.7) - activesupport (= 6.1.4.7) + actionmailbox (6.1.5) + actionpack (= 6.1.5) + activejob (= 6.1.5) + activerecord (= 6.1.5) + activestorage (= 6.1.5) + activesupport (= 6.1.5) mail (>= 2.7.1) - actionmailer (6.1.4.7) - actionpack (= 6.1.4.7) - actionview (= 6.1.4.7) - activejob (= 6.1.4.7) - activesupport (= 6.1.4.7) + actionmailer (6.1.5) + actionpack (= 6.1.5) + actionview (= 6.1.5) + activejob (= 6.1.5) + activesupport (= 6.1.5) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.4.7) - actionview (= 6.1.4.7) - activesupport (= 6.1.4.7) + actionpack (6.1.5) + actionview (= 6.1.5) + activesupport (= 6.1.5) 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.1.4.7) - actionpack (= 6.1.4.7) - activerecord (= 6.1.4.7) - activestorage (= 6.1.4.7) - activesupport (= 6.1.4.7) + actiontext (6.1.5) + actionpack (= 6.1.5) + activerecord (= 6.1.5) + activestorage (= 6.1.5) + activesupport (= 6.1.5) nokogiri (>= 1.8.5) - actionview (6.1.4.7) - activesupport (= 6.1.4.7) + actionview (6.1.5) + activesupport (= 6.1.5) 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.7) - activesupport (= 6.1.4.7) + activejob (6.1.5) + activesupport (= 6.1.5) globalid (>= 0.3.6) - activemodel (6.1.4.7) - activesupport (= 6.1.4.7) - activerecord (6.1.4.7) - activemodel (= 6.1.4.7) - activesupport (= 6.1.4.7) - activestorage (6.1.4.7) - actionpack (= 6.1.4.7) - activejob (= 6.1.4.7) - activerecord (= 6.1.4.7) - activesupport (= 6.1.4.7) - marcel (~> 1.0.0) + activemodel (6.1.5) + activesupport (= 6.1.5) + activerecord (6.1.5) + activemodel (= 6.1.5) + activesupport (= 6.1.5) + activestorage (6.1.5) + actionpack (= 6.1.5) + activejob (= 6.1.5) + activerecord (= 6.1.5) + activesupport (= 6.1.5) + marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (6.1.4.7) + activesupport (6.1.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -583,20 +583,20 @@ GEM rack-test (1.1.0) rack (>= 1.0, < 3) rack-timeout (0.6.0) - rails (6.1.4.7) - actioncable (= 6.1.4.7) - actionmailbox (= 6.1.4.7) - actionmailer (= 6.1.4.7) - actionpack (= 6.1.4.7) - actiontext (= 6.1.4.7) - actionview (= 6.1.4.7) - activejob (= 6.1.4.7) - activemodel (= 6.1.4.7) - activerecord (= 6.1.4.7) - activestorage (= 6.1.4.7) - activesupport (= 6.1.4.7) + rails (6.1.5) + actioncable (= 6.1.5) + actionmailbox (= 6.1.5) + actionmailer (= 6.1.5) + actionpack (= 6.1.5) + actiontext (= 6.1.5) + actionview (= 6.1.5) + activejob (= 6.1.5) + activemodel (= 6.1.5) + activerecord (= 6.1.5) + activestorage (= 6.1.5) + activesupport (= 6.1.5) bundler (>= 1.15.0) - railties (= 6.1.4.7) + railties (= 6.1.5) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -606,11 +606,11 @@ GEM rails-i18n (7.0.1) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) - railties (6.1.4.7) - actionpack (= 6.1.4.7) - activesupport (= 6.1.4.7) + railties (6.1.5) + actionpack (= 6.1.5) + activesupport (= 6.1.5) method_source - rake (>= 0.13) + rake (>= 12.2) thor (~> 1.0) rainbow (3.1.1) rake (13.0.6) @@ -988,7 +988,7 @@ DEPENDENCIES rack-cors (~> 1.1) rack-host-redirect (~> 1.3) rack-timeout (~> 0.6) - rails (~> 6.1.4) + rails (~> 6.1.5) ransack (~> 2.6) recaptcha (~> 5.9) redcarpet (~> 3.5) diff --git a/vendor/cache/actioncable-6.1.4.7.gem b/vendor/cache/actioncable-6.1.4.7.gem deleted file mode 100644 index 343853d4c..000000000 Binary files a/vendor/cache/actioncable-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/actioncable-6.1.5.gem b/vendor/cache/actioncable-6.1.5.gem new file mode 100644 index 000000000..21d4420c2 Binary files /dev/null and b/vendor/cache/actioncable-6.1.5.gem differ diff --git a/vendor/cache/actionmailbox-6.1.4.7.gem b/vendor/cache/actionmailbox-6.1.4.7.gem deleted file mode 100644 index 1228b4734..000000000 Binary files a/vendor/cache/actionmailbox-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-6.1.5.gem b/vendor/cache/actionmailbox-6.1.5.gem new file mode 100644 index 000000000..5b6adbe52 Binary files /dev/null and b/vendor/cache/actionmailbox-6.1.5.gem differ diff --git a/vendor/cache/actionmailer-6.1.4.7.gem b/vendor/cache/actionmailer-6.1.4.7.gem deleted file mode 100644 index 4d5201a79..000000000 Binary files a/vendor/cache/actionmailer-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-6.1.5.gem b/vendor/cache/actionmailer-6.1.5.gem new file mode 100644 index 000000000..28a0088d3 Binary files /dev/null and b/vendor/cache/actionmailer-6.1.5.gem differ diff --git a/vendor/cache/actionpack-6.1.4.7.gem b/vendor/cache/actionpack-6.1.4.7.gem deleted file mode 100644 index 58326b2ea..000000000 Binary files a/vendor/cache/actionpack-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/actionpack-6.1.5.gem b/vendor/cache/actionpack-6.1.5.gem new file mode 100644 index 000000000..a0d602770 Binary files /dev/null and b/vendor/cache/actionpack-6.1.5.gem differ diff --git a/vendor/cache/actiontext-6.1.4.7.gem b/vendor/cache/actiontext-6.1.4.7.gem deleted file mode 100644 index 1923a5199..000000000 Binary files a/vendor/cache/actiontext-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/actiontext-6.1.5.gem b/vendor/cache/actiontext-6.1.5.gem new file mode 100644 index 000000000..f917839ce Binary files /dev/null and b/vendor/cache/actiontext-6.1.5.gem differ diff --git a/vendor/cache/actionview-6.1.4.7.gem b/vendor/cache/actionview-6.1.4.7.gem deleted file mode 100644 index 9c74006cd..000000000 Binary files a/vendor/cache/actionview-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/actionview-6.1.5.gem b/vendor/cache/actionview-6.1.5.gem new file mode 100644 index 000000000..02a399fa8 Binary files /dev/null and b/vendor/cache/actionview-6.1.5.gem differ diff --git a/vendor/cache/activejob-6.1.4.7.gem b/vendor/cache/activejob-6.1.4.7.gem deleted file mode 100644 index ca2d28e85..000000000 Binary files a/vendor/cache/activejob-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/activejob-6.1.5.gem b/vendor/cache/activejob-6.1.5.gem new file mode 100644 index 000000000..5374541c2 Binary files /dev/null and b/vendor/cache/activejob-6.1.5.gem differ diff --git a/vendor/cache/activemodel-6.1.4.7.gem b/vendor/cache/activemodel-6.1.4.7.gem deleted file mode 100644 index 56811e0bb..000000000 Binary files a/vendor/cache/activemodel-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/activemodel-6.1.5.gem b/vendor/cache/activemodel-6.1.5.gem new file mode 100644 index 000000000..57429f1c8 Binary files /dev/null and b/vendor/cache/activemodel-6.1.5.gem differ diff --git a/vendor/cache/activerecord-6.1.4.7.gem b/vendor/cache/activerecord-6.1.4.7.gem deleted file mode 100644 index 169d01fc4..000000000 Binary files a/vendor/cache/activerecord-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/activerecord-6.1.5.gem b/vendor/cache/activerecord-6.1.5.gem new file mode 100644 index 000000000..d2438a2df Binary files /dev/null and b/vendor/cache/activerecord-6.1.5.gem differ diff --git a/vendor/cache/activestorage-6.1.4.7.gem b/vendor/cache/activestorage-6.1.4.7.gem deleted file mode 100644 index 9ab2f6e98..000000000 Binary files a/vendor/cache/activestorage-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/activestorage-6.1.5.gem b/vendor/cache/activestorage-6.1.5.gem new file mode 100644 index 000000000..6a38a0f68 Binary files /dev/null and b/vendor/cache/activestorage-6.1.5.gem differ diff --git a/vendor/cache/activesupport-6.1.4.7.gem b/vendor/cache/activesupport-6.1.4.7.gem deleted file mode 100644 index e9f318b2f..000000000 Binary files a/vendor/cache/activesupport-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/activesupport-6.1.5.gem b/vendor/cache/activesupport-6.1.5.gem new file mode 100644 index 000000000..625c6c5f1 Binary files /dev/null and b/vendor/cache/activesupport-6.1.5.gem differ diff --git a/vendor/cache/rails-6.1.4.7.gem b/vendor/cache/rails-6.1.4.7.gem deleted file mode 100644 index 0f008eb3f..000000000 Binary files a/vendor/cache/rails-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/rails-6.1.5.gem b/vendor/cache/rails-6.1.5.gem new file mode 100644 index 000000000..805d9d29c Binary files /dev/null and b/vendor/cache/rails-6.1.5.gem differ diff --git a/vendor/cache/railties-6.1.4.7.gem b/vendor/cache/railties-6.1.4.7.gem deleted file mode 100644 index 6a5d3bf77..000000000 Binary files a/vendor/cache/railties-6.1.4.7.gem and /dev/null differ diff --git a/vendor/cache/railties-6.1.5.gem b/vendor/cache/railties-6.1.5.gem new file mode 100644 index 000000000..83479092c Binary files /dev/null and b/vendor/cache/railties-6.1.5.gem differ