Skip to content

Commit af47685

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] <[email protected]>
1 parent d3ace20 commit af47685

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ GEM
2727
tzinfo (~> 2.0)
2828
ast (2.4.2)
2929
base64 (0.2.0)
30-
bigdecimal (3.1.4)
30+
bigdecimal (3.1.6)
3131
builder (3.2.4)
32-
concurrent-ruby (1.2.2)
32+
concurrent-ruby (1.2.3)
3333
connection_pool (2.4.1)
3434
crass (1.0.6)
35-
drb (2.2.0)
36-
ruby2_keywords
35+
drb (2.2.1)
3736
erubi (1.12.0)
3837
i18n (1.14.1)
3938
concurrent-ruby (~> 1.0)
4039
json (2.7.1)
40+
language_server-protocol (3.17.0.3)
4141
loofah (2.22.0)
4242
crass (~> 1.0.2)
4343
nokogiri (>= 1.12.0)
@@ -53,8 +53,8 @@ GEM
5353
racc (~> 1.4)
5454
nokogiri (1.16.2-x86_64-linux)
5555
racc (~> 1.4)
56-
parallel (1.23.0)
57-
parser (3.2.2.4)
56+
parallel (1.24.0)
57+
parser (3.3.0.5)
5858
ast (~> 2.4.1)
5959
racc
6060
racc (1.7.3)
@@ -68,30 +68,30 @@ GEM
6868
nokogiri (~> 1.14)
6969
rainbow (3.1.1)
7070
rake (13.1.0)
71-
regexp_parser (2.8.3)
71+
regexp_parser (2.9.0)
7272
rexml (3.2.6)
73-
rubocop (1.48.1)
73+
rubocop (1.61.0)
7474
json (~> 2.3)
75+
language_server-protocol (>= 3.17.0)
7576
parallel (~> 1.10)
76-
parser (>= 3.2.0.0)
77+
parser (>= 3.3.0.2)
7778
rainbow (>= 2.2.2, < 4.0)
7879
regexp_parser (>= 1.8, < 3.0)
7980
rexml (>= 3.2.5, < 4.0)
80-
rubocop-ast (>= 1.26.0, < 2.0)
81+
rubocop-ast (>= 1.30.0, < 2.0)
8182
ruby-progressbar (~> 1.7)
8283
unicode-display_width (>= 2.4.0, < 3.0)
83-
rubocop-ast (1.30.0)
84-
parser (>= 3.2.1.0)
84+
rubocop-ast (1.31.1)
85+
parser (>= 3.3.0.4)
8586
rubocop-performance (1.19.1)
8687
rubocop (>= 1.7.0, < 2.0)
8788
rubocop-ast (>= 0.4.0)
88-
rubocop-rails (2.22.2)
89+
rubocop-rails (2.24.0)
8990
activesupport (>= 4.2.0)
9091
rack (>= 1.1)
9192
rubocop (>= 1.33.0, < 2.0)
92-
rubocop-ast (>= 1.30.0, < 2.0)
93+
rubocop-ast (>= 1.31.1, < 2.0)
9394
ruby-progressbar (1.13.0)
94-
ruby2_keywords (0.0.5)
9595
tzinfo (2.0.6)
9696
concurrent-ruby (~> 1.0)
9797
unicode-display_width (2.5.0)

0 commit comments

Comments
 (0)