From 373394c2fce4338c26ec830894ea19c65c8758b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:41:24 +0000 Subject: [PATCH] Bump rubocop-sorbet from 0.8.0 to 0.8.3 (#305) Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) from 0.8.0 to 0.8.3. - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.8.0...v0.8.3) --- 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 d2f7e083..2861f98a 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 2.29.1' -gem 'rubocop-sorbet', '~> 0.8.0' +gem 'rubocop-sorbet', '~> 0.8.3' gem 'simplecov-cobertura', '~> 2.1.0' gem 'sorbet', '~> 0.5.11319' gem 'tapioca', '~> 0.13.3' diff --git a/Gemfile.lock b/Gemfile.lock index 208a3c54..ff4ba872 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM rubocop-rspec_rails (~> 2.28) rubocop-rspec_rails (2.28.3) rubocop (~> 1.40) - rubocop-sorbet (0.8.0) + rubocop-sorbet (0.8.3) rubocop (>= 0.90.0) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -126,7 +126,7 @@ DEPENDENCIES rubocop-performance (~> 1.21.0) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.29.1) - rubocop-sorbet (~> 0.8.0) + rubocop-sorbet (~> 0.8.3) simplecov-cobertura (~> 2.1.0) sorbet (~> 0.5.11319) tapioca (~> 0.13.3)