From c26d6fdd53203c8409374c713c7a04424497c6b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:28:10 +0000 Subject: [PATCH] Bump rubocop-sorbet from 0.8.5 to 0.8.6 (#335) Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) from 0.8.5 to 0.8.6. - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.8.5...v0.8.6) --- updated-dependencies: - dependency-name: rubocop-sorbet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2e8a7743..5542f582 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.22.1' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 3.2.0' -gem 'rubocop-sorbet', '~> 0.8.5' +gem 'rubocop-sorbet', '~> 0.8.6' gem 'simplecov-cobertura', '~> 2.1.0' gem 'sorbet', '~> 0.5.11631' gem 'tapioca', '~> 0.16.3' diff --git a/Gemfile.lock b/Gemfile.lock index da01d632..b2b0f309 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM rubocop (~> 1.0) rubocop-rspec (3.2.0) rubocop (~> 1.61) - rubocop-sorbet (0.8.5) + rubocop-sorbet (0.8.6) rubocop (>= 1) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -116,7 +116,7 @@ DEPENDENCIES rubocop-performance (~> 1.22.1) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.2.0) - rubocop-sorbet (~> 0.8.5) + rubocop-sorbet (~> 0.8.6) simplecov-cobertura (~> 2.1.0) sorbet (~> 0.5.11631) tapioca (~> 0.16.3)