From cac0722d8047a391db8220d87a30b1de23fd9b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:07:57 +0000 Subject: [PATCH] Bump standard from 1.31.1 to 1.31.2 Bumps [standard](https://github.com/standardrb/standard) from 1.31.1 to 1.31.2. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/commits) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7391a7a9..4101ee23 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.31.1", require: false + gem "standard", "1.31.2", require: false gem "brakeman", require: false gem "fasterer", require: false gem "bundler-audit", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 5ee04085..3bc0e15d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,10 +290,10 @@ GEM sshkit (1.21.5) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - standard (1.31.1) + standard (1.31.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.2) + rubocop (~> 1.56.4) standard-custom (~> 1.0.0) standard-performance (~> 1.2) standard-custom (1.0.2) @@ -347,7 +347,7 @@ DEPENDENCIES simplecov sprockets-rails sshkit - standard (= 1.31.1) + standard (= 1.31.2) tzinfo-data uri (>= 0.12.2)