Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency dotenv-rails to v3 #9

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv-rails '~> 2.2.1' -> '~> 3.1.0' age adoption passing confidence

Release Notes

bkeepers/dotenv (dotenv-rails)

v3.1.0

Compare Source

What's Changed

v3.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.0.2...v3.0.3

v3.0.2

Compare Source

v3.0.1

Compare Source

What's Changed

Full Changelog: bkeepers/dotenv@v3.0.0...v3.0.1

v3.0.0

Compare Source

Breaking Changes

Other improvements

Deprecations

New Contributors

Full Changelog: bkeepers/dotenv@v2.8.1...v3.0.0

v2.8.1

Compare Source

v2.8.0

Compare Source

  • 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

v2.7.6

Compare Source

  • 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

v2.7.5

Compare Source

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

v2.7.4

Compare Source

  • Fix NoMethodError in non-Rails environments #​394

v2.7.3

Compare Source

  • 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

v2.7.2

Compare Source

  • Cleaned up CLI while resolving regressions in 2.7.1 #​382

v2.7.1

Compare Source

  • Fixes regression with CLI experience (#​376)

v2.7.0

Compare Source

  • 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)

v2.6.0

Compare Source

  • 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)

v2.5.0

Compare Source

This release re-introduces multiline values with proper protections against the regressions that were reported in 2.3.0, and corrects a breaking change in the API from 2.4 for Dotenv::Environment.

v2.4.0

Compare Source

This release reverts Parse multiline values (#​318, #​329) due to a parsing regression that was discovered after the last release (#​336, #​339, #​341).

Full Changelog

v2.3.0

Compare Source

  • Skip over lines that don't set an envvars (#​291)
  • Document the -f flag (#​310)
  • Existing variable takes precendence when performing substitution (#​313)
  • Parse multiline values (#​318, #​329)
  • Fix load to respect existing environment variables over env file when doing variable interpolation (#​323)
  • Add gem version badge to README.md (#​328)
  • Rescue from bundler require error (#​330)

Full Changelog

v2.2.2

Compare Source

Full Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Apr 8, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies........
Bundler could not find compatible versions for gem "actionpack":
  In Gemfile:
active_model_serializers (~> 0.10.6) was resolved to 0.10.14, which depends
on
      actionpack (>= 4.1)

    rails (~> 5.1.3) was resolved to 5.1.3, which depends on
      actionpack (= 5.1.3)

    rspec-rails (~> 3.7.2) was resolved to 3.7.2, which depends on
      actionpack (>= 3.0)

Bundler could not find compatible versions for gem "activemodel":
  In Gemfile:
active_model_serializers (~> 0.10.6) was resolved to 0.10.14, which depends
on
      activemodel (>= 4.1)

    rails (~> 5.1.3) was resolved to 5.1.3, which depends on
      activemodel (= 5.1.3)

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    rails (~> 5.1.3) was resolved to 5.1.3, which depends on
      activesupport (= 5.1.3)

    rspec-rails (~> 3.7.2) was resolved to 3.7.2, which depends on
      activesupport (>= 3.0)

    spring (~> 2.0.2) was resolved to 2.0.2, which depends on
      activesupport (>= 4.2)

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails (~> 5.1.3)

Could not find gem 'rails (~> 5.1.3)' in any of the sources.

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    dotenv-rails (~> 3.1.0) was resolved to 3.1.0, which depends on
      railties (>= 6.1)

    rails (~> 5.1.3) was resolved to 5.1.3, which depends on
      railties (= 5.1.3)

Bundler could not find compatible versions for gem "spring":
  In Gemfile:
    spring (~> 2.0.2)

    spring-commands-rspec (~> 1.0.4) was resolved to 1.0.4, which depends on
      spring (>= 0.9.1)


@mgreim3373 mgreim3373 closed this Apr 8, 2024
Copy link
Contributor Author

renovate bot commented Apr 8, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/dotenv-rails-3.x branch April 8, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant