From 27b5fa656bea12efef0110a8e210d1f8ae7f07bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 06:09:26 +0000 Subject: [PATCH] build(deps-dev): update standard requirement from 1.39.0 to 1.39.1 Updates the requirements on [standard](https://github.com/standardrb/standard) to permit the latest version. - [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.39.0...v1.39.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e5decc18b9..b43eb457fc 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :development do gem "simplecov", "= 0.21.2" # rubocop - gem "standard", "1.39.0", require: false + gem "standard", "1.39.1", require: false gem "rubocop", "1.64.1", require: false gem "rubocop-minitest", "0.35.0", require: false gem "rubocop-packaging", "0.5.2", require: false