1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/Gemfile

15 lines
296 B
Text
Raw Normal View History

source "http://rubygems.org"
gem "cucumber", "~> 1.0.0"
gem "rake"
2010-11-11 15:33:45 -06:00
gem "rspec", "~> 2.0"
gem "rcov"
gem "activerecord", :require => false
gem "activesupport", :require => false
2011-08-12 22:06:10 -04:00
gem "mocha"
gem "bourne"
gem "sqlite3-ruby", :require => false
gem "appraisal", "~> 0.3.5"
2011-02-07 17:48:00 -05:00
gem "yard"
gem "bluecloth"