1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 17:15:46 +08:00

10 lines
110 B
Ruby
Raw Normal View History

2024-06-27 18:10:36 +08:00
source 'http://rubygems.org'
gem 'rake'
gem 'rspec'
gem 'vimrunner'
gem 'pry'
gem 'guard'
gem 'guard-rspec'