From 2808b2131088c80bd83b1c0465c7965a812f0910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:10:24 +0000 Subject: [PATCH] Bump tapioca from 0.15.1 to 0.16.2 (#318) Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.15.1 to 0.16.2. - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](https://github.com/Shopify/tapioca/compare/v0.15.1...v0.16.2) --- updated-dependencies: - dependency-name: tapioca 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> --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 82421ff0..c4179c88 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,4 @@ gem 'rubocop-rspec', '~> 3.0.4' gem 'rubocop-sorbet', '~> 0.8.5' gem 'simplecov-cobertura', '~> 2.1.0' gem 'sorbet', '~> 0.5.11553' -gem 'tapioca', '~> 0.15.0' +gem 'tapioca', '~> 0.16.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5ffa47bc..db49ec40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,12 +19,12 @@ GEM parser (3.3.4.2) ast (~> 2.4.1) racc - prism (0.30.0) + prism (1.0.0) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - rbi (0.1.14) - prism (>= 0.18.0, < 1.0.0) + rbi (0.2.0) + prism (~> 1.0) sorbet-runtime (>= 0.5.9204) redcarpet (3.6.0) regexp_parser (2.9.2) @@ -84,22 +84,22 @@ GEM sorbet-static-and-runtime (0.5.11553) sorbet (= 0.5.11553) sorbet-runtime (= 0.5.11553) - spoom (1.3.3) + spoom (1.4.2) erubi (>= 1.10.0) prism (>= 0.28.0) sorbet-static-and-runtime (>= 0.5.10187) thor (>= 0.19.2) strscan (3.1.0) - tapioca (0.15.1) + tapioca (0.16.2) bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) - rbi (>= 0.1.4, < 0.2) + rbi (~> 0.2) sorbet-static-and-runtime (>= 0.5.11087) spoom (>= 1.2.0) thor (>= 1.2.0) yard-sorbet - thor (1.3.1) + thor (1.3.2) unicode-display_width (2.5.0) yard (0.9.36) @@ -121,7 +121,7 @@ DEPENDENCIES rubocop-sorbet (~> 0.8.5) simplecov-cobertura (~> 2.1.0) sorbet (~> 0.5.11553) - tapioca (~> 0.15.0) + tapioca (~> 0.16.2) yard-sorbet! BUNDLED WITH