diff --git a/Gemfile b/Gemfile index 210afdf..df25c17 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.1.5' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem 'rails', '~> 7.0.8' +gem 'rails', '~> 7.1.3' # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 76e7b82..df420dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,70 +1,79 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) + actioncable (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - 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) + zeitwerk (~> 2.6) + actionmailbox (7.1.3.2) + actionpack (= 7.1.3.2) + activejob (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) mail (>= 2.7.1) net-imap net-pop net-smtp - 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) + actionmailer (7.1.3.2) + actionpack (= 7.1.3.2) + actionview (= 7.1.3.2) + activejob (= 7.1.3.2) + activesupport (= 7.1.3.2) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.8.1) - actionview (= 7.0.8.1) - activesupport (= 7.0.8.1) - rack (~> 2.0, >= 2.2.4) + rails-dom-testing (~> 2.2) + actionpack (7.1.3.2) + actionview (= 7.1.3.2) + activesupport (= 7.1.3.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - 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) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actiontext (7.1.3.2) + actionpack (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.1) - activesupport (= 7.0.8.1) + actionview (7.1.3.2) + activesupport (= 7.1.3.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.8.1) - activesupport (= 7.0.8.1) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activejob (7.1.3.2) + activesupport (= 7.1.3.2) globalid (>= 0.3.6) - 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) + activemodel (7.1.3.2) + activesupport (= 7.1.3.2) + activerecord (7.1.3.2) + activemodel (= 7.1.3.2) + activesupport (= 7.1.3.2) + timeout (>= 0.4.0) + activestorage (7.1.3.2) + actionpack (= 7.1.3.2) + activejob (= 7.1.3.2) + activerecord (= 7.1.3.2) + activesupport (= 7.1.3.2) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.8.1) + activesupport (7.1.3.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) @@ -90,6 +99,7 @@ GEM aws-sigv4 (1.6.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) + bigdecimal (3.1.7) bindata (2.5.0) bindex (0.8.1) bootsnap (1.16.0) @@ -116,6 +126,7 @@ GEM reline (>= 0.3.1) diff-lcs (1.5.0) docile (1.4.0) + drb (2.2.1) erubi (1.12.0) execjs (2.9.1) faker (3.2.0) @@ -180,7 +191,6 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - method_source (1.1.0) mimemagic (0.4.3) nokogiri (~> 1) rake @@ -189,6 +199,7 @@ GEM mini_portile2 (2.8.6) minitest (5.22.3) msgpack (1.7.1) + mutex_m (0.2.0) net-http (0.4.1) uri net-imap (0.4.10) @@ -241,7 +252,7 @@ GEM pundit (2.3.0) activesupport (>= 3.0.0) racc (1.7.3) - rack (2.2.9) + rack (3.0.10) rack-oauth2 (2.2.0) activesupport attr_required @@ -251,22 +262,27 @@ GEM rack (>= 2.1.0) rack-protection (3.0.6) rack + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - 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) + rackup (2.1.0) + rack (>= 3) + webrick (~> 1.8) + rails (7.1.3.2) + actioncable (= 7.1.3.2) + actionmailbox (= 7.1.3.2) + actionmailer (= 7.1.3.2) + actionpack (= 7.1.3.2) + actiontext (= 7.1.3.2) + actionview (= 7.1.3.2) + activejob (= 7.1.3.2) + activemodel (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) bundler (>= 1.15.0) - railties (= 7.0.8.1) + railties (= 7.1.3.2) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -274,13 +290,14 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) - method_source + railties (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) redis-client (0.17.0) @@ -404,6 +421,7 @@ GEM activesupport faraday (~> 2.0) faraday-follow_redirects + webrick (1.8.1) websocket (1.2.9) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -436,7 +454,7 @@ DEPENDENCIES pg (~> 1.4) puma (~> 6.4) pundit (~> 2.3) - rails (~> 7.0.8) + rails (~> 7.1.3) rspec-rails rubocop rubocop-rails diff --git a/vendor/cache/actioncable-7.0.8.1.gem b/vendor/cache/actioncable-7.0.8.1.gem deleted file mode 100644 index 325b90a..0000000 Binary files a/vendor/cache/actioncable-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/actioncable-7.1.3.2.gem b/vendor/cache/actioncable-7.1.3.2.gem new file mode 100644 index 0000000..8ae4343 Binary files /dev/null and b/vendor/cache/actioncable-7.1.3.2.gem differ diff --git a/vendor/cache/actionmailbox-7.0.8.1.gem b/vendor/cache/actionmailbox-7.0.8.1.gem deleted file mode 100644 index e37fa08..0000000 Binary files a/vendor/cache/actionmailbox-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-7.1.3.2.gem b/vendor/cache/actionmailbox-7.1.3.2.gem new file mode 100644 index 0000000..52f77c2 Binary files /dev/null and b/vendor/cache/actionmailbox-7.1.3.2.gem differ diff --git a/vendor/cache/actionmailer-7.0.8.1.gem b/vendor/cache/actionmailer-7.0.8.1.gem deleted file mode 100644 index 43858c6..0000000 Binary files a/vendor/cache/actionmailer-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-7.1.3.2.gem b/vendor/cache/actionmailer-7.1.3.2.gem new file mode 100644 index 0000000..68c4553 Binary files /dev/null and b/vendor/cache/actionmailer-7.1.3.2.gem differ diff --git a/vendor/cache/actionpack-7.0.8.1.gem b/vendor/cache/actionpack-7.0.8.1.gem deleted file mode 100644 index d7a631c..0000000 Binary files a/vendor/cache/actionpack-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/actionpack-7.1.3.2.gem b/vendor/cache/actionpack-7.1.3.2.gem new file mode 100644 index 0000000..4b6faa8 Binary files /dev/null and b/vendor/cache/actionpack-7.1.3.2.gem differ diff --git a/vendor/cache/actiontext-7.0.8.1.gem b/vendor/cache/actiontext-7.0.8.1.gem deleted file mode 100644 index 9f2a179..0000000 Binary files a/vendor/cache/actiontext-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/actiontext-7.1.3.2.gem b/vendor/cache/actiontext-7.1.3.2.gem new file mode 100644 index 0000000..0ca9baf Binary files /dev/null and b/vendor/cache/actiontext-7.1.3.2.gem differ diff --git a/vendor/cache/actionview-7.0.8.1.gem b/vendor/cache/actionview-7.0.8.1.gem deleted file mode 100644 index 832a833..0000000 Binary files a/vendor/cache/actionview-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/actionview-7.1.3.2.gem b/vendor/cache/actionview-7.1.3.2.gem new file mode 100644 index 0000000..b6be073 Binary files /dev/null and b/vendor/cache/actionview-7.1.3.2.gem differ diff --git a/vendor/cache/activejob-7.0.8.1.gem b/vendor/cache/activejob-7.0.8.1.gem deleted file mode 100644 index 34c8408..0000000 Binary files a/vendor/cache/activejob-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/activejob-7.1.3.2.gem b/vendor/cache/activejob-7.1.3.2.gem new file mode 100644 index 0000000..ff8a872 Binary files /dev/null and b/vendor/cache/activejob-7.1.3.2.gem differ diff --git a/vendor/cache/activemodel-7.0.8.1.gem b/vendor/cache/activemodel-7.0.8.1.gem deleted file mode 100644 index 2c13ebd..0000000 Binary files a/vendor/cache/activemodel-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/activemodel-7.1.3.2.gem b/vendor/cache/activemodel-7.1.3.2.gem new file mode 100644 index 0000000..b83e5d2 Binary files /dev/null and b/vendor/cache/activemodel-7.1.3.2.gem differ diff --git a/vendor/cache/activerecord-7.0.8.1.gem b/vendor/cache/activerecord-7.0.8.1.gem deleted file mode 100644 index 94307e7..0000000 Binary files a/vendor/cache/activerecord-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/activerecord-7.1.3.2.gem b/vendor/cache/activerecord-7.1.3.2.gem new file mode 100644 index 0000000..0f48d9c Binary files /dev/null and b/vendor/cache/activerecord-7.1.3.2.gem differ diff --git a/vendor/cache/activestorage-7.0.8.1.gem b/vendor/cache/activestorage-7.0.8.1.gem deleted file mode 100644 index 42d029a..0000000 Binary files a/vendor/cache/activestorage-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/activestorage-7.1.3.2.gem b/vendor/cache/activestorage-7.1.3.2.gem new file mode 100644 index 0000000..409fd88 Binary files /dev/null and b/vendor/cache/activestorage-7.1.3.2.gem differ diff --git a/vendor/cache/activesupport-7.0.8.1.gem b/vendor/cache/activesupport-7.0.8.1.gem deleted file mode 100644 index 8bac4be..0000000 Binary files a/vendor/cache/activesupport-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/activesupport-7.1.3.2.gem b/vendor/cache/activesupport-7.1.3.2.gem new file mode 100644 index 0000000..219df77 Binary files /dev/null and b/vendor/cache/activesupport-7.1.3.2.gem differ diff --git a/vendor/cache/bigdecimal-3.1.7.gem b/vendor/cache/bigdecimal-3.1.7.gem new file mode 100644 index 0000000..2d3f415 Binary files /dev/null and b/vendor/cache/bigdecimal-3.1.7.gem differ diff --git a/vendor/cache/drb-2.2.1.gem b/vendor/cache/drb-2.2.1.gem new file mode 100644 index 0000000..3653844 Binary files /dev/null and b/vendor/cache/drb-2.2.1.gem differ diff --git a/vendor/cache/method_source-1.1.0.gem b/vendor/cache/method_source-1.1.0.gem deleted file mode 100644 index 61e0210..0000000 Binary files a/vendor/cache/method_source-1.1.0.gem and /dev/null differ diff --git a/vendor/cache/mutex_m-0.2.0.gem b/vendor/cache/mutex_m-0.2.0.gem new file mode 100644 index 0000000..197865b Binary files /dev/null and b/vendor/cache/mutex_m-0.2.0.gem differ diff --git a/vendor/cache/rack-2.2.9.gem b/vendor/cache/rack-2.2.9.gem deleted file mode 100644 index a52c6f0..0000000 Binary files a/vendor/cache/rack-2.2.9.gem and /dev/null differ diff --git a/vendor/cache/rack-3.0.10.gem b/vendor/cache/rack-3.0.10.gem new file mode 100644 index 0000000..2290c55 Binary files /dev/null and b/vendor/cache/rack-3.0.10.gem differ diff --git a/vendor/cache/rack-session-2.0.0.gem b/vendor/cache/rack-session-2.0.0.gem new file mode 100644 index 0000000..93a5392 Binary files /dev/null and b/vendor/cache/rack-session-2.0.0.gem differ diff --git a/vendor/cache/rackup-2.1.0.gem b/vendor/cache/rackup-2.1.0.gem new file mode 100644 index 0000000..81044a3 Binary files /dev/null and b/vendor/cache/rackup-2.1.0.gem differ diff --git a/vendor/cache/rails-7.0.8.1.gem b/vendor/cache/rails-7.0.8.1.gem deleted file mode 100644 index e845a40..0000000 Binary files a/vendor/cache/rails-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/rails-7.1.3.2.gem b/vendor/cache/rails-7.1.3.2.gem new file mode 100644 index 0000000..bb35e7a Binary files /dev/null and b/vendor/cache/rails-7.1.3.2.gem differ diff --git a/vendor/cache/railties-7.0.8.1.gem b/vendor/cache/railties-7.0.8.1.gem deleted file mode 100644 index aac0a55..0000000 Binary files a/vendor/cache/railties-7.0.8.1.gem and /dev/null differ diff --git a/vendor/cache/railties-7.1.3.2.gem b/vendor/cache/railties-7.1.3.2.gem new file mode 100644 index 0000000..ab11bbf Binary files /dev/null and b/vendor/cache/railties-7.1.3.2.gem differ diff --git a/vendor/cache/webrick-1.8.1.gem b/vendor/cache/webrick-1.8.1.gem new file mode 100644 index 0000000..ac0894b Binary files /dev/null and b/vendor/cache/webrick-1.8.1.gem differ