mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2025-12-06 10:04:23 +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', '~> 3.0'
|
|
end
|