Skip to content

Commit 891d942

Browse files
build(deps-dev): Bump the rubocop group across 1 directory with 5 updates
Bumps the rubocop group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [parser](https://github.com/whitequark/parser) | `3.3.6.0` | `3.3.7.1` | | [rubocop-md](https://github.com/rubocop/rubocop-md) | `1.2.4` | `2.0.0` | | [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.36.0` | `0.37.1` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.23.1` | `1.24.0` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.28.0` | `2.30.3` | Updates `parser` from 3.3.6.0 to 3.3.7.1 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](whitequark/parser@v3.3.6.0...v3.3.7.1) Updates `rubocop-md` from 1.2.4 to 2.0.0 - [Release notes](https://github.com/rubocop/rubocop-md/releases) - [Changelog](https://github.com/rubocop/rubocop-md/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-md@v1.2.4...v2.0.0) Updates `rubocop-minitest` from 0.36.0 to 0.37.1 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.36.0...v0.37.1) Updates `rubocop-performance` from 1.23.1 to 1.24.0 - [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.23.1...v1.24.0) Updates `rubocop-rails` from 2.28.0 to 2.30.3 - [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.28.0...v2.30.3) --- updated-dependencies: - dependency-name: parser dependency-type: indirect update-type: version-update:semver-patch dependency-group: rubocop - dependency-name: rubocop-md dependency-type: indirect update-type: version-update:semver-major dependency-group: rubocop - dependency-name: rubocop-minitest dependency-type: indirect update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-performance dependency-type: indirect update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-type: indirect update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebaafc2 commit 891d942

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

Gemfile.lock

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GEM
9090
xpath (~> 3.2)
9191
code-scanning-rubocop (0.6.1)
9292
rubocop (~> 1.0)
93-
concurrent-ruby (1.3.4)
93+
concurrent-ruby (1.3.5)
9494
crass (1.0.6)
9595
date (3.4.1)
9696
debug (1.10.0)
@@ -109,7 +109,7 @@ GEM
109109
ffi (1.17.1)
110110
globalid (1.2.1)
111111
activesupport (>= 6.1)
112-
i18n (1.14.6)
112+
i18n (1.14.7)
113113
concurrent-ruby (~> 1.0)
114114
image_processing (1.14.0)
115115
mini_magick (>= 4.9.5, < 6)
@@ -161,7 +161,7 @@ GEM
161161
mini_portile2 (~> 2.8.2)
162162
racc (~> 1.4)
163163
parallel (1.26.3)
164-
parser (3.3.6.0)
164+
parser (3.3.7.1)
165165
ast (~> 2.4.1)
166166
racc
167167
pp (0.6.2)
@@ -252,21 +252,25 @@ GEM
252252
unicode-display_width (>= 2.4.0, < 4.0)
253253
rubocop-ast (1.38.1)
254254
parser (>= 3.3.1.0)
255-
rubocop-md (1.2.4)
256-
rubocop (>= 1.45)
257-
rubocop-minitest (0.36.0)
258-
rubocop (>= 1.61, < 2.0)
259-
rubocop-ast (>= 1.31.1, < 2.0)
255+
rubocop-md (2.0.0)
256+
lint_roller (~> 1.1)
257+
rubocop (>= 1.72.1)
258+
rubocop-minitest (0.37.1)
259+
lint_roller (~> 1.1)
260+
rubocop (>= 1.72.1, < 2.0)
261+
rubocop-ast (>= 1.38.0, < 2.0)
260262
rubocop-packaging (0.5.2)
261263
rubocop (>= 1.33, < 2.0)
262-
rubocop-performance (1.23.1)
263-
rubocop (>= 1.48.1, < 2.0)
264-
rubocop-ast (>= 1.31.1, < 2.0)
265-
rubocop-rails (2.28.0)
264+
rubocop-performance (1.24.0)
265+
lint_roller (~> 1.1)
266+
rubocop (>= 1.72.1, < 2.0)
267+
rubocop-ast (>= 1.38.0, < 2.0)
268+
rubocop-rails (2.30.3)
266269
activesupport (>= 4.2.0)
270+
lint_roller (~> 1.1)
267271
rack (>= 1.1)
268-
rubocop (>= 1.52.0, < 2.0)
269-
rubocop-ast (>= 1.31.1, < 2.0)
272+
rubocop (>= 1.72.1, < 2.0)
273+
rubocop-ast (>= 1.38.0, < 2.0)
270274
rubocop-rails_config (1.16.0)
271275
rubocop (>= 1.57.0)
272276
rubocop-ast (>= 1.26.0)

0 commit comments

Comments
 (0)