Release notes
*Sourced from [dotenv-rails's releases](https://github.com/bkeepers/dotenv/releases).*
> ## Dotenv 2.7.4
> ## 2.7.4 - June 23rd, 2019
>
> Changes in this release:
>
> * Fix `NoMethodError` in non-Rails environments [#394](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/394)
>
> ## Dotenv 2.7.3
> ## 2.7.3 - June 22nd, 2019
>
> Changes in this release:
>
> * Fix for parallel spec tasks initializing in development [#384](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/384)
> * Test against updated rubies [#383](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/383), [#387](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/387)
> * Conditional branch cleanup for clarity of intent [#385](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/385)
> * Fix for load order issue with Railties [#391](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/391)
> * NEW: dotenv-templates using the -t flag [#377](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/377), [#393](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/393)
>
> ## Dotenv 2.7.2
> Changes in this release:
>
> * Cleaned up CLI while resolving regressions in 2.7.1 [#382](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/382)
>
>
> ## v2.7.1
> +## 2.7.1 - February 24, 2019
> +
> +* Fixes regression with CLI experience ([#376](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/376))
>
> ## v2.7.0
> ## 2.7.0 - February 21, 2019
>
> * Add Dotenv.parse method ([#362](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/362))
> * Add Support for Rails 6.0 ([#370](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/370))
> * Improve dotenv CLI output ([#374](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/374))
> * Add GitHub Actions automation ([#369](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/369))
> * Test against Ruby 2.6 ([#372](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/372))
>
Changelog
*Sourced from [dotenv-rails's changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md).*
> ## 2.7.4 - June 23rd, 2019
>
> * Fix `NoMethodError` in non-Rails environments [#394](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/394)
>
> ## 2.7.3 - June 22nd, 2019
>
> * Fix for parallel spec tasks initializing in development [#384](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/384)
> * Test against updated rubies [#383](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/383), [#387](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/387)
> * Conditional branch cleanup for clarity of intent [#385](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/385)
> * Fix for load order issue with Railties [#391](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/391)
> * NEW: dotenv-templates using the -t flag [#377](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/377), [#393](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/393)
>
>
> ## 2.7.2 - March 25th, 2019
>
> * Cleaned up CLI while resolving regressions in 2.7.1 [#382](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/382)
>
> ## 2.7.1 - February 24, 2019
>
> * Fixes regression with CLI experience ([#376](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/376))
>
> ## 2.7.0 - February 21, 2019
>
> * Add Dotenv.parse method ([#362](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/362))
> * Add Support for Rails 6.0 ([#370](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/370))
> * Improve dotenv CLI output ([#374](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/374))
> * Add GitHub Actions automation ([#369](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/369))
> * Test against Ruby 2.6 ([#372](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/372))
Commits
- [`5e738c7`](https://github.com/bkeepers/dotenv/commit/5e738c7ddfa221c5d5387061f8333e4737f70b3d) Bump version to 2.7.4, update CHANGELOG
- [`52b9eda`](https://github.com/bkeepers/dotenv/commit/52b9eda81d09678cd739dd076ff74b2a50d6d692) Merge pull request [#394](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/394) from y-yagi/revert_385
- [`e2c0483`](https://github.com/bkeepers/dotenv/commit/e2c048355fa0146bb8c40055c21082b6bf4b9c90) Revert "Merge pull request [#385](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/385) from takakuda/feature/conditions_change"
- [`f27e550`](https://github.com/bkeepers/dotenv/commit/f27e550ce18bf7fedadd352e0e6670dd6924e53a) Bump version to 2.7.3, update CHANGELOG
- [`858ecfe`](https://github.com/bkeepers/dotenv/commit/858ecfe95463f51fecff3b7b24ab83e758474c2a) Merge pull request [#393](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/393) from thomasfedb/dotenv-templates
- [`4c5c83b`](https://github.com/bkeepers/dotenv/commit/4c5c83ba38b9d7976f01fccd91e5ab10ab06227d) Merge pull request [#384](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/384) from mjhoy/fix-for-parallel-spec-rake-tasks
- [`d44bf6f`](https://github.com/bkeepers/dotenv/commit/d44bf6fee75960981f7128c48f9118b7b146f80e) Fix arguments on add_template_option
- [`a59ae37`](https://github.com/bkeepers/dotenv/commit/a59ae37dc4fa25bf5486c8675de8a2f5aa1ae64d) Merge branch 'master' into dotenv-templates
- [`5921eff`](https://github.com/bkeepers/dotenv/commit/5921eff87236e5bf71892ae7f7d26c4cf5fee772) reduce line length
- [`5c812db`](https://github.com/bkeepers/dotenv/commit/5c812db9cfceaf74ead3531eeacc01827bd17c36) Merge pull request [#387](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/387) from koic/use_latest_rubies_on_travis_ci
- Additional commits viewable in [compare view](https://github.com/bkeepers/dotenv/compare/v2.6.0...v2.7.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps dotenv-rails from 2.6.0 to 2.7.4.
Release notes
*Sourced from [dotenv-rails's releases](https://github.com/bkeepers/dotenv/releases).* > ## Dotenv 2.7.4 > ## 2.7.4 - June 23rd, 2019 > > Changes in this release: > > * Fix `NoMethodError` in non-Rails environments [#394](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/394) > > ## Dotenv 2.7.3 > ## 2.7.3 - June 22nd, 2019 > > Changes in this release: > > * Fix for parallel spec tasks initializing in development [#384](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/384) > * Test against updated rubies [#383](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/383), [#387](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/387) > * Conditional branch cleanup for clarity of intent [#385](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/385) > * Fix for load order issue with Railties [#391](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/391) > * NEW: dotenv-templates using the -t flag [#377](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/377), [#393](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/393) > > ## Dotenv 2.7.2 > Changes in this release: > > * Cleaned up CLI while resolving regressions in 2.7.1 [#382](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/382) > > > ## v2.7.1 > +## 2.7.1 - February 24, 2019 > + > +* Fixes regression with CLI experience ([#376](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/376)) > > ## v2.7.0 > ## 2.7.0 - February 21, 2019 > > * Add Dotenv.parse method ([#362](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/362)) > * Add Support for Rails 6.0 ([#370](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/370)) > * Improve dotenv CLI output ([#374](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/374)) > * Add GitHub Actions automation ([#369](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/369)) > * Test against Ruby 2.6 ([#372](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/372)) >Changelog
*Sourced from [dotenv-rails's changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md).* > ## 2.7.4 - June 23rd, 2019 > > * Fix `NoMethodError` in non-Rails environments [#394](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/394) > > ## 2.7.3 - June 22nd, 2019 > > * Fix for parallel spec tasks initializing in development [#384](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/384) > * Test against updated rubies [#383](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/383), [#387](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/387) > * Conditional branch cleanup for clarity of intent [#385](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/385) > * Fix for load order issue with Railties [#391](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/391) > * NEW: dotenv-templates using the -t flag [#377](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/377), [#393](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/393) > > > ## 2.7.2 - March 25th, 2019 > > * Cleaned up CLI while resolving regressions in 2.7.1 [#382](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/382) > > ## 2.7.1 - February 24, 2019 > > * Fixes regression with CLI experience ([#376](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/376)) > > ## 2.7.0 - February 21, 2019 > > * Add Dotenv.parse method ([#362](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/362)) > * Add Support for Rails 6.0 ([#370](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/370)) > * Improve dotenv CLI output ([#374](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/374)) > * Add GitHub Actions automation ([#369](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/369)) > * Test against Ruby 2.6 ([#372](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/372))Commits
- [`5e738c7`](https://github.com/bkeepers/dotenv/commit/5e738c7ddfa221c5d5387061f8333e4737f70b3d) Bump version to 2.7.4, update CHANGELOG - [`52b9eda`](https://github.com/bkeepers/dotenv/commit/52b9eda81d09678cd739dd076ff74b2a50d6d692) Merge pull request [#394](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/394) from y-yagi/revert_385 - [`e2c0483`](https://github.com/bkeepers/dotenv/commit/e2c048355fa0146bb8c40055c21082b6bf4b9c90) Revert "Merge pull request [#385](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/385) from takakuda/feature/conditions_change" - [`f27e550`](https://github.com/bkeepers/dotenv/commit/f27e550ce18bf7fedadd352e0e6670dd6924e53a) Bump version to 2.7.3, update CHANGELOG - [`858ecfe`](https://github.com/bkeepers/dotenv/commit/858ecfe95463f51fecff3b7b24ab83e758474c2a) Merge pull request [#393](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/393) from thomasfedb/dotenv-templates - [`4c5c83b`](https://github.com/bkeepers/dotenv/commit/4c5c83ba38b9d7976f01fccd91e5ab10ab06227d) Merge pull request [#384](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/384) from mjhoy/fix-for-parallel-spec-rake-tasks - [`d44bf6f`](https://github.com/bkeepers/dotenv/commit/d44bf6fee75960981f7128c48f9118b7b146f80e) Fix arguments on add_template_option - [`a59ae37`](https://github.com/bkeepers/dotenv/commit/a59ae37dc4fa25bf5486c8675de8a2f5aa1ae64d) Merge branch 'master' into dotenv-templates - [`5921eff`](https://github.com/bkeepers/dotenv/commit/5921eff87236e5bf71892ae7f7d26c4cf5fee772) reduce line length - [`5c812db`](https://github.com/bkeepers/dotenv/commit/5c812db9cfceaf74ead3531eeacc01827bd17c36) Merge pull request [#387](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/387) from koic/use_latest_rubies_on_travis_ci - Additional commits viewable in [compare view](https://github.com/bkeepers/dotenv/compare/v2.6.0...v2.7.4)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.