From 64d39f67111dc60d557c90360c8757fa638e4b41 Mon Sep 17 00:00:00 2001 From: Kirill Mokevnin Date: Fri, 13 Dec 2024 13:23:21 -0500 Subject: [PATCH] fix make Signed-off-by: Kirill Mokevnin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be38b14..d731be8 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ deps-pip: # pip3 install --upgrade autopep8 flake8 bandit pytype # black deps-gem: - gem install --no-document neovim neovim-ruby-host asciidoctor asciidoctor-diagram + gem install --no-document neovim asciidoctor asciidoctor-diagram # gem install --no-document solargraph solargraph-rails # gem install --no-document rubocop rubocop-rspec rubocop-rails rubocop-performance rubocop-rake # gem install --no-document sorbet sorbet-runtime