Bump dry-initializer from 3.1.1 to 3.2.0

Bumps [dry-initializer](https://github.com/dry-rb/dry-initializer) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/dry-rb/dry-initializer/releases)
- [Changelog](https://github.com/dry-rb/dry-initializer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dry-rb/dry-initializer/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: dry-initializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-23 14:42:06 +00:00 committed by GitHub
parent 514bdadaed
commit 3ddb34923d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ gem "web-push"
gem "rolify", "~> 6.0" gem "rolify", "~> 6.0"
gem "dry-initializer", "~> 3.1" gem "dry-initializer", "~> 3.2"
gem "dry-types", "~> 1.8" gem "dry-types", "~> 1.8"
gem "pghero" gem "pghero"

View file

@ -151,7 +151,7 @@ GEM
logger logger
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
dry-inflector (1.2.0) dry-inflector (1.2.0)
dry-initializer (3.1.1) dry-initializer (3.2.0)
dry-logic (1.6.0) dry-logic (1.6.0)
bigdecimal bigdecimal
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -577,7 +577,7 @@ DEPENDENCIES
devise-async devise-async
devise-i18n devise-i18n
dotenv-rails (~> 3.1) dotenv-rails (~> 3.1)
dry-initializer (~> 3.1) dry-initializer (~> 3.2)
dry-types (~> 1.8) dry-types (~> 1.8)
factory_bot_rails factory_bot_rails
fake_email_validator fake_email_validator