diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-12-27 21:04:06 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-03-04 15:26:41 -0500 |
commit | 5de46014d74c1805b6bb090f5b2abebd6fb1f399 (patch) | |
tree | 3739483b9c166a16e812b0e61ea39164efd73573 /Gemfile.lock | |
parent | cb73470b933088721dbfa63840f191307a79a394 (diff) | |
download | gitlab-ce-5de46014d74c1805b6bb090f5b2abebd6fb1f399.tar.gz |
Bump factory_girl_rails to ~> 4.6.0
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index bdf7dbfd157..246334f0b5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,10 +194,10 @@ GEM excon (0.45.4) execjs (2.6.0) expression_parser (0.9.0) - factory_girl (4.3.0) + factory_girl (4.5.0) activesupport (>= 3.0.0) - factory_girl_rails (4.3.0) - factory_girl (~> 4.3.0) + factory_girl_rails (4.6.0) + factory_girl (~> 4.5.0) railties (>= 3.0.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) @@ -916,7 +916,7 @@ DEPENDENCIES dropzonejs-rails (~> 0.7.1) email_reply_parser (~> 0.5.8) email_spec (~> 1.6.0) - factory_girl_rails (~> 4.3.0) + factory_girl_rails (~> 4.6.0) ffaker (~> 2.0.0) flay flog |