From 887bfea9bc4256b59a192a47d23f21bc92f334cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:43:32 +0000 Subject: [PATCH] chore(deps-dev): bump standard from 1.43.0 to 1.44.0 Bumps [standard](https://github.com/standardrb/standard) from 1.43.0 to 1.44.0. - [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.43.0...v1.44.0) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index eb0c75e..4fe690a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec group :development, :test do gem "bundle-audit" - gem "standard", "~> 1.43.0" + gem "standard", "~> 1.44.0" gem "pry", "~> 0.15.2" gem "rspec" gem "rspec-its" diff --git a/Gemfile.lock b/Gemfile.lock index 3be08b5..192658d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM thor (~> 1.0) coderay (1.1.3) diff-lcs (1.5.1) - json (2.9.0) + json (2.9.1) language_server-protocol (3.17.0.3) lint_roller (1.1.0) method_source (1.1.0) @@ -27,7 +27,7 @@ GEM method_source (~> 1.0) racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.9.3) + regexp_parser (2.10.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -44,7 +44,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.69.1) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -54,16 +54,16 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.23.0) + rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - standard (1.43.0) + standard (1.44.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.69.1) + rubocop (~> 1.70.0) standard-custom (~> 1.0.0) standard-performance (~> 1.6) standard-custom (1.0.2) @@ -73,7 +73,7 @@ GEM lint_roller (~> 1.1) rubocop-performance (~> 1.23.0) thor (1.3.1) - unicode-display_width (3.1.2) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) @@ -90,7 +90,7 @@ DEPENDENCIES pry (~> 0.15.2) rspec rspec-its - standard (~> 1.43.0) + standard (~> 1.44.0) BUNDLED WITH 2.5.11