0
0
zero/Gemfile
2012-11-14 07:28:07 +01:00

14 lines
149 B
Ruby

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