Skip to content

Commit 94772e3

Browse files
Bump rubocop-rails from 2.30.3 to 2.31.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.30.3 to 2.31.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.30.3...v2.31.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f80661 commit 94772e3

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GEM
2828
mutex_m
2929
securerandom (>= 0.3)
3030
tzinfo (~> 2.0)
31-
ast (2.4.2)
31+
ast (2.4.3)
3232
base64 (0.2.0)
3333
benchmark (0.4.0)
3434
bigdecimal (3.1.9)
@@ -43,7 +43,7 @@ GEM
4343
json (2.10.2)
4444
language_server-protocol (3.17.0.4)
4545
lint_roller (1.1.0)
46-
logger (1.6.6)
46+
logger (1.7.0)
4747
loofah (2.24.0)
4848
crass (~> 1.0.2)
4949
nokogiri (>= 1.12.0)
@@ -60,9 +60,10 @@ GEM
6060
nokogiri (1.18.3-x86_64-linux-gnu)
6161
racc (~> 1.4)
6262
parallel (1.26.3)
63-
parser (3.3.7.1)
63+
parser (3.3.7.4)
6464
ast (~> 2.4.1)
6565
racc
66+
prism (1.4.0)
6667
racc (1.8.1)
6768
rack (3.1.12)
6869
rails-dom-testing (2.2.0)
@@ -75,28 +76,29 @@ GEM
7576
rainbow (3.1.1)
7677
rake (13.2.1)
7778
regexp_parser (2.10.0)
78-
rubocop (1.74.0)
79+
rubocop (1.75.2)
7980
json (~> 2.3)
8081
language_server-protocol (~> 3.17.0.2)
8182
lint_roller (~> 1.1.0)
8283
parallel (~> 1.10)
8384
parser (>= 3.3.0.2)
8485
rainbow (>= 2.2.2, < 4.0)
8586
regexp_parser (>= 2.9.3, < 3.0)
86-
rubocop-ast (>= 1.38.0, < 2.0)
87+
rubocop-ast (>= 1.44.0, < 2.0)
8788
ruby-progressbar (~> 1.7)
8889
unicode-display_width (>= 2.4.0, < 4.0)
89-
rubocop-ast (1.39.0)
90-
parser (>= 3.3.1.0)
90+
rubocop-ast (1.44.0)
91+
parser (>= 3.3.7.2)
92+
prism (~> 1.4)
9193
rubocop-performance (1.24.0)
9294
lint_roller (~> 1.1)
9395
rubocop (>= 1.72.1, < 2.0)
9496
rubocop-ast (>= 1.38.0, < 2.0)
95-
rubocop-rails (2.30.3)
97+
rubocop-rails (2.31.0)
9698
activesupport (>= 4.2.0)
9799
lint_roller (~> 1.1)
98100
rack (>= 1.1)
99-
rubocop (>= 1.72.1, < 2.0)
101+
rubocop (>= 1.75.0, < 2.0)
100102
rubocop-ast (>= 1.38.0, < 2.0)
101103
ruby-progressbar (1.13.0)
102104
securerandom (0.3.2)

0 commit comments

Comments
 (0)