Skip to content

Commit c550fe3

Browse files
Bump rubocop-rails from 2.22.2 to 2.24.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.22.2 to 2.24.0. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.22.2...v2.24.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bdbc3d commit c550fe3

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ GEM
3737
i18n (1.14.1)
3838
concurrent-ruby (~> 1.0)
3939
json (2.7.1)
40+
language_server-protocol (3.17.0.3)
4041
loofah (2.22.0)
4142
crass (~> 1.0.2)
4243
nokogiri (>= 1.12.0)
@@ -52,8 +53,8 @@ GEM
5253
racc (~> 1.4)
5354
nokogiri (1.16.2-x86_64-linux)
5455
racc (~> 1.4)
55-
parallel (1.23.0)
56-
parser (3.2.2.4)
56+
parallel (1.24.0)
57+
parser (3.3.0.5)
5758
ast (~> 2.4.1)
5859
racc
5960
racc (1.7.3)
@@ -67,28 +68,29 @@ GEM
6768
nokogiri (~> 1.14)
6869
rainbow (3.1.1)
6970
rake (13.1.0)
70-
regexp_parser (2.8.3)
71+
regexp_parser (2.9.0)
7172
rexml (3.2.6)
72-
rubocop (1.48.1)
73+
rubocop (1.61.0)
7374
json (~> 2.3)
75+
language_server-protocol (>= 3.17.0)
7476
parallel (~> 1.10)
75-
parser (>= 3.2.0.0)
77+
parser (>= 3.3.0.2)
7678
rainbow (>= 2.2.2, < 4.0)
7779
regexp_parser (>= 1.8, < 3.0)
7880
rexml (>= 3.2.5, < 4.0)
79-
rubocop-ast (>= 1.26.0, < 2.0)
81+
rubocop-ast (>= 1.30.0, < 2.0)
8082
ruby-progressbar (~> 1.7)
8183
unicode-display_width (>= 2.4.0, < 3.0)
82-
rubocop-ast (1.30.0)
83-
parser (>= 3.2.1.0)
84+
rubocop-ast (1.31.1)
85+
parser (>= 3.3.0.4)
8486
rubocop-performance (1.19.1)
8587
rubocop (>= 1.7.0, < 2.0)
8688
rubocop-ast (>= 0.4.0)
87-
rubocop-rails (2.22.2)
89+
rubocop-rails (2.24.0)
8890
activesupport (>= 4.2.0)
8991
rack (>= 1.1)
9092
rubocop (>= 1.33.0, < 2.0)
91-
rubocop-ast (>= 1.30.0, < 2.0)
93+
rubocop-ast (>= 1.31.1, < 2.0)
9294
ruby-progressbar (1.13.0)
9395
tzinfo (2.0.6)
9496
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)