diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d5b86537..f967ff7e 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -9,14 +9,14 @@ jobs: Lint: runs-on: ubuntu-latest env: - BUNDLE_GEMFILE: gemfiles/7.1.gemfile + BUNDLE_GEMFILE: gemfiles/7.2.gemfile steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.7 + ruby-version: 3.2.9 bundler-cache: true # Disabled since it requires access not granted by GitHub Actions for PRs # - name: Danger @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: ruby-version: [ '3.4', '3.3', '3.2', 'ruby-head' ] - gemfile: [ '8.0', '7.2', '7.1', 'edge' ] + gemfile: [ '8.1', '8.0', '7.2', 'edge' ] env: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile steps: diff --git a/.yarnrc b/.yarnrc index f117fe8f..2372b854 100644 --- a/.yarnrc +++ b/.yarnrc @@ -2,4 +2,4 @@ # yarn lockfile v1 -lastUpdateCheck 1750996124491 +lastUpdateCheck 1761241670837 diff --git a/Gemfile b/Gemfile index 1528994e..d5e98d22 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 28eb4a7a..e326e6c9 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:
- +