refactor: migrate Ruby installers to Gemfile

This commit is contained in:
Stefan Imhoff
2022-10-15 19:50:03 +02:00
parent e0e3cabd76
commit a57dd6d7be
3 changed files with 10 additions and 0 deletions

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "neovim"
gem "lunchy"
gem "git-up"
gem "erb_lint"