mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2026-01-20 22:32:52 +08:00
7 lines
106 B
Ruby
7 lines
106 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'rake'
|
|
gem 'vim-flavor', '~> 4.0'
|
|
end
|