Skip to content

Commit

Permalink
Update tapioca requirement from ~> 0.12.0 to ~> 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tapioca](https://github.com/Shopify/tapioca) to permit the latest version.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: tapioca
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent ce023f2 commit 7111622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ group :development, :test do
gem "rspec-sorbet"
gem "rubocop", "~> 1.33"
gem "rubocop-rspec", "~> 2.22"
gem "tapioca", "~> 0.12.0", require: false
gem "tapioca", "~> 0.13.0", require: false
gem "yard"
end

0 comments on commit 7111622

Please sign in to comment.