Commit a930e63c42b9aa7b55f3ae92e9d1a9da38ba65cd
1 parent
04501f5c
Exists in
colab
and in
4 other branches
factory_girl_rails updated
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -115,10 +115,10 @@ GEM |
115 | 115 | actionmailer (>= 3.0.4) |
116 | 116 | activesupport (>= 3.0.4) |
117 | 117 | execjs (2.2.2) |
118 | - factory_girl (4.4.0) | |
118 | + factory_girl (4.5.0) | |
119 | 119 | activesupport (>= 3.0.0) |
120 | - factory_girl_rails (4.4.1) | |
121 | - factory_girl (~> 4.4.0) | |
120 | + factory_girl_rails (4.5.0) | |
121 | + factory_girl (~> 4.5.0) | |
122 | 122 | railties (>= 3.0.0) |
123 | 123 | faraday (0.9.0) |
124 | 124 | multipart-post (>= 1.2, < 3) |
... | ... | @@ -287,7 +287,7 @@ DEPENDENCIES |
287 | 287 | database_cleaner |
288 | 288 | devise (~> 3.4.0) |
289 | 289 | exception_notification (~> 4.0.1) |
290 | - factory_girl_rails (~> 4.4.1) | |
290 | + factory_girl_rails (~> 4.5.0) | |
291 | 291 | google-analytics-rails (~> 0.0.6) |
292 | 292 | jbuilder (~> 2.2.2) |
293 | 293 | jquery-rails | ... | ... |