From a5f973dce1f6a91baa39c73ca2b2a1577a03baf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:59:31 +0000 Subject: [PATCH] Update tapioca requirement from ~> 0.11.7 to ~> 0.12.0 Updates the requirements on [tapioca](https://github.com/Shopify/tapioca) to permit the latest version. - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](https://github.com/Shopify/tapioca/compare/v0.11.7...v0.12.0) --- updated-dependencies: - dependency-name: tapioca 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 d4c9bc4..891c5f2 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,6 @@ group :development, :test do gem "rspec-sorbet" gem "rubocop", "~> 1.33" gem "rubocop-rspec", "~> 2.22" - gem "tapioca", "~> 0.11.7", require: false + gem "tapioca", "~> 0.12.0", require: false gem "yard" end