Bump dotenv-rails from 3.0.2 to 3.1.0

Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](https://github.com/bkeepers/dotenv/compare/v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: dotenv-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-04 09:06:41 +00:00 committed by GitHub
parent f0569cc247
commit 6e06f9bc16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -82,7 +82,7 @@ group :development, :test do
gem "better_errors"
gem "bullet"
gem "database_cleaner"
gem "dotenv-rails", "~> 3.0"
gem "dotenv-rails", "~> 3.1"
gem "factory_bot_rails", require: false
gem "faker"
gem "haml_lint", require: false

View File

@ -140,9 +140,9 @@ GEM
devise (>= 4.9.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.0.2)
dotenv-rails (3.0.2)
dotenv (= 3.0.2)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
@ -479,7 +479,7 @@ GEM
ssrf_filter (1.1.2)
sysexits (1.2.0)
temple (0.10.3)
thor (1.3.0)
thor (1.3.1)
tilt (2.3.0)
timeout (0.4.1)
tldv (0.1.0)
@ -536,7 +536,7 @@ DEPENDENCIES
devise (~> 4.9)
devise-async
devise-i18n
dotenv-rails (~> 3.0)
dotenv-rails (~> 3.1)
dry-initializer (~> 3.1)
dry-types (~> 1.7)
factory_bot_rails