Bump dry-types from 1.6.1 to 1.7.0

Bumps [dry-types](https://github.com/dry-rb/dry-types) from 1.6.1 to 1.7.0.
- [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.6.1...v1.7.0)

---
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-11-07 11:36:53 +00:00 committed by GitHub
parent a05a3c8416
commit 9e64c88961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 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.6"
gem "dry-types", "~> 1.7"
gem "ruby-progressbar"

View File

@ -140,23 +140,20 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dry-container (0.11.0)
concurrent-ruby (~> 1.0)
dry-core (0.9.0)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (0.3.0)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
dry-logic (1.3.0)
dry-logic (1.4.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.9, >= 0.9)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-types (1.6.1)
dry-types (1.7.0)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.9, >= 0.9)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.3, >= 1.3)
dry-core (~> 1.0, < 2)
dry-inflector (~> 1.0, < 2)
dry-logic (>= 1.4, < 2)
zeitwerk (~> 2.6)
equalizer (0.0.11)
erubi (1.11.0)
@ -526,7 +523,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.1)
zeitwerk (2.6.5)
PLATFORMS
ruby
@ -548,7 +545,7 @@ DEPENDENCIES
devise-async
devise-i18n
dry-initializer (~> 3.1)
dry-types (~> 1.6)
dry-types (~> 1.7)
factory_bot_rails
fake_email_validator
faker