-
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 rubocop-performance from 1.21.1 to 1.23.0 #831
fix: 🚀 bundler: bump rubocop-performance from 1.21.1 to 1.23.0 #831
Conversation
@@ -25,7 +25,7 @@ gem "rubocop-i18n", "~> 3.0.0" | |||
gem "rubocop-md", "~> 1.2.2" | |||
gem "rubocop-minitest", "~> 0.35.1" | |||
gem "rubocop-packaging", "~> 0.5.2" | |||
gem "rubocop-performance", "~> 1.21.1" | |||
gem "rubocop-performance", "~> 1.23.0" |
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. |
dcef820
to
64e4f01
Compare
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.21.1 to 1.23.0. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.21.1...v1.23.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
64e4f01
to
cdb5f84
Compare
Bumps rubocop-performance from 1.21.1 to 1.23.0.
Release notes
Sourced from rubocop-performance's releases.
Changelog
Sourced from rubocop-performance's changelog.
Commits
7c904d6
Cut 1.23.08633b3a
Update Changelog3806fc4
Merge pull request #474 from viralpraxis/add-new-cop-performance-string-bytesized3637be
[Fix #475] Add newPerformance/StringBytesize
cop1ae01bc
Suppress new RuboCop offensesfb0a21b
Use RuboCop RSpec 3.1c75628f
Switch back docs version to master69c5abc
Cut 1.22.13188974
Update Changelog100cdfe
Merge pull request #469 from koic/fix_false_positives_for_performance_big_dec...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)