Skip to content

Commit a6b3814

Browse files
Bump rubocop-performance from 1.14.2 to 1.14.3 (#408)
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.14.2 to 1.14.3. - [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.14.2...v1.14.3) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 172ecd4 commit a6b3814

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :test do
1919
gem "climate_control", "~> 1.2.0"
2020
gem "rspec", "~> 3.11.0"
2121
gem "rubocop", "~> 1.31.2"
22-
gem "rubocop-performance", "~> 1.14.2"
22+
gem "rubocop-performance", "~> 1.14.3"
2323
gem "simplecov", "~> 0.21.2"
2424
gem "simplecov-console", "~> 0.9.1"
2525
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ GEM
118118
rubocop-ast (>= 1.18.0, < 2.0)
119119
ruby-progressbar (~> 1.7)
120120
unicode-display_width (>= 1.4.0, < 3.0)
121-
rubocop-ast (1.18.0)
121+
rubocop-ast (1.19.1)
122122
parser (>= 3.1.1.0)
123-
rubocop-performance (1.14.2)
123+
rubocop-performance (1.14.3)
124124
rubocop (>= 1.7.0, < 2.0)
125125
rubocop-ast (>= 0.4.0)
126126
ruby-progressbar (1.11.0)
@@ -178,7 +178,7 @@ DEPENDENCIES
178178
rake (~> 13.0.6)
179179
rspec (~> 3.11.0)
180180
rubocop (~> 1.31.2)
181-
rubocop-performance (~> 1.14.2)
181+
rubocop-performance (~> 1.14.3)
182182
semver2 (~> 3.4)
183183
simplecov (~> 0.21.2)
184184
simplecov-console (~> 0.9.1)

0 commit comments

Comments
 (0)