Skip to content

Commit 32b5f46

Browse files
build(deps-dev): update rubocop-performance requirement
Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [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.22.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f63762 commit 32b5f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ group :development do
2828
gem "rubocop", "1.64.1", require: false
2929
gem "rubocop-minitest", "0.36.0", require: false
3030
gem "rubocop-packaging", "0.5.2", require: false
31-
gem "rubocop-performance", "1.21.1", require: false
31+
gem "rubocop-performance", "1.22.1", require: false
3232
gem "rubocop-rake", "0.6.0", require: false
3333
end
3434

0 commit comments

Comments
 (0)