-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
784ed50
to
f53bc1d
Compare
I'm kind of baffled that this very blunt approach to upgrading is nevertheless passing tests...! I'd like to check with someone who knows Rails better than me before I merge this in, like @ryanwoldatwork or @rahearn... What do you say? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not too familiar with this specific application,
but moving from Rails 6 to 7 with minimal changes in a relatively small application is sane, and fortunate.
The team can opt into additional version-specific opinions/changes through update commands later.
If I run |
Happy to pair with you on it tomorrow afternoon and get the 7.1 defaults in if you still have a need. |
Wait are you saying that I can update the rails gem and then simply opt not to do the |
Ya. Feature specs passing indicate to me the app is working accordingly with the updated version of Rails and other gems just fine. |
f53bc1d
to
3e86d66
Compare
Bumps [rails](https://github.com/rails/rails) from 6.1.7.8 to 7.1.3.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.7.8...v7.1.3.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
3e86d66
to
9dfb718
Compare
|
I would not entirely agree with this assessment. Running I would highly recommend going through the official Rails Guides for upgrading: For example, note this aspect of upgrading from 6.1 to 7.0:
In addition, running https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#configure-framework-defaults |
That's 2 vs 1, so I'll finish updating |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps rails from 6.1.7.8 to 7.1.3.4.
Release notes
Sourced from rails's releases.
... (truncated)
Commits
19eebf6
Preparing for 7.1.3.4 releasebd7c28a
update changelog1ac6d40
Sanitize ActionText HTML ContentAttachment in Trix edit viewc7b9e0c
include the HTTP Permissions-Policy on non-HTML Content-Types747a03b
Preparing for 7.1.3.3 release260cb39
Upgrade Trix to 2.1.1 to fix [CVE-2024-34341][1]6f0d1ad
Preparing for 7.1.3.2 releasec25f0fc
Respect raise_on_missing_ in controllerd73ed95
Preparing for 7.1.3.1 release43037d8
update changelogDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)