isleofruby / isleofruby-activities

organise activities around your conference
Other
1 stars 1 forks source link

Update dotenv-rails 2.5.0 → 2.8.1 (minor) #305

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ dotenv-rails (2.5.0 → 2.8.1) · Repo · Changelog

Release Notes

2.8.1

What's Changed

  • Restore support for EOL'd Ruby versions (2.5, 2.6) (#458)[https://github.com//pull/458]

Full Changelog: v2.8.0...v2.8.1

2.8.0

What's Changed

  • Drop support for Ruby 2.4, 2.5, and 2.6, which are EOL
  • Fix template (-t) handling of export declarations #416
  • Unescape escaped characters when value is not quoted #421
  • Add overload option for the CLI ($ dotenv --overload -f .env.local) #445

New Contributors

Full Changelog: v2.7.6...v2.8.0

2.7.6

2.7.6 - July 11, 2020

  • Add a Dotenv::Railtie.overload method #403
  • Support for more Rails versions #404
  • Fix template handling of blank lines and comments #413
  • Fix for dotenv-rails Rake task environment allocation#405

2.7.5

2.7.5 - July 31st, 2019

  • Fix for \s after separator #399
  • README formatting updates #398

2.7.4

2.7.4 - June 23rd, 2019

Changes in this release:

  • Fix NoMethodError in non-Rails environments #394

2.7.3

2.7.3 - June 22nd, 2019

Changes in this release:

  • Fix for parallel spec tasks initializing in development #384
  • Test against updated rubies #383, #387
  • Conditional branch cleanup for clarity of intent #385
  • Fix for load order issue with Railties #391
  • NEW: dotenv-templates using the -t flag #377, #393

2.7.2

Changes in this release:

  • Cleaned up CLI while resolving regressions in 2.7.1 #382

2.7.1

+## 2.7.1 - February 24, 2019
+
+* Fixes regression with CLI experience (#376)

2.7.0

2.7.0 - February 21, 2019

  • Add Dotenv.parse method (#362)
  • Add Support for Rails 6.0 (#370)
  • Improve dotenv CLI output (#374)
  • Add GitHub Actions automation (#369)
  • Test against Ruby 2.6 (#372)

2.6.0 (from changelog)

  • Added require keys method to raise if not defined (#354)
  • Use latest Ruby version on CI (#356, #363)
  • Clarify variable hierarchy in README.md (#358)
  • Use SVG Travis CI badge (#360)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ dotenv (indirect, 2.5.0 → 2.8.1) · Repo · Changelog

Release Notes

2.8.1

What's Changed

  • Restore support for EOL'd Ruby versions (2.5, 2.6) (#458)[https://github.com//pull/458]

Full Changelog: v2.8.0...v2.8.1

2.8.0

What's Changed

  • Drop support for Ruby 2.4, 2.5, and 2.6, which are EOL
  • Fix template (-t) handling of export declarations #416
  • Unescape escaped characters when value is not quoted #421
  • Add overload option for the CLI ($ dotenv --overload -f .env.local) #445

New Contributors

Full Changelog: v2.7.6...v2.8.0

2.7.6

2.7.6 - July 11, 2020

  • Add a Dotenv::Railtie.overload method #403
  • Support for more Rails versions #404
  • Fix template handling of blank lines and comments #413
  • Fix for dotenv-rails Rake task environment allocation#405

2.7.5

2.7.5 - July 31st, 2019

  • Fix for \s after separator #399
  • README formatting updates #398

2.7.4

2.7.4 - June 23rd, 2019

Changes in this release:

  • Fix NoMethodError in non-Rails environments #394

2.7.3

2.7.3 - June 22nd, 2019

Changes in this release:

  • Fix for parallel spec tasks initializing in development #384
  • Test against updated rubies #383, #387
  • Conditional branch cleanup for clarity of intent #385
  • Fix for load order issue with Railties #391
  • NEW: dotenv-templates using the -t flag #377, #393

2.7.2

Changes in this release:

  • Cleaned up CLI while resolving regressions in 2.7.1 #382

2.7.1

+## 2.7.1 - February 24, 2019
+
+* Fixes regression with CLI experience (#376)

2.7.0

2.7.0 - February 21, 2019

  • Add Dotenv.parse method (#362)
  • Add Support for Rails 6.0 (#370)
  • Improve dotenv CLI output (#374)
  • Add GitHub Actions automation (#369)
  • Test against Ruby 2.6 (#372)

2.6.0 (from changelog)

  • Added require keys method to raise if not defined (#354)
  • Use latest Ruby version on CI (#356, #363)
  • Clarify variable hierarchy in README.md (#358)
  • Use SVG Travis CI badge (#360)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)