Skip to content

Commit

Permalink
Bump rubocop-performance from 1.16.0 to 1.21.1
Browse files Browse the repository at this point in the history
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.16.0 to 1.21.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.16.0...v1.21.1)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2024
1 parent ccdf493 commit 5f41a07
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ GEM
hashdiff (1.0.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.2)
kgio (2.11.4)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.17.0)
minitest-around (0.5.0)
Expand All @@ -30,9 +31,10 @@ GEM
i18n (>= 0.6.4, <= 2)
oj (3.14.2)
ox (2.14.14)
parallel (1.22.1)
parser (3.2.1.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.4.6)
pry (0.14.2)
coderay (~> 1.1)
Expand All @@ -42,6 +44,7 @@ GEM
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
raabro (1.4.0)
racc (1.8.1)
rack (3.0.11)
rack-contrib (2.5.0)
rack (< 4)
Expand All @@ -52,33 +55,32 @@ GEM
rainbow (3.1.1)
raindrops (0.20.1)
rake (13.0.6)
regexp_parser (2.7.0)
rexml (3.3.6)
strscan
regexp_parser (2.9.2)
rexml (3.3.7)
roda (3.65.0)
rack
rubocop (1.46.0)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.28.0)
rubocop (>= 1.39, < 2.0)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-sequel (0.3.4)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
rufus-scheduler (3.8.2)
fugit (~> 1.1, >= 1.1.6)
sequel (5.65.0)
Expand All @@ -91,10 +93,9 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.6.0)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand Down

0 comments on commit 5f41a07

Please sign in to comment.