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
Gemfile
... ... @@ -79,7 +79,7 @@ group :development, :test do
79 79 gem 'rspec-rails', '~> 3.1.0'
80 80  
81 81 # Fixtures made easy
82   - gem 'factory_girl_rails', '~> 4.4.1'
  82 + gem 'factory_girl_rails', '~> 4.5.0'
83 83  
84 84 # Deployment
85 85 gem 'capistrano', "~>3.3.3", require: false
... ...
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
... ...