diff options
author | crupest <crupest@outlook.com> | 2023-12-11 15:02:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-03-25 22:12:33 +0800 |
commit | 652080cb089d9bdecad66e67715ea9e6cb344386 (patch) | |
tree | 3ae670759570cea831aedb8000e7d01344450e6f /tools/ruby-tools/Gemfile | |
parent | 50092d271b91111d10a1a3cebfe27ba232ab06af (diff) | |
download | crupest-652080cb089d9bdecad66e67715ea9e6cb344386.tar.gz crupest-652080cb089d9bdecad66e67715ea9e6cb344386.tar.bz2 crupest-652080cb089d9bdecad66e67715ea9e6cb344386.zip |
tools(ruby-tools): add ruby-tools to here.
Diffstat (limited to 'tools/ruby-tools/Gemfile')
-rw-r--r-- | tools/ruby-tools/Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ruby-tools/Gemfile b/tools/ruby-tools/Gemfile new file mode 100644 index 0000000..f69d323 --- /dev/null +++ b/tools/ruby-tools/Gemfile @@ -0,0 +1,4 @@ +source "https://rubygems.org" + +gem "sorbet", group: :development +gem "sorbet-runtime" |