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 | 26d843b555fb602b95dda3a9a84a3cc627398350 (patch) | |
tree | 3ae670759570cea831aedb8000e7d01344450e6f /tools/ruby-tools/Gemfile | |
parent | a7945dc177ed1f08154706519e87ef00a013860e (diff) | |
download | crupest-26d843b555fb602b95dda3a9a84a3cc627398350.tar.gz crupest-26d843b555fb602b95dda3a9a84a3cc627398350.tar.bz2 crupest-26d843b555fb602b95dda3a9a84a3cc627398350.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" |