-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: 🚀 bundler: bump activesupport from 7.2.1 to 8.0.0 #823
Conversation
Bumps [activesupport](https://github.com/rails/rails) from 7.2.1 to 8.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.2.1...v8.0.0) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@@ -7,7 +7,7 @@ source "https://rubygems.org" | |||
ruby ">=2.6.10" | |||
|
|||
group :test do | |||
gem "activesupport", "< 8" # 7 requires Ruby 2.7 | |||
gem "activesupport", "< 9" # 7 requires Ruby 2.7 |
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.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Here are some friendly prose warnings from
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
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 activesupport from 7.2.1 to 8.0.0.
Release notes
Sourced from activesupport's releases.
... (truncated)
Changelog
Sourced from activesupport's changelog.
... (truncated)
Commits
dd8f718
Preparing for 8.0.0 release43425c8
Bump deprecation message to 8.13de9afc
Merge pull request #53546 from matthewd/dst_deprecation_fix6c84b11
Fix typos [ci-skip]1367b6a
Merge pull request #53508 from nisusam/fix_typos6283314
Preparing for 8.0.0.rc2 release70de9e6
Avoid redefining IpAddr#as_json if it already existd945562
Merge pull request #53376 from jeromedalbert/fix-api-docs-wrong-links35b3c7f
Preparing for 8.0.0.rc1 release48ce13f
Remove deprecated support to passing an array of strings to `ActiveSupport::D...Dependabot 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)