Skip to content

Commit 3a2ddde

Browse files
Bump rubocop-performance from 1.14.3 to 1.19.1
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.14.3 to 1.19.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.14.3...v1.19.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f30d344 commit 3a2ddde

1 file changed

Lines changed: 19 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ GEM
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
ast (2.4.2)
22+
base64 (0.1.1)
2223
builder (3.2.4)
2324
concurrent-ruby (1.2.2)
2425
crass (1.0.6)
2526
diff-lcs (1.5.0)
2627
erubi (1.12.0)
2728
i18n (1.14.1)
2829
concurrent-ruby (~> 1.0)
29-
json (2.6.2)
30+
json (2.6.3)
31+
language_server-protocol (3.17.0.3)
3032
loofah (2.21.3)
3133
crass (~> 1.0.2)
3234
nokogiri (>= 1.12.0)
@@ -37,9 +39,10 @@ GEM
3739
racc (~> 1.4)
3840
nokogiri (1.15.4-x86_64-linux)
3941
racc (~> 1.4)
40-
parallel (1.22.1)
41-
parser (3.1.2.0)
42+
parallel (1.23.0)
43+
parser (3.2.2.3)
4244
ast (~> 2.4.1)
45+
racc
4346
racc (1.7.1)
4447
rack (3.0.8)
4548
rails-dom-testing (2.2.0)
@@ -51,8 +54,8 @@ GEM
5154
nokogiri (~> 1.14)
5255
rainbow (3.1.1)
5356
rake (13.0.6)
54-
regexp_parser (2.5.0)
55-
rexml (3.2.5)
57+
regexp_parser (2.8.1)
58+
rexml (3.2.6)
5659
rspec (3.12.0)
5760
rspec-core (~> 3.12.0)
5861
rspec-expectations (~> 3.12.0)
@@ -66,33 +69,35 @@ GEM
6669
diff-lcs (>= 1.2.0, < 2.0)
6770
rspec-support (~> 3.12.0)
6871
rspec-support (3.12.1)
69-
rubocop (1.31.2)
72+
rubocop (1.56.3)
73+
base64 (~> 0.1.1)
7074
json (~> 2.3)
75+
language_server-protocol (>= 3.17.0)
7176
parallel (~> 1.10)
72-
parser (>= 3.1.0.0)
77+
parser (>= 3.2.2.3)
7378
rainbow (>= 2.2.2, < 4.0)
7479
regexp_parser (>= 1.8, < 3.0)
7580
rexml (>= 3.2.5, < 4.0)
76-
rubocop-ast (>= 1.18.0, < 2.0)
81+
rubocop-ast (>= 1.28.1, < 2.0)
7782
ruby-progressbar (~> 1.7)
78-
unicode-display_width (>= 1.4.0, < 3.0)
79-
rubocop-ast (1.19.1)
80-
parser (>= 3.1.1.0)
83+
unicode-display_width (>= 2.4.0, < 3.0)
84+
rubocop-ast (1.29.0)
85+
parser (>= 3.2.1.0)
8186
rubocop-github (0.18.0)
8287
rubocop (>= 1.0.0)
8388
rubocop-performance
8489
rubocop-rails
85-
rubocop-performance (1.14.3)
90+
rubocop-performance (1.19.1)
8691
rubocop (>= 1.7.0, < 2.0)
8792
rubocop-ast (>= 0.4.0)
8893
rubocop-rails (2.15.2)
8994
activesupport (>= 4.2.0)
9095
rack (>= 1.1)
9196
rubocop (>= 1.7.0, < 2.0)
92-
ruby-progressbar (1.11.0)
97+
ruby-progressbar (1.13.0)
9398
tzinfo (2.0.6)
9499
concurrent-ruby (~> 1.0)
95-
unicode-display_width (2.2.0)
100+
unicode-display_width (2.4.2)
96101

97102
PLATFORMS
98103
arm64-darwin-21

0 commit comments

Comments
 (0)