Changelog
*Sourced from [dotenv-rails's changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md).*
> ## 2.5.0 - June 21, 2018
>
> This release re-introduces [multiline values](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/346) with proper protections against the regressions that were reported in 2.3.0, and corrects a [breaking change](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/345) in the API from 2.4 for `Dotenv::Environment`.
>
> ## 2.4.0 - Apr 23, 2018
>
> This release reverts `Parse multiline values` ([#318](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/318), [#329](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/329)) due to a parsing regression that was discovered after the last release ([#336](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/336), [#339](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/339), [#341](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/341)).
>
> [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.3.0...v2.4.0)
>
> ## 2.3.0 - Apr 19, 2018
>
> * Skip over lines that don't set an envvars ([#291](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/291))
> * Document the -f flag ([#310](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/310))
> * Existing variable takes precendence when performing substitution ([#313](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/313))
> * Parse multiline values ([#318](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/318), [#329](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/329))
> * Fix load to respect existing environment variables over env file when doing variable interpolation ([#323](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/323))
> * Add gem version badge to README.md ([#328](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/328))
> * Rescue from bundler require error ([#330](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/330))
>
> [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.2.2...v2.3.0)
>
> ## 2.2.2 - Apr 9, 2018
>
> * Support Rails 5.2 ([#325](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/325))
>
> [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.2.1...v2.2.2)
>
> ## 2.2.1 - Apr 28, 2017
>
> * Support Rails 5.1 ([#299](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/299))
>
> [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.2.0...v2.2.1)
>
> ## 2.2.0 - Jan 27, 2017
>
> * Drop official support for Ruby 1.9, jruby, and Rubinius. They may continue to work, but tests are not run against them. ([#283](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/283))
> * Allow leading and trailing whitespace ([#276](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/276), [#277](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/277))
> * [dotenv-rails] Fix for rspec rake tasks initializing in development ([#241](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/241))
> * [dotenv-rails] Allow a local file per environment, e.g. `.env.development.local` ([#281](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/281))
> * [dotenv-rails] No longer load `.env.local` in rails' test environment ([#280](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/280))
>
> [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.1.2...v2.2.0)
>
> ## 2.1.2 - Jan 16, 2017
>
> * Fix parser to allow leading whitespace before variables ([#276](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/276))
> * [dotenv-rails] Fix bug with `require "dotenv/rails-now"` in older versions of rails ([#269](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/269))
>
> [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.1.1...v2.1.2)
> ... (truncated)
Commits
- [`0916d26`](https://github.com/bkeepers/dotenv/commit/0916d26ee98ddce55d00a99ffd59a10009ccde9e) Version bump to 2.5.0
- [`d0c55dc`](https://github.com/bkeepers/dotenv/commit/d0c55dc682fe36a9cb600c26fba4c1886f22c67e) Merge pull request [#346](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/346) from joelvh/feature/fix_multiline_values
- [`6fd3d71`](https://github.com/bkeepers/dotenv/commit/6fd3d71e68c572bcd412da1708da6a2a5ee61a0f) Don't match greedy spaces to avoid matching a new line when there is no value
- [`9837862`](https://github.com/bkeepers/dotenv/commit/98378626dee610b86e38391e9804c7498fd2d3c8) Match beginning of line to make sure the line is not commented out
- [`348ccf0`](https://github.com/bkeepers/dotenv/commit/348ccf0ffc7b9436bc01edd5c8fe9c1a42b85f8b) Replace "\r" characters with "\n" for consistent new line matching
- [`f545408`](https://github.com/bkeepers/dotenv/commit/f5454081f1961fafcd9f83698586d8c155f4ba70) Update README with multi-line value improvements
- [`edf934b`](https://github.com/bkeepers/dotenv/commit/edf934b56700b0dded133fd509aa869a8c8be6ea) Fix Rubocop offenses
- [`59a1ca0`](https://github.com/bkeepers/dotenv/commit/59a1ca0e9ed31d9e9ac432b53f661a8e20b87548) Add tests for parsing multi-line values
- [`af7efd9`](https://github.com/bkeepers/dotenv/commit/af7efd9073d1ff872e14ff89358b08201bf7db3b) Match multiple lines
- [`16e4368`](https://github.com/bkeepers/dotenv/commit/16e43686c6eea724831b85ed5e78b9a18673d780) Fix original regex to escape slash
- Additional commits viewable in [compare view](https://github.com/bkeepers/dotenv/compare/v0.7.0...v2.5.0)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 cancel merge` will cancel a previously requested merge
- `@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 0.7.0 to 2.5.0.
Changelog
*Sourced from [dotenv-rails's changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md).* > ## 2.5.0 - June 21, 2018 > > This release re-introduces [multiline values](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/346) with proper protections against the regressions that were reported in 2.3.0, and corrects a [breaking change](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/345) in the API from 2.4 for `Dotenv::Environment`. > > ## 2.4.0 - Apr 23, 2018 > > This release reverts `Parse multiline values` ([#318](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/318), [#329](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/329)) due to a parsing regression that was discovered after the last release ([#336](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/336), [#339](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/339), [#341](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/341)). > > [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.3.0...v2.4.0) > > ## 2.3.0 - Apr 19, 2018 > > * Skip over lines that don't set an envvars ([#291](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/291)) > * Document the -f flag ([#310](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/310)) > * Existing variable takes precendence when performing substitution ([#313](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/313)) > * Parse multiline values ([#318](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/318), [#329](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/329)) > * Fix load to respect existing environment variables over env file when doing variable interpolation ([#323](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/323)) > * Add gem version badge to README.md ([#328](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/328)) > * Rescue from bundler require error ([#330](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/330)) > > [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.2.2...v2.3.0) > > ## 2.2.2 - Apr 9, 2018 > > * Support Rails 5.2 ([#325](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/325)) > > [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.2.1...v2.2.2) > > ## 2.2.1 - Apr 28, 2017 > > * Support Rails 5.1 ([#299](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/299)) > > [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.2.0...v2.2.1) > > ## 2.2.0 - Jan 27, 2017 > > * Drop official support for Ruby 1.9, jruby, and Rubinius. They may continue to work, but tests are not run against them. ([#283](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/283)) > * Allow leading and trailing whitespace ([#276](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/276), [#277](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/277)) > * [dotenv-rails] Fix for rspec rake tasks initializing in development ([#241](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/241)) > * [dotenv-rails] Allow a local file per environment, e.g. `.env.development.local` ([#281](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/281)) > * [dotenv-rails] No longer load `.env.local` in rails' test environment ([#280](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/280)) > > [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.1.2...v2.2.0) > > ## 2.1.2 - Jan 16, 2017 > > * Fix parser to allow leading whitespace before variables ([#276](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/276)) > * [dotenv-rails] Fix bug with `require "dotenv/rails-now"` in older versions of rails ([#269](https://github-redirect.dependabot.com/bkeepers/dotenv/pull/269)) > > [Full Changelog](https://github.com/bkeepers/dotenv/compare/v2.1.1...v2.1.2) > ... (truncated)Commits
- [`0916d26`](https://github.com/bkeepers/dotenv/commit/0916d26ee98ddce55d00a99ffd59a10009ccde9e) Version bump to 2.5.0 - [`d0c55dc`](https://github.com/bkeepers/dotenv/commit/d0c55dc682fe36a9cb600c26fba4c1886f22c67e) Merge pull request [#346](https://github-redirect.dependabot.com/bkeepers/dotenv/issues/346) from joelvh/feature/fix_multiline_values - [`6fd3d71`](https://github.com/bkeepers/dotenv/commit/6fd3d71e68c572bcd412da1708da6a2a5ee61a0f) Don't match greedy spaces to avoid matching a new line when there is no value - [`9837862`](https://github.com/bkeepers/dotenv/commit/98378626dee610b86e38391e9804c7498fd2d3c8) Match beginning of line to make sure the line is not commented out - [`348ccf0`](https://github.com/bkeepers/dotenv/commit/348ccf0ffc7b9436bc01edd5c8fe9c1a42b85f8b) Replace "\r" characters with "\n" for consistent new line matching - [`f545408`](https://github.com/bkeepers/dotenv/commit/f5454081f1961fafcd9f83698586d8c155f4ba70) Update README with multi-line value improvements - [`edf934b`](https://github.com/bkeepers/dotenv/commit/edf934b56700b0dded133fd509aa869a8c8be6ea) Fix Rubocop offenses - [`59a1ca0`](https://github.com/bkeepers/dotenv/commit/59a1ca0e9ed31d9e9ac432b53f661a8e20b87548) Add tests for parsing multi-line values - [`af7efd9`](https://github.com/bkeepers/dotenv/commit/af7efd9073d1ff872e14ff89358b08201bf7db3b) Match multiple lines - [`16e4368`](https://github.com/bkeepers/dotenv/commit/16e43686c6eea724831b85ed5e78b9a18673d780) Fix original regex to escape slash - Additional commits viewable in [compare view](https://github.com/bkeepers/dotenv/compare/v0.7.0...v2.5.0)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 cancel merge` will cancel a previously requested merge - `@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.