From 9bc512fc8586a1ea03ad9d761d858fa5754058e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:49:15 +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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 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 f726b154..4197548a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM rake (13.0.6) rdoc (6.5.0) psych (>= 4.0.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) reline (0.3.9) io-console (~> 0.5) rexml (3.2.6) @@ -290,18 +290,18 @@ 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) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.2.0) + standard-performance (1.2.1) lint_roller (~> 1.1) - rubocop-performance (~> 1.19.0) + rubocop-performance (~> 1.19.1) stringio (3.0.8) thor (1.2.2) timeout (0.4.0) @@ -347,7 +347,7 @@ DEPENDENCIES simplecov sprockets-rails sshkit - standard (= 1.31.1) + standard (= 1.31.2) tzinfo-data uri (>= 0.12.2)