This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
thoughtbot--factory_bot_rails
Watch
1
Star
0
Fork
You've already forked thoughtbot--factory_bot_rails
0
mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced
2022-11-09 11:49:18 -05:00
Code
Releases
Activity
eb93acd292
thoughtbot--factory_bot_rails
/
Gemfile
7 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Use bundler for dependencies (based on patches from Mike Gehard)
2010-11-11 11:44:23 -05:00
source "http://rubygems.org"
gem "cucumber"
gem "aruba"
gem "rake"
gem "rspec"
Lock down the Rails version so we're not influenced by the very newest version of Rails when we're trying to fix an unrelated bug.
2011-06-10 09:55:55 -04:00
gem 'rails', '3.0.7'
Copy permalink