diff options
| -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 |
