Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-08-28 09:28:09 +0400
committerRobert Speicher <rspeicher@gmail.com>2012-08-29 04:30:50 +0400
commita04b919a4c5ef570e46ae94d6d11b09eb893b7cd (patch)
treeb0b3c76f7ef796c70558abb305ad864a12d1f7be /Gemfile.lock
parentb03ee4666bc5dfa3c509768918cbc8a477d24efb (diff)
Add factory_girl_rails gem
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 656bede4766..b8e97aa0204 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -166,6 +166,11 @@ GEM
eventmachine (0.12.10)
execjs (1.4.0)
multi_json (~> 1.0)
+ factory_girl (4.0.0)
+ activesupport (>= 3.0.0)
+ factory_girl_rails (4.0.0)
+ factory_girl (~> 4.0.0)
+ railties (>= 3.0.0)
ffaker (1.14.0)
ffi (1.0.11)
foreman (0.47.0)
@@ -388,6 +393,7 @@ DEPENDENCIES
devise (~> 2.1.0)
draper
email_spec
+ factory_girl_rails
ffaker
foreman
git