diff --git a/Gemfile b/Gemfile index 5c5494961..115de48d1 100644 --- a/Gemfile +++ b/Gemfile @@ -28,8 +28,8 @@ gem 'pg', '~> 1.6.2' gem 'puma', '~> 7.1.0' gem 'pundit', '~> 2.5.2' gem 'rack-attack', '~> 6.8.0' -gem 'rails', '~> 7.2.3' -gem 'rails-i18n', '~> 7.0.10' +gem 'rails', '~> 8.0.4' +gem 'rails-i18n', '~> 8.0.2' gem 'redis', '~> 5.4', '>= 5.4.1' gem 'rest-client', '~> 2.1.0' gem 'rqrcode', '~> 3.1', '>= 3.1.1' @@ -42,7 +42,7 @@ gem 'simple_form', '~> 5.4.0' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' gem 'turbo-rails', '~> 2.0', '>= 2.0.20' gem 'uglifier', '~> 4.2.1' -gem 'validates_timeliness', '~> 7.1.0' +gem 'validates_timeliness', '~> 8.0.0' gem 'wicked_pdf', '~> 2.8.2' gem 'wkhtmltopdf-binary', '~> 0.12.6.10' diff --git a/Gemfile.lock b/Gemfile.lock index 461a586d2..707510e16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,71 +1,68 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.2.3) - actionpack (= 7.2.3) - activesupport (= 7.2.3) + actioncable (8.0.4) + actionpack (= 8.0.4) + activesupport (= 8.0.4) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.2.3) - actionpack (= 7.2.3) - activejob (= 7.2.3) - activerecord (= 7.2.3) - activestorage (= 7.2.3) - activesupport (= 7.2.3) + actionmailbox (8.0.4) + actionpack (= 8.0.4) + activejob (= 8.0.4) + activerecord (= 8.0.4) + activestorage (= 8.0.4) + activesupport (= 8.0.4) mail (>= 2.8.0) - actionmailer (7.2.3) - actionpack (= 7.2.3) - actionview (= 7.2.3) - activejob (= 7.2.3) - activesupport (= 7.2.3) + actionmailer (8.0.4) + actionpack (= 8.0.4) + actionview (= 8.0.4) + activejob (= 8.0.4) + activesupport (= 8.0.4) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.2.3) - actionview (= 7.2.3) - activesupport (= 7.2.3) - cgi + actionpack (8.0.4) + actionview (= 8.0.4) + activesupport (= 8.0.4) nokogiri (>= 1.8.5) - racc - rack (>= 2.2.4, < 3.3) + rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (7.2.3) - actionpack (= 7.2.3) - activerecord (= 7.2.3) - activestorage (= 7.2.3) - activesupport (= 7.2.3) + actiontext (8.0.4) + actionpack (= 8.0.4) + activerecord (= 8.0.4) + activestorage (= 8.0.4) + activesupport (= 8.0.4) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.2.3) - activesupport (= 7.2.3) + actionview (8.0.4) + activesupport (= 8.0.4) builder (~> 3.1) - cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) active_model_otp (2.3.4) activemodel rotp (~> 6.3.0) - activejob (7.2.3) - activesupport (= 7.2.3) + activejob (8.0.4) + activesupport (= 8.0.4) globalid (>= 0.3.6) - activemodel (7.2.3) - activesupport (= 7.2.3) - activerecord (7.2.3) - activemodel (= 7.2.3) - activesupport (= 7.2.3) + activemodel (8.0.4) + activesupport (= 8.0.4) + activerecord (8.0.4) + activemodel (= 8.0.4) + activesupport (= 8.0.4) timeout (>= 0.4.0) - activestorage (7.2.3) - actionpack (= 7.2.3) - activejob (= 7.2.3) - activerecord (= 7.2.3) - activesupport (= 7.2.3) + activestorage (8.0.4) + actionpack (= 8.0.4) + activejob (= 8.0.4) + activerecord (= 8.0.4) + activesupport (= 8.0.4) marcel (~> 1.0) - activesupport (7.2.3) + activesupport (8.0.4) base64 benchmark (>= 0.3) bigdecimal @@ -77,6 +74,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) airbrussh (1.5.3) @@ -113,7 +111,6 @@ GEM capistrano (>= 3.9.0) capistrano-bundler sidekiq (>= 7.0) - cgi (0.5.1) chunky_png (1.4.0) coderay (1.1.3) colorize (1.1.0) @@ -376,20 +373,20 @@ GEM rack (>= 1.3) rackup (2.2.1) rack (>= 3) - rails (7.2.3) - actioncable (= 7.2.3) - actionmailbox (= 7.2.3) - actionmailer (= 7.2.3) - actionpack (= 7.2.3) - actiontext (= 7.2.3) - actionview (= 7.2.3) - activejob (= 7.2.3) - activemodel (= 7.2.3) - activerecord (= 7.2.3) - activestorage (= 7.2.3) - activesupport (= 7.2.3) + rails (8.0.4) + actioncable (= 8.0.4) + actionmailbox (= 8.0.4) + actionmailer (= 8.0.4) + actionpack (= 8.0.4) + actiontext (= 8.0.4) + actionview (= 8.0.4) + activejob (= 8.0.4) + activemodel (= 8.0.4) + activerecord (= 8.0.4) + activestorage (= 8.0.4) + activesupport (= 8.0.4) bundler (>= 1.15.0) - railties (= 7.2.3) + railties (= 8.0.4) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -401,13 +398,12 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - rails-i18n (7.0.10) + rails-i18n (8.0.2) i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 8) - railties (7.2.3) - actionpack (= 7.2.3) - activesupport (= 7.2.3) - cgi + railties (>= 8.0.0, < 9) + railties (8.0.4) + actionpack (= 8.0.4) + activesupport (= 8.0.4) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -581,8 +577,8 @@ GEM uniform_notifier (1.18.0) uri (1.0.4) useragent (0.16.11) - validates_timeliness (7.1.0) - activemodel (>= 7.0.0, < 8) + validates_timeliness (8.0.0) + activemodel (>= 8.0.0, < 9) timeliness (>= 0.3.10, < 1) version_gem (1.1.9) warden (1.2.9) @@ -649,9 +645,9 @@ DEPENDENCIES puma (~> 7.1.0) pundit (~> 2.5.2) rack-attack (~> 6.8.0) - rails (~> 7.2.3) + rails (~> 8.0.4) rails-controller-testing (~> 1.0.5) - rails-i18n (~> 7.0.10) + rails-i18n (~> 8.0.2) rb-readline (~> 0.5.5) redis (~> 5.4, >= 5.4.1) rest-client (~> 2.1.0) @@ -680,7 +676,7 @@ DEPENDENCIES turbo-rails (~> 2.0, >= 2.0.20) tzinfo-data uglifier (~> 4.2.1) - validates_timeliness (~> 7.1.0) + validates_timeliness (~> 8.0.0) web-console (~> 4.2.1) wicked_pdf (~> 2.8.2) wkhtmltopdf-binary (~> 0.12.6.10)