NameError: uninitialized constant Faker
I am trying to run a simple bundle exec rake db:seed for my database in Rails 4. However, when running it, I get the following output: ********-C02MGBVJFD57:myapp ***********$ bundle exec rake db:seed Your Gemfile lists the gem factory_girl_rails (>= 0) more than once. You should probably keep only one of them. While it's not a problem now, it could cause errors if you change the version of just one of them later. rake aborted! NameError: uninitialized constant Faker /Users/**********/workspace/myapp/db/seeds.rb:16:in `block in <top (required)>' /Users/**********/workspace/myapp/db/seeds.rb:15