diff options
author | crupest <crupest@outlook.com> | 2024-09-07 03:00:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-09-07 03:00:33 +0800 |
commit | faeef2cd919939ad9a3a276f2c603d7be9acb9ba (patch) | |
tree | f43915e1f58903cc2afea166414a58dd9e63dd7a /tools/ruby-tools/Gemfile | |
parent | 8c7363cab0c31db715484f6c3b59cc4f983d7373 (diff) | |
download | crupest-faeef2cd919939ad9a3a276f2c603d7be9acb9ba.tar.gz crupest-faeef2cd919939ad9a3a276f2c603d7be9acb9ba.tar.bz2 crupest-faeef2cd919939ad9a3a276f2c603d7be9acb9ba.zip |
tool(ruby-tools): update deps.
Diffstat (limited to 'tools/ruby-tools/Gemfile')
-rw-r--r-- | tools/ruby-tools/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ruby-tools/Gemfile b/tools/ruby-tools/Gemfile index f69d323..e8df7d9 100644 --- a/tools/ruby-tools/Gemfile +++ b/tools/ruby-tools/Gemfile @@ -2,3 +2,4 @@ source "https://rubygems.org" gem "sorbet", group: :development gem "sorbet-runtime" +gem 'tapioca', require: false, :group => [:development, :test] |