Gemfile: add tapioca gem

This commit is contained in:
vidusheeamoli 2020-06-14 02:01:10 +05:30
parent 797507fa4c
commit 73d2c98689
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -130,6 +130,7 @@
**/vendor/bundle/ruby/*/gems/simplecov-html-*/
**/vendor/bundle/ruby/*/gems/sorbet-*/
**/vendor/bundle/ruby/*/gems/sorbet-runtime-*/
**/vendor/bundle/ruby/*/gems/tapioca-*/
**/vendor/bundle/ruby/*/gems/term-ansicolor-*/
**/vendor/bundle/ruby/*/gems/thor-*/
**/vendor/bundle/ruby/*/gems/tins-*/

View File

@ -16,6 +16,7 @@ gem "simplecov", require: false
if ENV["HOMEBREW_SORBET"]
gem "sorbet"
gem "sorbet-runtime"
gem "tapioca"
end
# vendored gems