Skip to content

Commit

Permalink
Tells users how to handle uninitialized constant error (faker-ruby#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwpincus authored and landongrindheim committed Oct 7, 2017
1 parent c90aefc commit 1181789
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ Contents
```bash
gem install faker
```
Note: if you are getting a `uninitialized constant Faker::[some_class]` error, your version of the gem is behind the one documented here. To make sure that your gem is the one documented here, change the line in your gemfile to:

```ruby
gem 'faker', :git => 'git://github.com/stympy/faker.git', :branch => 'master'
```

## Usage

Expand Down

0 comments on commit 1181789

Please sign in to comment.