diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-09-22 14:24:06 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-09-22 14:24:06 -0700 |
| commit | 3d2c1758b46d2e0c617c1d586f6a9a042e60249a (patch) | |
| tree | ce68a0032fe36b6af7c8c8637779e3bbe39e727d | |
| parent | 7aa46ba84f06251f280d226f98cb06ef83a0a697 (diff) | |
Remove no longer needed hack
https://github.com/ruby-syntax-tree/syntax_tree-rbs/pull/34#issuecomment-1251394959
| -rw-r--r-- | test/formatters/installers/prettier-ruby.bash | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/formatters/installers/prettier-ruby.bash b/test/formatters/installers/prettier-ruby.bash index 611f5c6..0be3df0 100644 --- a/test/formatters/installers/prettier-ruby.bash +++ b/test/formatters/installers/prettier-ruby.bash @@ -4,12 +4,6 @@ apt-get install -y ruby ruby-dev gcc # Install the plugin npm install -g prettier @prettier/plugin-ruby -# Have to install from source because release not tagged yet -# https://github.com/ruby-syntax-tree/syntax_tree-rbs/pull/34 -# https://stackoverflow.com/a/11767563 -gem install specific_install -gem specific_install -l https://github.com/ruby-syntax-tree/syntax_tree-rbs.git - # These are required dependencies documented at # https://www.npmjs.com/package/@prettier/plugin-ruby gem install prettier_print syntax_tree syntax_tree-haml syntax_tree-rbs |
