Bump dry-types from 1.5.1 to 1.6.1

Bumps [dry-types](https://github.com/dry-rb/dry-types) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/dry-rb/dry-types/releases)
- [Changelog](https://github.com/dry-rb/dry-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dry-rb/dry-types/compare/v1.5.1...v1.6.1)

---
updated-dependencies:
- dependency-name: dry-types
  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] 2022-10-17 09:02:58 +00:00 committed by GitHub
parent d2394f6e53
commit 7905e49616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 14 deletions

View File

@ -35,7 +35,7 @@ gem "rqrcode"
gem "rolify", "~> 6.0"
gem "dry-initializer", "~> 3.1"
gem "dry-types", "~> 1.4"
gem "dry-types", "~> 1.6"
gem "ruby-progressbar"

View File

@ -143,25 +143,24 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dry-configurable (0.13.0)
dry-container (0.11.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.6)
dry-container (0.9.0)
dry-core (0.9.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (0.7.1)
concurrent-ruby (~> 1.0)
dry-inflector (0.2.1)
zeitwerk (~> 2.6)
dry-inflector (0.3.0)
dry-initializer (3.1.1)
dry-logic (1.2.0)
dry-logic (1.3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-types (1.5.1)
dry-core (~> 0.9, >= 0.9)
zeitwerk (~> 2.6)
dry-types (1.6.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
dry-core (~> 0.9, >= 0.9)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
dry-logic (~> 1.3, >= 1.3)
zeitwerk (~> 2.6)
equalizer (0.0.11)
erubi (1.11.0)
excon (0.92.3)
@ -587,7 +586,7 @@ DEPENDENCIES
devise-async
devise-i18n
dry-initializer (~> 3.1)
dry-types (~> 1.4)
dry-types (~> 1.6)
factory_bot_rails
fake_email_validator
faker