Skip to content

Commit 1db51f9

Browse files
Bump rubocop-performance from 1.19.1 to 1.20.2
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.19.1 to 1.20.2. - [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.19.1...v1.20.2) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent abe1289 commit 1db51f9

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

+13-11
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ GEM
3838
i18n (1.14.1)
3939
concurrent-ruby (~> 1.0)
4040
json (2.7.1)
41+
language_server-protocol (3.17.0.3)
4142
loofah (2.22.0)
4243
crass (~> 1.0.2)
4344
nokogiri (>= 1.12.0)
@@ -53,8 +54,8 @@ GEM
5354
racc (~> 1.4)
5455
nokogiri (1.16.2-x86_64-linux)
5556
racc (~> 1.4)
56-
parallel (1.23.0)
57-
parser (3.2.2.4)
57+
parallel (1.24.0)
58+
parser (3.3.0.5)
5859
ast (~> 2.4.1)
5960
racc
6061
racc (1.7.3)
@@ -68,23 +69,24 @@ GEM
6869
nokogiri (~> 1.14)
6970
rainbow (3.1.1)
7071
rake (13.1.0)
71-
regexp_parser (2.8.3)
72+
regexp_parser (2.9.0)
7273
rexml (3.2.6)
73-
rubocop (1.48.1)
74+
rubocop (1.61.0)
7475
json (~> 2.3)
76+
language_server-protocol (>= 3.17.0)
7577
parallel (~> 1.10)
76-
parser (>= 3.2.0.0)
78+
parser (>= 3.3.0.2)
7779
rainbow (>= 2.2.2, < 4.0)
7880
regexp_parser (>= 1.8, < 3.0)
7981
rexml (>= 3.2.5, < 4.0)
80-
rubocop-ast (>= 1.26.0, < 2.0)
82+
rubocop-ast (>= 1.30.0, < 2.0)
8183
ruby-progressbar (~> 1.7)
8284
unicode-display_width (>= 2.4.0, < 3.0)
83-
rubocop-ast (1.30.0)
84-
parser (>= 3.2.1.0)
85-
rubocop-performance (1.19.1)
86-
rubocop (>= 1.7.0, < 2.0)
87-
rubocop-ast (>= 0.4.0)
85+
rubocop-ast (1.31.1)
86+
parser (>= 3.3.0.4)
87+
rubocop-performance (1.20.2)
88+
rubocop (>= 1.48.1, < 2.0)
89+
rubocop-ast (>= 1.30.0, < 2.0)
8890
rubocop-rails (2.22.2)
8991
activesupport (>= 4.2.0)
9092
rack (>= 1.1)

0 commit comments

Comments
 (0)