Skip to content

Commit 1cbe8eb

Browse files
Bump standard from 1.47.0 to 1.49.0 (#2831)
Bumps [standard](https://github.com/standardrb/standard) from 1.47.0 to 1.49.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.47.0...v1.49.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.49.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6283fa8 commit 1cbe8eb

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GEM
9393
bundler
9494
rake
9595
thor (>= 0.14.0)
96-
ast (2.4.2)
96+
ast (2.4.3)
9797
awesome_print (1.9.2)
9898
base64 (0.2.0)
9999
benchmark (0.4.0)
@@ -228,13 +228,14 @@ GEM
228228
mini_portile2 (~> 2.8.2)
229229
racc (~> 1.4)
230230
parallel (1.26.3)
231-
parser (3.3.7.1)
231+
parser (3.3.7.4)
232232
ast (~> 2.4.1)
233233
racc
234234
pg (1.5.9)
235235
pp (0.6.2)
236236
prettyprint
237237
prettyprint (0.2.0)
238+
prism (1.4.0)
238239
psych (5.2.3)
239240
date
240241
stringio
@@ -311,22 +312,23 @@ GEM
311312
rspec-mocks (~> 3.13)
312313
rspec-support (~> 3.13)
313314
rspec-support (3.13.2)
314-
rubocop (1.73.2)
315+
rubocop (1.75.2)
315316
json (~> 2.3)
316317
language_server-protocol (~> 3.17.0.2)
317318
lint_roller (~> 1.1.0)
318319
parallel (~> 1.10)
319320
parser (>= 3.3.0.2)
320321
rainbow (>= 2.2.2, < 4.0)
321322
regexp_parser (>= 2.9.3, < 3.0)
322-
rubocop-ast (>= 1.38.0, < 2.0)
323+
rubocop-ast (>= 1.44.0, < 2.0)
323324
ruby-progressbar (~> 1.7)
324325
unicode-display_width (>= 2.4.0, < 4.0)
325-
rubocop-ast (1.38.1)
326-
parser (>= 3.3.1.0)
327-
rubocop-performance (1.24.0)
326+
rubocop-ast (1.44.0)
327+
parser (>= 3.3.7.2)
328+
prism (~> 1.4)
329+
rubocop-performance (1.25.0)
328330
lint_roller (~> 1.1)
329-
rubocop (>= 1.72.1, < 2.0)
331+
rubocop (>= 1.75.0, < 2.0)
330332
rubocop-ast (>= 1.38.0, < 2.0)
331333
ruby-progressbar (1.13.0)
332334
ruby-vips (2.2.3)
@@ -355,18 +357,18 @@ GEM
355357
actionpack (>= 6.1)
356358
activesupport (>= 6.1)
357359
sprockets (>= 3.0.0)
358-
standard (1.47.0)
360+
standard (1.49.0)
359361
language_server-protocol (~> 3.17.0.2)
360362
lint_roller (~> 1.0)
361-
rubocop (~> 1.73.0)
363+
rubocop (~> 1.75.2)
362364
standard-custom (~> 1.0.0)
363-
standard-performance (~> 1.7)
365+
standard-performance (~> 1.8)
364366
standard-custom (1.0.2)
365367
lint_roller (~> 1.0)
366368
rubocop (~> 1.50)
367-
standard-performance (1.7.0)
369+
standard-performance (1.8.0)
368370
lint_roller (~> 1.1)
369-
rubocop-performance (~> 1.24.0)
371+
rubocop-performance (~> 1.25.0)
370372
stringio (3.1.5)
371373
terminal-table (4.0.0)
372374
unicode-display_width (>= 1.1.1, < 4)

0 commit comments

Comments
 (0)