Merge pull request #786 from Retrospring/dependabot/bundler/dry-types-1.7.0

Bump dry-types from 1.6.1 to 1.7.0
This commit is contained in:
Georg Gadinger 2022-11-07 12:42:31 +01:00 committed by GitHub
commit 5244b99cfb
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