mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 19:36:00 +01:00
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:
parent
0994977b4a
commit
0fbe7fee43
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -40,7 +40,7 @@ gem "web-push"
|
|||
|
||||
gem "rolify", "~> 6.0"
|
||||
|
||||
gem "dry-initializer", "~> 3.1"
|
||||
gem "dry-initializer", "~> 3.2"
|
||||
gem "dry-types", "~> 1.7"
|
||||
|
||||
gem "pghero"
|
||||
|
|
|
@ -150,7 +150,7 @@ GEM
|
|||
concurrent-ruby (~> 1.0)
|
||||
zeitwerk (~> 2.6)
|
||||
dry-inflector (1.0.0)
|
||||
dry-initializer (3.1.1)
|
||||
dry-initializer (3.2.0)
|
||||
dry-logic (1.5.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-core (~> 1.0, < 2)
|
||||
|
@ -575,7 +575,7 @@ DEPENDENCIES
|
|||
devise-async
|
||||
devise-i18n
|
||||
dotenv-rails (~> 3.1)
|
||||
dry-initializer (~> 3.1)
|
||||
dry-initializer (~> 3.2)
|
||||
dry-types (~> 1.7)
|
||||
factory_bot_rails
|
||||
fake_email_validator
|
||||
|
|
Loading…
Reference in a new issue