0
0
Fork 0
zero/Gemfile

17 lines
204 B
Ruby
Raw Normal View History

2012-11-08 21:29:04 +01:00
source 'https://rubygems.org'
2012-10-11 06:37:23 +02:00
gemspec
2012-11-13 21:56:02 +01:00
2012-12-12 18:39:16 +01:00
group :development do
2012-11-13 21:56:02 +01:00
gem 'guard'
gem 'guard-bundler'
gem 'guard-rspec'
2012-12-12 18:39:16 +01:00
gem 'yard'
gem 'redcarpet'
2012-11-13 21:56:02 +01:00
end
2012-11-14 07:28:07 +01:00
group :test do
gem 'thor'
2012-11-23 19:29:06 +01:00
gem 'simplecov'
2012-11-14 07:28:07 +01:00
end