Skip to content

Bump dotenv-rails from 2.7.5 to 2.7.6

NipaNipa requested to merge dependabot/bundler/dotenv-rails-2.7.6 into master

Bumps dotenv-rails from 2.7.5 to 2.7.6.

Release notes

Sourced from dotenv-rails's releases.

Dotenv 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
Changelog

Sourced from dotenv-rails's changelog.

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
Commits
  • 9e101a5 Release version 2.7.6
  • 08f2214 Merge pull request #405 from dsander/default-rake-task
  • 6649549 Merge pull request #413 from benforeva/fix-dotenv-template
  • fae8519 Fix template (-t) handling of blank lines and comments
  • 9e16a42 Merge pull request #403 from walerian777/railtie-overload
  • 17e58bd Merge pull request #404 from JuanitoFatas/support-rails-61
  • 9eb0e0c Support Rails >= 3.2
  • c047f03 Set RAILS_ENV to test when executing the default rake task
  • 52809a1 Support Rails < 6.2
  • 14af3b8 Add a Dotenv::Railtie.overload method.
  • See full diff in compare view

Merge request reports