From 253eb4c0608c931105ffb1079a66e39665ff0730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:31:44 +0000 Subject: [PATCH] Bump standard from 1.32.0 to 1.32.1 Bumps [standard](https://github.com/standardrb/standard) from 1.32.0 to 1.32.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.32.0...v1.32.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dd95942a..7fad32b0 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ group :development do gem "rubocop-disable_syntax", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false - gem "standard", "1.32.0", require: false + gem "standard", "1.32.1", require: false gem "brakeman", require: false gem "fasterer", require: false gem "bundler-audit", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8496d189..bc9a9d2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,7 +279,7 @@ GEM sshkit (1.21.6) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - standard (1.32.0) + standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.57.2) @@ -336,7 +336,7 @@ DEPENDENCIES rubocop-rails simplecov sshkit - standard (= 1.32.0) + standard (= 1.32.1) tzinfo-data uri (>= 0.12.2)