Skip to content

Commit

Permalink
update url and change dotenv-rails to dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoolong committed Jul 15, 2024
1 parent 8a8c65c commit 9c9b442
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 9c9b442

Please sign in to comment.