diff --git a/Gemfile b/Gemfile index aa4d3cc..48d75c0 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '~>2.7.5' -gem 'railties', '~>5.2.4.3' +gem 'railties', '~>7.0.4.3' gem 'activerecord' gem 'actionpack' gem 'bootsnap' diff --git a/Gemfile.lock b/Gemfile.lock index 7eacc1b..a01c265 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,33 +1,31 @@ GEM remote: https://rubygems.org/ specs: - actionpack (5.2.4.4) - actionview (= 5.2.4.4) - activesupport (= 5.2.4.4) - rack (~> 2.0, >= 2.0.8) + actionpack (7.0.4.3) + actionview (= 7.0.4.3) + activesupport (= 7.0.4.3) + rack (~> 2.0, >= 2.2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.4.4) - activesupport (= 5.2.4.4) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (7.0.4.3) + activesupport (= 7.0.4.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.4.4) - activesupport (= 5.2.4.4) - activerecord (5.2.4.4) - activemodel (= 5.2.4.4) - activesupport (= 5.2.4.4) - arel (>= 9.0) - activesupport (5.2.4.4) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (7.0.4.3) + activesupport (= 7.0.4.3) + activerecord (7.0.4.3) + activemodel (= 7.0.4.3) + activesupport (= 7.0.4.3) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - arel (9.0.0) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) @@ -50,7 +48,7 @@ GEM virtus (~> 1.0) coercible (1.0.0) descendants_tracker (~> 0.0.1) - concurrent-ruby (1.1.8) + concurrent-ruby (1.2.2) connection_pool (2.2.2) crack (0.4.3) safe_yaml (~> 1.0.0) @@ -60,12 +58,12 @@ GEM diff-lcs (1.3) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - dotenv (2.7.5) - dotenv-rails (2.7.5) - dotenv (= 2.7.5) - railties (>= 3.2, < 6.1) + dotenv (2.8.1) + dotenv-rails (2.8.1) + dotenv (= 2.8.1) + railties (>= 3.2) equalizer (0.0.11) - erubi (1.10.0) + erubi (1.12.0) eventmachine (1.2.7) faraday (0.17.3) multipart-post (>= 1.2, < 3) @@ -79,7 +77,7 @@ GEM hashie (5.0.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.8.8) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) json (2.3.0) @@ -94,7 +92,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.9.0) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) @@ -103,7 +101,7 @@ GEM mime-types-data (3.2019.1009) mini_mime (1.0.2) mini_portile2 (2.8.1) - minitest (5.14.3) + minitest (5.18.0) msgpack (1.3.3) multi_json (1.14.1) multi_xml (0.6.0) @@ -144,19 +142,20 @@ GEM rack rack-proxy (0.6.5) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.1.0) + rack (>= 1.3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) - railties (5.2.4.4) - actionpack (= 5.2.4.4) - activesupport (= 5.2.4.4) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) + railties (7.0.4.3) + actionpack (= 7.0.4.3) + activesupport (= 7.0.4.3) method_source - rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) + rake (>= 12.2) + thor (~> 1.0) + zeitwerk (~> 2.5) rake (13.0.3) rb-fsevent (0.10.3) rb-inotify (0.10.1) @@ -200,10 +199,10 @@ GEM faraday_middleware (~> 0.10.0) faye-websocket (~> 0.10.6) multi_json (~> 1.0, >= 1.0.3) - thor (1.1.0) + thor (1.2.1) thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.6) @@ -226,6 +225,7 @@ GEM websocket-extensions (0.1.4) xpath (3.2.0) nokogiri (~> 1.8) + zeitwerk (2.6.7) PLATFORMS arm64-darwin-21 @@ -248,7 +248,7 @@ DEPENDENCIES pg puma rack - railties (~> 5.2.4.3) + railties (~> 7.0.4.3) rake rspec-rails sentry-raven