Bump dry-initializer from 3.0.4 to 3.1.1
Bumps [dry-initializer](https://github.com/dry-rb/dry-initializer) from 3.0.4 to 3.1.1. - [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.0.4...v3.1.1) --- 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
5fb077f436
commit
738c5c7255
2
Gemfile
2
Gemfile
|
@ -32,7 +32,7 @@ gem "rqrcode"
|
|||
|
||||
gem "rolify", "~> 5.2"
|
||||
|
||||
gem "dry-initializer", "~> 3.0"
|
||||
gem "dry-initializer", "~> 3.1"
|
||||
gem "dry-types", "~> 1.4"
|
||||
|
||||
gem "ruby-progressbar"
|
||||
|
|
|
@ -165,7 +165,7 @@ GEM
|
|||
dry-core (0.7.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-inflector (0.2.1)
|
||||
dry-initializer (3.0.4)
|
||||
dry-initializer (3.1.1)
|
||||
dry-logic (1.2.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-core (~> 0.5, >= 0.5)
|
||||
|
@ -591,7 +591,7 @@ DEPENDENCIES
|
|||
devise (~> 4.0)
|
||||
devise-async
|
||||
devise-i18n
|
||||
dry-initializer (~> 3.0)
|
||||
dry-initializer (~> 3.1)
|
||||
dry-types (~> 1.4)
|
||||
factory_bot_rails
|
||||
fake_email_validator
|
||||
|
|
Loading…
Reference in New Issue