0
0
Fork 0
polecat/Gemfile

18 lines
283 B
Ruby
Raw Normal View History

2011-05-07 19:32:28 +02:00
source "http://rubygems.org"
2011-07-22 16:31:22 +02:00
gem "veritas", :git => 'https://github.com/dkubb/veritas.git'
# comment out the gems, you don't want
group :preferred do
gem "virtus"
end
2011-05-07 19:32:28 +02:00
group :development do
gem "rspec"
gem "rdoc"
gem "yard"
gem "bundler"
gem "jeweler"
gem "reek"
2011-05-07 19:32:28 +02:00
end