Skip to content

[backport 1.2.x] Fix Rails 7.1 CSRF token support #297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: 1.2-stable
Choose a base branch
from

Conversation

chadlwilson
Copy link
Contributor

Backports #296 (and a few minor maintenance commits) to v1.2.x

chadlwilson and others added 11 commits July 8, 2025 21:23
---
updated-dependencies:
- dependency-name: rack
  dependency-version: 2.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: rspec-core
  dependency-version: 3.13.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 804dd26)
Bumps the maven-deps group with 3 updates: [org.jruby:jruby-core](https://github.com/jruby/jruby), org.jruby.maven:bundler-maven-plugin and org.jruby.maven:rake-maven-plugin.

Updates `org.jruby:jruby-core` from 9.4.12.1 to 9.4.13.0
- [Release notes](https://github.com/jruby/jruby/releases)
- [Commits](jruby/jruby@9.4.12.1...9.4.13.0)

Updates `org.jruby.maven:bundler-maven-plugin` from 3.0.5 to 3.0.6

Updates `org.jruby.maven:rake-maven-plugin` from 3.0.5 to 3.0.6

Updates `org.jruby.maven:rake-maven-plugin` from 3.0.5 to 3.0.6

---
updated-dependencies:
- dependency-name: org.jruby:jruby-core
  dependency-version: 9.4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
- dependency-name: org.jruby.maven:bundler-maven-plugin
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
- dependency-name: org.jruby.maven:rake-maven-plugin
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
- dependency-name: org.jruby.maven:rake-maven-plugin
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 9836b37)
Bumps the actions-deps group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.244.0 to 1.245.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@13e7a03...a4effe4)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.245.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Previous lock files included a zeitwerk version requiring Ruby 3.2, i.e JRuby 10 causing unnecessary variation at install time.
@chadlwilson chadlwilson changed the base branch from master to 1.2-stable July 8, 2025 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants