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 | 719e7980180a83d2f23442641bbecc7c8c6f97ec (patch) | |
tree | f43915e1f58903cc2afea166414a58dd9e63dd7a /tools/ruby-tools/Gemfile | |
parent | b109ae78fb51c8f288e18c28cfd711f0192b20c8 (diff) | |
download | crupest-719e7980180a83d2f23442641bbecc7c8c6f97ec.tar.gz crupest-719e7980180a83d2f23442641bbecc7c8c6f97ec.tar.bz2 crupest-719e7980180a83d2f23442641bbecc7c8c6f97ec.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] |