From 69cc4921a28a97fe0bd2df787ff18a89ff81b3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:54:24 +0100 Subject: [PATCH] deps(bundler): bump standard from 1.34.0 to 1.35.1 in /dependencies (#5426) Bumps [standard](https://github.com/standardrb/standard) from 1.34.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.34.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> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index f2d569a9..ece73bc2 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -11,4 +11,4 @@ gem "rubocop-performance", "~>1.20.2" gem "rubocop-rails", "~> 2.24" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.27.1" -gem "standard", "~>1.34" +gem "standard", "~>1.35" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index e69c6ab6..2d1fb708 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -72,10 +72,10 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) - standard (1.34.0) + standard (1.35.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.60) + rubocop (~> 1.62.0) standard-custom (~> 1.0.0) standard-performance (~> 1.3) standard-custom (1.0.2) @@ -99,7 +99,7 @@ DEPENDENCIES rubocop-rails (~> 2.24) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.27.1) - standard (~> 1.34) + standard (~> 1.35) BUNDLED WITH 2.3.26