Skip to content

Commit f95c630

Browse files
dependabot[bot]lindluni
authored andcommitted
Bump rubocop-performance from 1.15.2 to 1.17.1 in /dependencies
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.15.2 to 1.17.1. - [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.15.2...v1.17.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef98a6a commit f95c630

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencies/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
77
gem "rubocop", "~> 1.49.0"
88
gem "rubocop-github", "~> 0.20.0"
99
gem "rubocop-minitest", "~> 0.30.0"
10-
gem "rubocop-performance", "~>1.15.2"
10+
gem "rubocop-performance", "~>1.17.1"
1111
gem "rubocop-rails", "~> 2.19"
1212
gem "rubocop-rake", "~> 0.6.0"
1313
gem "rubocop-rspec", "~> 2.19.0"

dependencies/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GEM
3939
rubocop-rails (>= 2.17)
4040
rubocop-minitest (0.30.0)
4141
rubocop (>= 1.39, < 2.0)
42-
rubocop-performance (1.15.2)
42+
rubocop-performance (1.17.1)
4343
rubocop (>= 1.7.0, < 2.0)
4444
rubocop-ast (>= 0.4.0)
4545
rubocop-rails (2.19.0)
@@ -63,7 +63,7 @@ DEPENDENCIES
6363
rubocop (~> 1.49.0)
6464
rubocop-github (~> 0.20.0)
6565
rubocop-minitest (~> 0.30.0)
66-
rubocop-performance (~> 1.15.2)
66+
rubocop-performance (~> 1.17.1)
6767
rubocop-rails (~> 2.19)
6868
rubocop-rake (~> 0.6.0)
6969
rubocop-rspec (~> 2.19.0)

0 commit comments

Comments
 (0)