From d8ee8ed5b62f7bc7ac1f54870d91979932cc0cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:06:56 -0700 Subject: [PATCH] Bump standard from 1.33.0 to 1.35.1 (#606) Bumps [standard](https://github.com/standardrb/standard) from 1.33.0 to 1.35.1. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.33.0...v1.35.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 75d99b9e..40143c1a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "middleman-minify-html" gem "middleman-syntax" gem "middleman-gh-pages" gem "redcarpet" -gem "standard", "~> 1.33" +gem "standard", "~> 1.35" diff --git a/Gemfile.lock b/Gemfile.lock index bb367613..f7c9a5dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,19 +125,19 @@ GEM regexp_parser (2.9.0) rexml (3.2.6) rouge (3.30.0) - rubocop (1.59.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) @@ -145,10 +145,10 @@ GEM sassc (2.4.0) ffi (~> 1.9) servolux (0.13.0) - standard (1.33.0) + standard (1.35.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.59.0) + rubocop (~> 1.62.0) standard-custom (~> 1.0.0) standard-performance (~> 1.3) standard-custom (1.0.2) @@ -182,7 +182,7 @@ DEPENDENCIES middleman-minify-html middleman-syntax redcarpet - standard (~> 1.33) + standard (~> 1.35) BUNDLED WITH 2.5.5