-
Notifications
You must be signed in to change notification settings - Fork 137
[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
chadlwilson
wants to merge
12
commits into
jruby:1.2-stable
Choose a base branch
from
chadlwilson:1.2.x-fix-rails71-csrf
base: 1.2-stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 67725ab)
(cherry picked from commit 9015f76)
(cherry picked from commit c95bd52)
(cherry picked from commit 2e73d01)
(cherry picked from commit 210cbbc)
--- 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backports #296 (and a few minor maintenance commits) to v1.2.x