mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
12 lines
241 B
Ruby
12 lines
241 B
Ruby
source "http://rubygems.org"
|
|
gem "cucumber", "~> 1.0.0"
|
|
gem "rake"
|
|
gem "rspec", "~> 2.0"
|
|
gem "rcov"
|
|
gem "activerecord", :require => false
|
|
gem "rr"
|
|
gem "sqlite3-ruby", :require => false
|
|
gem "appraisal", "~> 0.3.5"
|
|
gem "yard"
|
|
gem "bluecloth"
|
|
|