Sorbet install: Difference between revisions

From wikinotes
No edit summary
Line 7: Line 7:
gem "sorbet-runtime"
gem "sorbet-runtime"
gem "sorbet-static"
gem "sorbet-static"
gem "tapioca"
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Gemfile -->
</blockquote><!-- Gemfile -->

Revision as of 20:06, 4 November 2023

Gemfile

source "https://rubygems.org"

gem "sorbet"
gem "sorbet-runtime"
gem "sorbet-static"
gem "tapioca"

Init

bundle exec srb init

Dependencies

aur sync watchman-bin
pacman -S watchman-bin