Skip to content

Commit

Permalink
Merge pull request #544 from hotoolong/update_readme
Browse files Browse the repository at this point in the history
docs: Update URL and change from dotenv-rails to dotenv
  • Loading branch information
danmayer authored Aug 28, 2024
2 parents 8a8c65c + 9c9b442 commit 91ed9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ end

Do you use figaro, mc-settings, dotenv or something else to inject environment variables into your app? If so ensure you have that done BEFORE Coverband is required.

For example if you use dotenv, you need to do this, see https://github.com/bkeepers/dotenv#note-on-load-order
For example if you use dotenv, you need to do this, see https://github.com/bkeepers/dotenv#load-order

```
gem 'dotenv-rails', require: 'dotenv/load'
gem 'dotenv', require: 'dotenv/load'
gem 'coverband'
gem 'other-gem-that-requires-env-variables'
```
Expand Down

0 comments on commit 91ed9e2

Please sign in to comment.