Files
vim-lsp-settings-mirror/installer/install-solargraph.cmd
ichizok 759bf16be6 Fix warnings about the deprecated options of bundle
Use "bundle config set --local" to set "path" and "without" flags.
2022-01-25 15:40:37 +09:00

19 lines
343 B
Batchfile

@echo off
git clone --depth=1 https://github.com/castwide/solargraph .
call bundle config set --local path vendor/bundle
call bundle config set --local without development
call bundle install
echo @echo off ^
setlocal ^
set BUNDLE_GEMFILE=%%~dp0Gemfile ^
bundle exec ruby %%~dp0\bin\solargraph %%* ^
> solargraph.cmd