diff --git a/Gemfile b/Gemfile index cd9aba56..7aec00c7 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ group :test do gem 'rails-dom-testing', git: 'https://github.com/rails/rails-dom-testing', ref: 'a64f30514ee65f172c43f42cfd4500b5e11a561a' - gem "factory_girl_rails" + gem "factory_bot_rails" gem "rspec-expectations" gem "database_cleaner" gem "mocha", :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 6ddffc36..7239979b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,10 +85,10 @@ GEM erubis (2.7.0) eventmachine (1.2.7) execjs (2.7.0) - factory_girl (4.9.0) + factory_bot (4.9.0) activesupport (>= 3.0.0) - factory_girl_rails (4.9.0) - factory_girl (~> 4.9.0) + factory_bot_rails (4.9.0) + factory_bot (~> 4.9.0) railties (>= 3.0.0) ffi (1.9.25) font-awesome-sass (4.5.0) @@ -267,7 +267,7 @@ DEPENDENCIES codeclimate-test-reporter coffee-rails (~> 4.1.0) database_cleaner - factory_girl_rails + factory_bot_rails font-awesome-sass (~> 4.5.0) htmlentities jquery-rails (~> 3.1.3)