Skip to content

Commit 9807139

Browse files
Bump rubocop-rails from 2.29.1 to 2.30.1
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.29.1 to 2.30.1. - [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.29.1...v2.30.1) --- 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 996d11c commit 9807139

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Gemfile.lock

+10-7
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ GEM
4040
erubi (1.13.0)
4141
i18n (1.14.7)
4242
concurrent-ruby (~> 1.0)
43-
json (2.10.0)
43+
json (2.10.1)
4444
language_server-protocol (3.17.0.4)
45-
logger (1.6.5)
45+
lint_roller (1.1.0)
46+
logger (1.6.6)
4647
loofah (2.23.1)
4748
crass (~> 1.0.2)
4849
nokogiri (>= 1.12.0)
@@ -74,9 +75,10 @@ GEM
7475
rainbow (3.1.1)
7576
rake (13.2.1)
7677
regexp_parser (2.10.0)
77-
rubocop (1.71.2)
78+
rubocop (1.72.2)
7879
json (~> 2.3)
79-
language_server-protocol (>= 3.17.0)
80+
language_server-protocol (~> 3.17.0.2)
81+
lint_roller (~> 1.1.0)
8082
parallel (~> 1.10)
8183
parser (>= 3.3.0.2)
8284
rainbow (>= 2.2.2, < 4.0)
@@ -89,11 +91,12 @@ GEM
8991
rubocop-performance (1.23.1)
9092
rubocop (>= 1.48.1, < 2.0)
9193
rubocop-ast (>= 1.31.1, < 2.0)
92-
rubocop-rails (2.29.1)
94+
rubocop-rails (2.30.1)
9395
activesupport (>= 4.2.0)
96+
lint_roller (~> 1.1)
9497
rack (>= 1.1)
95-
rubocop (>= 1.52.0, < 2.0)
96-
rubocop-ast (>= 1.31.1, < 2.0)
98+
rubocop (>= 1.72.1, < 2.0)
99+
rubocop-ast (>= 1.38.0, < 2.0)
97100
ruby-progressbar (1.13.0)
98101
securerandom (0.3.2)
99102
tzinfo (2.0.6)

0 commit comments

Comments
 (0)