Commit a930e63c42b9aa7b55f3ae92e9d1a9da38ba65cd

Authored by Rafael Manzo
1 parent 04501f5c

factory_girl_rails updated

Showing 2 changed files with 5 additions and 5 deletions   Show diff stats
@@ -79,7 +79,7 @@ group :development, :test do @@ -79,7 +79,7 @@ group :development, :test do
79 gem 'rspec-rails', '~> 3.1.0' 79 gem 'rspec-rails', '~> 3.1.0'
80 80
81 # Fixtures made easy 81 # Fixtures made easy
82 - gem 'factory_girl_rails', '~> 4.4.1' 82 + gem 'factory_girl_rails', '~> 4.5.0'
83 83
84 # Deployment 84 # Deployment
85 gem 'capistrano', "~>3.3.3", require: false 85 gem 'capistrano', "~>3.3.3", require: false
@@ -115,10 +115,10 @@ GEM @@ -115,10 +115,10 @@ GEM
115 actionmailer (>= 3.0.4) 115 actionmailer (>= 3.0.4)
116 activesupport (>= 3.0.4) 116 activesupport (>= 3.0.4)
117 execjs (2.2.2) 117 execjs (2.2.2)
118 - factory_girl (4.4.0) 118 + factory_girl (4.5.0)
119 activesupport (>= 3.0.0) 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 railties (>= 3.0.0) 122 railties (>= 3.0.0)
123 faraday (0.9.0) 123 faraday (0.9.0)
124 multipart-post (>= 1.2, < 3) 124 multipart-post (>= 1.2, < 3)
@@ -287,7 +287,7 @@ DEPENDENCIES @@ -287,7 +287,7 @@ DEPENDENCIES
287 database_cleaner 287 database_cleaner
288 devise (~> 3.4.0) 288 devise (~> 3.4.0)
289 exception_notification (~> 4.0.1) 289 exception_notification (~> 4.0.1)
290 - factory_girl_rails (~> 4.4.1) 290 + factory_girl_rails (~> 4.5.0)
291 google-analytics-rails (~> 0.0.6) 291 google-analytics-rails (~> 0.0.6)
292 jbuilder (~> 2.2.2) 292 jbuilder (~> 2.2.2)
293 jquery-rails 293 jquery-rails