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/sorbet/tapioca/require.rb | |
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/sorbet/tapioca/require.rb')
-rw-r--r-- | tools/ruby-tools/sorbet/tapioca/require.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ruby-tools/sorbet/tapioca/require.rb b/tools/ruby-tools/sorbet/tapioca/require.rb new file mode 100644 index 0000000..80f31f8 --- /dev/null +++ b/tools/ruby-tools/sorbet/tapioca/require.rb @@ -0,0 +1,4 @@ +# typed: true +# frozen_string_literal: true + +# Add your extra requires here (`bin/tapioca require` can be used to bootstrap this list) |