diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3b9877..37d74fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,9 @@ jobs: - rails_8_0 - rails_8_1 - rails_8_2 + exclude: + - ruby: '3.2' + gemfile: rails_8_2 env: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile diff --git a/Appraisals b/Appraisals index a2815d6..a19980d 100644 --- a/Appraisals +++ b/Appraisals @@ -1,28 +1,28 @@ # frozen_string_literal: true appraise "rails-7-0" do - gem "actionview", "~> 7.0" - gem "railties", "~> 7.0" + gem "actionview", "~> 7.0.0" + gem "railties", "~> 7.0.0" end appraise "rails-7-1" do - gem "actionview", "~> 7.1" - gem "railties", "~> 7.1" + gem "actionview", "~> 7.1.0" + gem "railties", "~> 7.1.0" end appraise "rails-7-2" do - gem "actionview", "~> 7.2" - gem "railties", "~> 7.2" + gem "actionview", "~> 7.2.0" + gem "railties", "~> 7.2.0" end appraise "rails-8-0" do - gem "actionview", "~> 8.0" - gem "railties", "~> 8.0" + gem "actionview", "~> 8.0.0" + gem "railties", "~> 8.0.0" end appraise "rails-8-1" do - gem "actionview", "~> 8.1" - gem "railties", "~> 8.1" + gem "actionview", "~> 8.1.0" + gem "railties", "~> 8.1.0" end appraise "rails-8-2" do diff --git a/Gemfile b/Gemfile index d082a4a..c0bea54 100644 --- a/Gemfile +++ b/Gemfile @@ -5,10 +5,11 @@ source "https://rubygems.org" gemspec gem "appraisal" -gem "rails" # gem "herb", path: "../herb" +gem "actionview", "~> 8.1" gem "maxitest", "~> 7.0" gem "minitest-difftastic" +gem "railties", "~> 8.1" gem "rake", "~> 13.0" gem "readline", "~> 0.0.4" gem "rubocop", "~> 1.80.1" diff --git a/Gemfile.lock b/Gemfile.lock index dd871f3..8616534 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,29 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (8.0.3) - actionpack (= 8.0.3) - activesupport (= 8.0.3) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - zeitwerk (~> 2.6) - actionmailbox (8.0.3) - actionpack (= 8.0.3) - activejob (= 8.0.3) - activerecord (= 8.0.3) - activestorage (= 8.0.3) - activesupport (= 8.0.3) - mail (>= 2.8.0) - actionmailer (8.0.3) - actionpack (= 8.0.3) - actionview (= 8.0.3) - activejob (= 8.0.3) - activesupport (= 8.0.3) - mail (>= 2.8.0) - rails-dom-testing (~> 2.2) - actionpack (8.0.3) - actionview (= 8.0.3) - activesupport (= 8.0.3) + actionpack (8.1.2) + actionview (= 8.1.2) + activesupport (= 8.1.2) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -38,42 +18,20 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (8.0.3) - actionpack (= 8.0.3) - activerecord (= 8.0.3) - activestorage (= 8.0.3) - activesupport (= 8.0.3) - globalid (>= 0.6.0) - nokogiri (>= 1.8.5) - actionview (8.0.3) - activesupport (= 8.0.3) + actionview (8.1.2) + activesupport (= 8.1.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (8.0.3) - activesupport (= 8.0.3) - globalid (>= 0.3.6) - activemodel (8.0.3) - activesupport (= 8.0.3) - activerecord (8.0.3) - activemodel (= 8.0.3) - activesupport (= 8.0.3) - timeout (>= 0.4.0) - activestorage (8.0.3) - actionpack (= 8.0.3) - activejob (= 8.0.3) - activerecord (= 8.0.3) - activesupport (= 8.0.3) - marcel (~> 1.0) - activesupport (8.0.3) + activesupport (8.1.2) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + json logger (>= 1.4.2) minitest (>= 5.1) securerandom (>= 0.3) @@ -85,28 +43,27 @@ GEM thor (>= 0.14.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (4.0.1) builder (3.3.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) - date (3.4.1) - difftastic (0.7.0) + date (3.5.1) + difftastic (0.8.0) pretty_please - difftastic (0.7.0-arm64-darwin) + difftastic (0.8.0-aarch64-linux) pretty_please - difftastic (0.7.0-x86_64-darwin) + difftastic (0.8.0-arm64-darwin) pretty_please - difftastic (0.7.0-x86_64-linux) + difftastic (0.8.0-x86_64-darwin) + pretty_please + difftastic (0.8.0-x86_64-linux) pretty_please dispersion (0.2.0) prism drb (2.2.3) - erb (5.1.1) + erb (6.0.2) erubi (1.13.1) - globalid (1.3.0) - activesupport (>= 6.1) herb (0.9.2-aarch64-linux-gnu) herb (0.9.2-aarch64-linux-musl) herb (0.9.2-arm-linux-gnu) @@ -115,61 +72,46 @@ GEM herb (0.9.2-x86_64-darwin) herb (0.9.2-x86_64-linux-gnu) herb (0.9.2-x86_64-linux-musl) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.2) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.15.0) + json (2.19.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mail (2.8.1) - mini_mime (>= 0.1.1) - net-imap - net-pop - net-smtp - marcel (1.1.0) - maxitest (7.1.0) + maxitest (7.1.1) minitest (>= 6.0.0, < 6.1.0) - mini_mime (1.1.5) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) minitest-difftastic (0.2.1) difftastic (~> 0.6) - net-imap (0.5.12) - date - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.2.2) - timeout - net-smtp (0.5.1) - net-protocol - nio4r (2.7.4) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.2) ast (~> 2.4.1) racc pp (0.6.3) @@ -177,43 +119,29 @@ GEM pretty_please (0.2.0) dispersion (~> 0.2) prettyprint (0.2.0) - prism (1.5.1) - psych (5.2.6) + prism (1.9.0) + psych (5.3.1) date stringio racc (1.8.1) - rack (3.2.3) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) - rails (8.0.3) - actioncable (= 8.0.3) - actionmailbox (= 8.0.3) - actionmailer (= 8.0.3) - actionpack (= 8.0.3) - actiontext (= 8.0.3) - actionview (= 8.0.3) - activejob (= 8.0.3) - activemodel (= 8.0.3) - activerecord (= 8.0.3) - activestorage (= 8.0.3) - activesupport (= 8.0.3) - bundler (>= 1.15.0) - railties (= 8.0.3) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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) - railties (8.0.3) - actionpack (= 8.0.3) - activesupport (= 8.0.3) + railties (8.1.2) + actionpack (= 8.1.2) + activesupport (= 8.1.2) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -221,15 +149,15 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) - rdoc (6.15.0) + rake (13.3.1) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort readline (0.0.4) reline regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rubocop (1.80.2) json (~> 2.3) @@ -242,27 +170,22 @@ GEM rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) ruby-progressbar (1.13.0) securerandom (0.4.1) - stringio (3.1.7) - thor (1.4.0) - timeout (0.4.3) + stringio (3.2.0) + thor (1.5.0) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - uri (1.0.3) + uri (1.1.1) useragent (0.16.11) - websocket-driver (0.8.0) - base64 - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.5) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS aarch64-linux-gnu @@ -276,10 +199,11 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES + actionview (~> 8.1) appraisal maxitest (~> 7.0) minitest-difftastic - rails + railties (~> 8.1) rake (~> 13.0) reactionview! readline (~> 0.0.4) diff --git a/gemfiles/rails_7_0.gemfile b/gemfiles/rails_7_0.gemfile index 0a5fd64..16b7619 100644 --- a/gemfiles/rails_7_0.gemfile +++ b/gemfiles/rails_7_0.gemfile @@ -2,11 +2,11 @@ source "https://rubygems.org" -gem "actionview", "~> 7.0" +gem "actionview", "~> 7.0.0" gem "appraisal" gem "maxitest", "~> 7.0" gem "minitest-difftastic" -gem "railties", "~> 7.0" +gem "railties", "~> 7.0.0" gem "rake", "~> 13.0" gem "readline", "~> 0.0.4" gem "rubocop", "~> 1.80.1" diff --git a/gemfiles/rails_7_0.gemfile.lock b/gemfiles/rails_7_0.gemfile.lock index 8fee6a4..94bb1d0 100644 --- a/gemfiles/rails_7_0.gemfile.lock +++ b/gemfiles/rails_7_0.gemfile.lock @@ -8,60 +8,56 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.2.2.2) - actionview (= 7.2.2.2) - activesupport (= 7.2.2.2) - nokogiri (>= 1.8.5) + actionpack (7.0.10) + actionview (= 7.0.10) + activesupport (= 7.0.10) racc - rack (>= 2.2.4, < 3.2) - rack-session (>= 1.0.1) + rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - useragent (~> 0.16) - actionview (7.2.2.2) - activesupport (= 7.2.2.2) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (7.0.10) + activesupport (= 7.0.10) builder (~> 3.1) - erubi (~> 1.11) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - activesupport (7.2.2.2) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activesupport (7.0.10) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) - connection_pool (>= 2.2.5) + concurrent-ruby (~> 1.0, >= 1.0.2) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) + mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) + tzinfo (~> 2.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (4.0.1) builder (3.3.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) crass (1.0.6) - date (3.4.1) - difftastic (0.7.0) + difftastic (0.8.0) pretty_please - difftastic (0.7.0-arm64-darwin) + difftastic (0.8.0-aarch64-linux) pretty_please - difftastic (0.7.0-x86_64-darwin) + difftastic (0.8.0-arm64-darwin) pretty_please - difftastic (0.7.0-x86_64-linux) + difftastic (0.8.0-x86_64-darwin) + pretty_please + difftastic (0.8.0-x86_64-linux) pretty_please dispersion (0.2.0) prism drb (2.2.3) - erb (5.0.2) erubi (1.13.1) herb (0.9.2-aarch64-linux-gnu) herb (0.9.2-aarch64-linux-musl) @@ -71,88 +67,72 @@ GEM herb (0.9.2-x86_64-darwin) herb (0.9.2-x86_64-linux-gnu) herb (0.9.2-x86_64-linux-musl) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.2) - pp (>= 0.6.0) - rdoc (>= 4.0.0) - reline (>= 0.4.2) - json (2.14.1) + io-console (0.8.2) + json (2.19.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - maxitest (7.1.0) + maxitest (7.1.1) minitest (>= 6.0.0, < 6.1.0) - minitest (6.0.1) + method_source (1.1.0) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) minitest-difftastic (0.2.1) difftastic (~> 0.6) - nokogiri (1.19.0-aarch64-linux-gnu) + mutex_m (0.3.0) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.2) ast (~> 2.4.1) racc - pp (0.6.2) - prettyprint pretty_please (0.2.0) dispersion (~> 0.2) - prettyprint (0.2.0) - prism (1.5.1) - psych (5.2.6) - date - stringio + prism (1.9.0) racc (1.8.1) - rack (3.1.16) - rack-session (2.1.1) - base64 (>= 0.1.0) - rack (>= 3.0.0) + rack (2.2.22) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) - rack (>= 3) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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) - railties (7.2.2.2) - actionpack (= 7.2.2.2) - activesupport (= 7.2.2.2) - irb (~> 1.13) - rackup (>= 1.0.0) + railties (7.0.10) + actionpack (= 7.0.10) + activesupport (= 7.0.10) + method_source rake (>= 12.2) - thor (~> 1.0, >= 1.2.2) - zeitwerk (~> 2.6) + thor (~> 1.0) + zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.3.0) - rdoc (6.14.2) - erb - psych (>= 4.0.0) + rake (13.3.1) readline (0.0.4) reline regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rubocop (1.80.2) json (~> 2.3) @@ -165,21 +145,19 @@ GEM rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) ruby-progressbar (1.13.0) securerandom (0.4.1) - stringio (3.1.7) - thor (1.4.0) + thor (1.5.0) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - useragent (0.16.11) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS aarch64-linux-gnu @@ -193,11 +171,11 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - actionview (~> 7.0) + actionview (~> 7.0.0) appraisal maxitest (~> 7.0) minitest-difftastic - railties (~> 7.0) + railties (~> 7.0.0) rake (~> 13.0) reactionview! readline (~> 0.0.4) diff --git a/gemfiles/rails_7_1.gemfile b/gemfiles/rails_7_1.gemfile index 9407194..98f051b 100644 --- a/gemfiles/rails_7_1.gemfile +++ b/gemfiles/rails_7_1.gemfile @@ -2,14 +2,14 @@ source "https://rubygems.org" +gem "actionview", "~> 7.1.0" gem "appraisal" gem "maxitest", "~> 7.0" gem "minitest-difftastic" +gem "railties", "~> 7.1.0" gem "rake", "~> 13.0" -gem "rubocop", "~> 1.80.1" -gem "actionview", "~> 7.1" -gem "railties", "~> 7.1" gem "readline", "~> 0.0.4" +gem "rubocop", "~> 1.80.1" gem "tsort", "~> 0.2.0" gemspec path: "../" diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index 4e6af12..5365d79 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -8,60 +8,65 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.2.2.2) - actionview (= 7.2.2.2) - activesupport (= 7.2.2.2) + actionpack (7.1.6) + actionview (= 7.1.6) + activesupport (= 7.1.6) + cgi nokogiri (>= 1.8.5) racc - rack (>= 2.2.4, < 3.2) + 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) - actionview (7.2.2.2) - activesupport (= 7.2.2.2) + actionview (7.1.6) + activesupport (= 7.1.6) builder (~> 3.1) + cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.2.2.2) + activesupport (7.1.6) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) + mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) + tzinfo (~> 2.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (4.0.1) builder (3.3.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + cgi (0.5.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) - date (3.4.1) - difftastic (0.7.0) + date (3.5.1) + difftastic (0.8.0) pretty_please - difftastic (0.7.0-arm64-darwin) + difftastic (0.8.0-aarch64-linux) pretty_please - difftastic (0.7.0-x86_64-darwin) + difftastic (0.8.0-arm64-darwin) pretty_please - difftastic (0.7.0-x86_64-linux) + difftastic (0.8.0-x86_64-darwin) + pretty_please + difftastic (0.8.0-x86_64-linux) pretty_please dispersion (0.2.0) prism drb (2.2.3) - erb (5.0.2) + erb (6.0.2) erubi (1.13.1) herb (0.9.2-aarch64-linux-gnu) herb (0.9.2-aarch64-linux-musl) @@ -71,88 +76,94 @@ GEM herb (0.9.2-x86_64-darwin) herb (0.9.2-x86_64-linux-gnu) herb (0.9.2-x86_64-linux-musl) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.2) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.14.1) + json (2.19.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - maxitest (7.1.0) + maxitest (7.1.1) minitest (>= 6.0.0, < 6.1.0) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) minitest-difftastic (0.2.1) difftastic (~> 0.6) - nokogiri (1.19.0-aarch64-linux-gnu) + mutex_m (0.3.0) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.2) ast (~> 2.4.1) racc - pp (0.6.2) + pp (0.6.3) prettyprint pretty_please (0.2.0) dispersion (~> 0.2) prettyprint (0.2.0) - prism (1.5.1) - psych (5.2.6) + prism (1.9.0) + psych (5.3.1) date stringio racc (1.8.1) - rack (3.1.16) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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) - railties (7.2.2.2) - actionpack (= 7.2.2.2) - activesupport (= 7.2.2.2) - irb (~> 1.13) + railties (7.1.6) + actionpack (= 7.1.6) + activesupport (= 7.1.6) + cgi + irb rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) + tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) - rdoc (6.14.2) + rake (13.3.1) + rdoc (7.2.0) erb psych (>= 4.0.0) + tsort readline (0.0.4) reline regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rubocop (1.80.2) json (~> 2.3) @@ -165,21 +176,20 @@ GEM rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) ruby-progressbar (1.13.0) securerandom (0.4.1) - stringio (3.1.7) - thor (1.4.0) + stringio (3.2.0) + thor (1.5.0) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - useragent (0.16.11) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS aarch64-linux-gnu @@ -193,11 +203,11 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - actionview (~> 7.1) + actionview (~> 7.1.0) appraisal maxitest (~> 7.0) minitest-difftastic - railties (~> 7.1) + railties (~> 7.1.0) rake (~> 13.0) reactionview! readline (~> 0.0.4) diff --git a/gemfiles/rails_7_2.gemfile b/gemfiles/rails_7_2.gemfile index 9c6e695..c54166e 100644 --- a/gemfiles/rails_7_2.gemfile +++ b/gemfiles/rails_7_2.gemfile @@ -2,11 +2,11 @@ source "https://rubygems.org" -gem "actionview", "~> 7.2" +gem "actionview", "~> 7.2.0" gem "appraisal" gem "maxitest", "~> 7.0" gem "minitest-difftastic" -gem "railties", "~> 7.2" +gem "railties", "~> 7.2.0" gem "rake", "~> 13.0" gem "readline", "~> 0.0.4" gem "rubocop", "~> 1.80.1" diff --git a/gemfiles/rails_7_2.gemfile.lock b/gemfiles/rails_7_2.gemfile.lock index 5c42210..af0cc90 100644 --- a/gemfiles/rails_7_2.gemfile.lock +++ b/gemfiles/rails_7_2.gemfile.lock @@ -8,24 +8,26 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.2.2.2) - actionview (= 7.2.2.2) - activesupport (= 7.2.2.2) + actionpack (7.2.3) + actionview (= 7.2.3) + activesupport (= 7.2.3) + cgi nokogiri (>= 1.8.5) racc - rack (>= 2.2.4, < 3.2) + rack (>= 2.2.4, < 3.3) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (7.2.2.2) - activesupport (= 7.2.2.2) + actionview (7.2.3) + activesupport (= 7.2.3) builder (~> 3.1) + cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.2.2.2) + activesupport (7.2.3) base64 benchmark (>= 0.3) bigdecimal @@ -43,25 +45,28 @@ GEM thor (>= 0.14.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (4.0.1) builder (3.3.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + cgi (0.5.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) - date (3.4.1) - difftastic (0.7.0) + date (3.5.1) + difftastic (0.8.0) pretty_please - difftastic (0.7.0-arm64-darwin) + difftastic (0.8.0-aarch64-linux) pretty_please - difftastic (0.7.0-x86_64-darwin) + difftastic (0.8.0-arm64-darwin) pretty_please - difftastic (0.7.0-x86_64-linux) + difftastic (0.8.0-x86_64-darwin) + pretty_please + difftastic (0.8.0-x86_64-linux) pretty_please dispersion (0.2.0) prism drb (2.2.3) - erb (5.0.2) + erb (6.0.2) erubi (1.13.1) herb (0.9.2-aarch64-linux-gnu) herb (0.9.2-aarch64-linux-musl) @@ -71,88 +76,93 @@ GEM herb (0.9.2-x86_64-darwin) herb (0.9.2-x86_64-linux-gnu) herb (0.9.2-x86_64-linux-musl) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.2) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.14.1) + json (2.19.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - maxitest (7.1.0) + maxitest (7.1.1) minitest (>= 6.0.0, < 6.1.0) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) minitest-difftastic (0.2.1) difftastic (~> 0.6) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.2) ast (~> 2.4.1) racc - pp (0.6.2) + pp (0.6.3) prettyprint pretty_please (0.2.0) dispersion (~> 0.2) prettyprint (0.2.0) - prism (1.5.1) - psych (5.2.6) + prism (1.9.0) + psych (5.3.1) date stringio racc (1.8.1) - rack (3.1.16) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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) - railties (7.2.2.2) - actionpack (= 7.2.2.2) - activesupport (= 7.2.2.2) + railties (7.2.3) + actionpack (= 7.2.3) + activesupport (= 7.2.3) + cgi irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) + tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) - rdoc (6.14.2) + rake (13.3.1) + rdoc (7.2.0) erb psych (>= 4.0.0) + tsort readline (0.0.4) reline regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rubocop (1.80.2) json (~> 2.3) @@ -165,13 +175,13 @@ GEM rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) ruby-progressbar (1.13.0) securerandom (0.4.1) - stringio (3.1.7) - thor (1.4.0) + stringio (3.2.0) + thor (1.5.0) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -179,7 +189,7 @@ GEM unicode-emoji (~> 4.1) unicode-emoji (4.2.0) useragent (0.16.11) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS aarch64-linux-gnu @@ -193,11 +203,11 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - actionview (~> 7.2) + actionview (~> 7.2.0) appraisal maxitest (~> 7.0) minitest-difftastic - railties (~> 7.2) + railties (~> 7.2.0) rake (~> 13.0) reactionview! readline (~> 0.0.4) diff --git a/gemfiles/rails_8_0.gemfile b/gemfiles/rails_8_0.gemfile index e9a25f2..a2a9980 100644 --- a/gemfiles/rails_8_0.gemfile +++ b/gemfiles/rails_8_0.gemfile @@ -2,11 +2,11 @@ source "https://rubygems.org" -gem "actionview", "~> 8.0" +gem "actionview", "~> 8.0.0" gem "appraisal" gem "maxitest", "~> 7.0" gem "minitest-difftastic" -gem "railties", "~> 8.0" +gem "railties", "~> 8.0.0" gem "rake", "~> 13.0" gem "readline", "~> 0.0.4" gem "rubocop", "~> 1.80.1" diff --git a/gemfiles/rails_8_0.gemfile.lock b/gemfiles/rails_8_0.gemfile.lock index d9f7eab..2104cf3 100644 --- a/gemfiles/rails_8_0.gemfile.lock +++ b/gemfiles/rails_8_0.gemfile.lock @@ -8,9 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (8.0.2.1) - actionview (= 8.0.2.1) - activesupport (= 8.0.2.1) + actionpack (8.0.4) + actionview (= 8.0.4) + activesupport (= 8.0.4) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -18,13 +18,13 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (8.0.2.1) - activesupport (= 8.0.2.1) + actionview (8.0.4) + activesupport (= 8.0.4) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (8.0.2.1) + activesupport (8.0.4) base64 benchmark (>= 0.3) bigdecimal @@ -43,25 +43,27 @@ GEM thor (>= 0.14.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (4.0.1) builder (3.3.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) - date (3.4.1) - difftastic (0.7.0) + date (3.5.1) + difftastic (0.8.0) pretty_please - difftastic (0.7.0-arm64-darwin) + difftastic (0.8.0-aarch64-linux) pretty_please - difftastic (0.7.0-x86_64-darwin) + difftastic (0.8.0-arm64-darwin) pretty_please - difftastic (0.7.0-x86_64-linux) + difftastic (0.8.0-x86_64-darwin) + pretty_please + difftastic (0.8.0-x86_64-linux) pretty_please dispersion (0.2.0) prism drb (2.2.3) - erb (5.0.2) + erb (6.0.2) erubi (1.13.1) herb (0.9.2-aarch64-linux-gnu) herb (0.9.2-aarch64-linux-musl) @@ -71,88 +73,92 @@ GEM herb (0.9.2-x86_64-darwin) herb (0.9.2-x86_64-linux-gnu) herb (0.9.2-x86_64-linux-musl) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.2) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.14.1) + json (2.19.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - maxitest (7.1.0) + maxitest (7.1.1) minitest (>= 6.0.0, < 6.1.0) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) minitest-difftastic (0.2.1) difftastic (~> 0.6) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.2) ast (~> 2.4.1) racc - pp (0.6.2) + pp (0.6.3) prettyprint pretty_please (0.2.0) dispersion (~> 0.2) prettyprint (0.2.0) - prism (1.5.1) - psych (5.2.6) + prism (1.9.0) + psych (5.3.1) date stringio racc (1.8.1) - rack (3.2.1) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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) - railties (8.0.2.1) - actionpack (= 8.0.2.1) - activesupport (= 8.0.2.1) + railties (8.0.4) + actionpack (= 8.0.4) + activesupport (= 8.0.4) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) + tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) - rdoc (6.14.2) + rake (13.3.1) + rdoc (7.2.0) erb psych (>= 4.0.0) + tsort readline (0.0.4) reline regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rubocop (1.80.2) json (~> 2.3) @@ -165,22 +171,22 @@ GEM rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) ruby-progressbar (1.13.0) securerandom (0.4.1) - stringio (3.1.7) - thor (1.4.0) + stringio (3.2.0) + thor (1.5.0) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - uri (1.0.3) + uri (1.1.1) useragent (0.16.11) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS aarch64-linux-gnu @@ -194,11 +200,11 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - actionview (~> 8.0) + actionview (~> 8.0.0) appraisal maxitest (~> 7.0) minitest-difftastic - railties (~> 8.0) + railties (~> 8.0.0) rake (~> 13.0) reactionview! readline (~> 0.0.4) diff --git a/gemfiles/rails_8_1.gemfile.lock b/gemfiles/rails_8_1.gemfile.lock index 2f85a5b..277dfe5 100644 --- a/gemfiles/rails_8_1.gemfile.lock +++ b/gemfiles/rails_8_1.gemfile.lock @@ -8,9 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (8.1.0) - actionview (= 8.1.0) - activesupport (= 8.1.0) + actionpack (8.1.2) + actionview (= 8.1.2) + activesupport (= 8.1.2) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -18,13 +18,13 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (8.1.0) - activesupport (= 8.1.0) + actionview (8.1.2) + activesupport (= 8.1.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (8.1.0) + activesupport (8.1.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -43,24 +43,26 @@ GEM thor (>= 0.14.0) ast (2.4.3) base64 (0.3.0) - bigdecimal (3.2.3) + bigdecimal (4.0.1) builder (3.3.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) - date (3.4.1) - difftastic (0.7.0) + date (3.5.1) + difftastic (0.8.0) pretty_please - difftastic (0.7.0-arm64-darwin) + difftastic (0.8.0-aarch64-linux) pretty_please - difftastic (0.7.0-x86_64-darwin) + difftastic (0.8.0-arm64-darwin) pretty_please - difftastic (0.7.0-x86_64-linux) + difftastic (0.8.0-x86_64-darwin) + pretty_please + difftastic (0.8.0-x86_64-linux) pretty_please dispersion (0.2.0) prism drb (2.2.3) - erb (5.0.2) + erb (6.0.2) erubi (1.13.1) herb (0.9.2-aarch64-linux-gnu) herb (0.9.2-aarch64-linux-musl) @@ -70,74 +72,76 @@ GEM herb (0.9.2-x86_64-darwin) herb (0.9.2-x86_64-linux-gnu) herb (0.9.2-x86_64-linux-musl) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.2) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.14.1) + json (2.19.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - maxitest (7.1.0) + maxitest (7.1.1) minitest (>= 6.0.0, < 6.1.0) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) minitest-difftastic (0.2.1) difftastic (~> 0.6) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.2) ast (~> 2.4.1) racc - pp (0.6.2) + pp (0.6.3) prettyprint pretty_please (0.2.0) dispersion (~> 0.2) prettyprint (0.2.0) - prism (1.5.1) - psych (5.2.6) + prism (1.9.0) + psych (5.3.1) date stringio racc (1.8.1) - rack (3.2.1) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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) - railties (8.1.0) - actionpack (= 8.1.0) - activesupport (= 8.1.0) + railties (8.1.2) + actionpack (= 8.1.2) + activesupport (= 8.1.2) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -145,14 +149,15 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) - rdoc (6.14.2) + rake (13.3.1) + rdoc (7.2.0) erb psych (>= 4.0.0) + tsort readline (0.0.4) reline regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rubocop (1.80.2) json (~> 2.3) @@ -165,22 +170,22 @@ GEM rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) ruby-progressbar (1.13.0) securerandom (0.4.1) - stringio (3.1.7) - thor (1.4.0) + stringio (3.2.0) + thor (1.5.0) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - uri (1.0.3) + uri (1.1.1) useragent (0.16.11) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS aarch64-linux-gnu diff --git a/gemfiles/rails_8_2.gemfile.lock b/gemfiles/rails_8_2.gemfile.lock index 1d40dc3..ef72727 100644 --- a/gemfiles/rails_8_2.gemfile.lock +++ b/gemfiles/rails_8_2.gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 6ec4c85507d10650cb80796deda7d79a17677c29 + revision: 0f4b8ce0e9a0bb7e009e88881dea17b4195720d1 specs: actionpack (8.2.0.alpha) actionview (= 8.2.0.alpha) @@ -10,14 +10,14 @@ GIT rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) + rails-html-sanitizer (~> 1.7) useragent (~> 0.16) actionview (8.2.0.alpha) activesupport (= 8.2.0.alpha) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) + rails-html-sanitizer (~> 1.7) activesupport (8.2.0.alpha) base64 bigdecimal @@ -28,6 +28,7 @@ GIT json logger (>= 1.4.2) minitest (>= 5.1) + psych (>= 4) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) @@ -57,24 +58,26 @@ GEM thor (>= 0.14.0) ast (2.4.3) base64 (0.3.0) - bigdecimal (3.3.1) + bigdecimal (4.0.1) builder (3.3.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) - date (3.4.1) - difftastic (0.7.0) + date (3.5.1) + difftastic (0.8.0) pretty_please - difftastic (0.7.0-arm64-darwin) + difftastic (0.8.0-aarch64-linux) pretty_please - difftastic (0.7.0-x86_64-darwin) + difftastic (0.8.0-arm64-darwin) pretty_please - difftastic (0.7.0-x86_64-linux) + difftastic (0.8.0-x86_64-darwin) + pretty_please + difftastic (0.8.0-x86_64-linux) pretty_please dispersion (0.2.0) prism drb (2.2.3) - erb (5.1.1) + erb (6.0.2) erubi (1.13.1) herb (0.9.2-aarch64-linux-gnu) herb (0.9.2-aarch64-linux-musl) @@ -84,44 +87,46 @@ GEM herb (0.9.2-x86_64-darwin) herb (0.9.2-x86_64-linux-gnu) herb (0.9.2-x86_64-linux-musl) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.2) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.15.1) + json (2.19.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - maxitest (7.1.0) + maxitest (7.1.1) minitest (>= 6.0.0, < 6.1.0) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) minitest-difftastic (0.2.1) difftastic (~> 0.6) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.2) ast (~> 2.4.1) racc pp (0.6.3) @@ -129,36 +134,36 @@ GEM pretty_please (0.2.0) dispersion (~> 0.2) prettyprint (0.2.0) - prism (1.6.0) - psych (5.2.6) + prism (1.9.0) + psych (5.3.1) date stringio racc (1.8.1) - rack (3.2.3) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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) rainbow (3.1.1) - rake (13.3.0) - rdoc (6.15.0) + rake (13.3.1) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort readline (0.0.4) reline regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rubocop (1.80.2) json (~> 2.3) @@ -171,22 +176,22 @@ GEM rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) ruby-progressbar (1.13.0) securerandom (0.4.1) - stringio (3.1.7) - thor (1.4.0) + stringio (3.2.0) + thor (1.5.0) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - uri (1.0.4) + uri (1.1.1) useragent (0.16.11) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS aarch64-linux-gnu diff --git a/test/snapshot_utils.rb b/test/snapshot_utils.rb index 6eab1b6..578d430 100644 --- a/test/snapshot_utils.rb +++ b/test/snapshot_utils.rb @@ -80,6 +80,8 @@ def assert_evaluated_snapshot(source, ivars: {}, options: {}, handler: ReActionV lookup_context = ActionView::LookupContext.new([]) view_context = ActionView::Base.with_empty_template_cache.new(lookup_context, {}, nil) + view_context.instance_variable_set(:@output_buffer, ActionView::OutputBuffer.new) + ivars.each do |key, value| view_context.instance_variable_set(:"@#{key}", value) end diff --git a/test/snapshots/herb/template_handler_test/test_0001_rendering_for_non-html_formats_compiled_c8807cd353a32d3fe22cb57023da8f18.txt b/test/snapshots/herb/template_handler_test/test_0001_rendering_for_non-html_formats_compiled_c8807cd353a32d3fe22cb57023da8f18.txt deleted file mode 100644 index 6f8a6e0..0000000 --- a/test/snapshots/herb/template_handler_test/test_0001_rendering_for_non-html_formats_compiled_c8807cd353a32d3fe22cb57023da8f18.txt +++ /dev/null @@ -1,2 +0,0 @@ - @output_buffer.safe_append='Plain text: '.freeze; @output_buffer.safe_expr_append=( 1 + 1 ); @output_buffer.safe_append=' ()'.freeze; -@output_buffer \ No newline at end of file diff --git a/test/template/handlers/herb_test.rb b/test/template/handlers/herb_test.rb index 004611a..b01a4b8 100644 --- a/test/template/handlers/herb_test.rb +++ b/test/template/handlers/herb_test.rb @@ -9,12 +9,12 @@ class Herb::TemplateHandlerTest < Minitest::Spec lookup_context = ActionView::LookupContext.new([]) @view_context = ActionView::Base.with_empty_template_cache.new(lookup_context, {}, nil) + @view_context.instance_variable_set(:@output_buffer, ActionView::OutputBuffer.new) end test "rendering for non-html formats" do template = "Plain text: <%= 1 + 1 %> ()" - assert_compiled_snapshot(template, format: :text) assert_evaluated_snapshot(template, format: :text, ivars: { name: "User" }) end