From 8f65c22f1eba107de469eace5da2ba4111e5bc7c Mon Sep 17 00:00:00 2001 From: Larry Reid Date: Thu, 23 Oct 2025 21:49:11 +0000 Subject: [PATCH 1/6] Upgrade to 8.1 --- .yarnrc | 2 +- Gemfile | 4 +- README.md | 24 +-- demo/Gemfile | 4 +- demo/Gemfile.lock | 189 +++++++++--------- demo/bin/brakeman | 7 + demo/bin/ci | 6 + demo/bin/setup | 1 + demo/bin/thrust | 5 + demo/config/application.rb | 1 + demo/config/boot.rb | 6 +- demo/config/ci.rb | 20 ++ demo/config/environments/development.rb | 10 +- demo/config/environments/production.rb | 4 +- .../initializers/content_security_policy.rb | 4 + .../initializers/filter_parameter_logging.rb | 4 +- demo/config/puma.rb | 5 +- demo/package.json | 9 +- demo/public/400.html | 31 ++- demo/public/404.html | 33 ++- demo/public/406-unsupported-browser.html | 29 ++- demo/public/422.html | 31 ++- demo/public/500.html | 33 ++- demo/yarn.lock | 41 ++-- gemfiles/8.1.gemfile | 9 + 25 files changed, 340 insertions(+), 172 deletions(-) create mode 100755 demo/bin/brakeman create mode 100755 demo/bin/ci create mode 100755 demo/bin/thrust create mode 100644 demo/config/ci.rb create mode 100644 gemfiles/8.1.gemfile diff --git a/.yarnrc b/.yarnrc index f117fe8f9..2372b8549 100644 --- a/.yarnrc +++ b/.yarnrc @@ -2,4 +2,4 @@ # yarn lockfile v1 -lastUpdateCheck 1750996124491 +lastUpdateCheck 1761241670837 diff --git a/Gemfile b/Gemfile index 1528994e4..d5e98d22c 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") gem "rails", BootstrapForm::REQUIRED_RAILS_VERSION -gem "sprockets-rails", require: "sprockets/railtie" -gem "sqlite3", "~> 2.1" +gem "propshaft" +gem "sqlite3" diff --git a/README.md b/README.md index 28eb4a7a0..e326e6c9e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ This generates the following HTML:
- +
@@ -170,7 +170,7 @@ This generates: A good password should be at least six characters long
- +
@@ -630,7 +630,7 @@ This generates:
- +
@@ -654,7 +654,7 @@ This generates:
- +