aboutsummaryrefslogtreecommitdiff
path: root/tools/ruby-tools/Gemfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-12-11 15:02:08 +0800
committercrupest <crupest@outlook.com>2024-03-25 22:12:33 +0800
commit652080cb089d9bdecad66e67715ea9e6cb344386 (patch)
tree3ae670759570cea831aedb8000e7d01344450e6f /tools/ruby-tools/Gemfile
parent50092d271b91111d10a1a3cebfe27ba232ab06af (diff)
downloadcrupest-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/Gemfile4
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"