Skip to content

Commit db88b72

Browse files
chore(deps): bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `rubocop` from 1.71.2 to 1.72.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.72.2) 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) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03f3e43 commit db88b72

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,13 @@ GEM
235235
gemoji (>= 3, < 5)
236236
html-pipeline (~> 2.2)
237237
jekyll (>= 3.0, < 5.0)
238-
json (2.9.1)
238+
json (2.10.1)
239239
kramdown (2.4.0)
240240
rexml
241241
kramdown-parser-gfm (1.1.0)
242242
kramdown (~> 2.0)
243243
language_server-protocol (3.17.0.4)
244+
lint_roller (1.1.0)
244245
liquid (4.0.4)
245246
listen (3.9.0)
246247
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -300,9 +301,10 @@ GEM
300301
regexp_parser (2.10.0)
301302
rexml (3.4.0)
302303
rouge (3.30.0)
303-
rubocop (1.71.2)
304+
rubocop (1.72.2)
304305
json (~> 2.3)
305-
language_server-protocol (>= 3.17.0)
306+
language_server-protocol (~> 3.17.0.2)
307+
lint_roller (~> 1.1.0)
306308
parallel (~> 1.10)
307309
parser (>= 3.3.0.2)
308310
rainbow (>= 2.2.2, < 4.0)
@@ -312,9 +314,10 @@ GEM
312314
unicode-display_width (>= 2.4.0, < 4.0)
313315
rubocop-ast (1.38.0)
314316
parser (>= 3.3.1.0)
315-
rubocop-performance (1.23.1)
316-
rubocop (>= 1.48.1, < 2.0)
317-
rubocop-ast (>= 1.31.1, < 2.0)
317+
rubocop-performance (1.24.0)
318+
lint_roller (~> 1.1)
319+
rubocop (>= 1.72.1, < 2.0)
320+
rubocop-ast (>= 1.38.0, < 2.0)
318321
ruby-progressbar (1.13.0)
319322
rubyzip (2.4.1)
320323
safe_yaml (1.0.5)

0 commit comments

Comments
 (0)