0
0
zero/Gemfile
2012-11-13 21:56:02 +01:00

10 lines
116 B
Ruby

source 'https://rubygems.org'
gemspec
group :guard do
gem 'guard'
gem 'guard-bundler'
gem 'guard-rspec'
end