From 4aca3e1d3ae7cb45be294439f57dfb6ffb30c8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:01:06 +0000 Subject: [PATCH] build(deps-dev): bump standard from 1.31.0 to 1.31.1 Bumps [standard](https://github.com/standardrb/standard) from 1.31.0 to 1.31.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.31.0...v1.31.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 972256152..bf3dac3b6 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ group :development, :test do gem "byebug", platforms: [:mri, :mingw, :x64_mingw] gem "sqlite3", "~> 1.6" gem "rspec-rails" - gem "standard", "~> 1.31.0" + gem "standard", "~> 1.31.1" gem "factory_bot" gem "faker", "~> 3.2" gem "guard", "~> 2.18" diff --git a/Gemfile.lock b/Gemfile.lock index 162add79d..4ce28ece2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -362,7 +362,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.0) - rubocop (1.56.1) + rubocop (1.56.3) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -429,10 +429,10 @@ GEM sqlite3_ar_regexp (2.2.0) activerecord (>= 3.2) sqlite3 - standard (1.31.0) + standard (1.31.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.0) + rubocop (~> 1.56.2) standard-custom (~> 1.0.0) standard-performance (~> 1.2) standard-custom (1.0.2) @@ -519,7 +519,7 @@ DEPENDENCIES spring sqlite3 (~> 1.6) sqlite3_ar_regexp (~> 2.2) - standard (~> 1.31.0) + standard (~> 1.31.1) stopwords-filter2 sys-filesystem (~> 1.4) tzinfo-data