mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 04:49:08 +01:00
Bump dry-types from 1.7.2 to 1.8.0
Bumps [dry-types](https://github.com/dry-rb/dry-types) from 1.7.2 to 1.8.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.7.2...v1.8.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:
parent
0994977b4a
commit
bcefc9ee8a
2 changed files with 10 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -41,7 +41,7 @@ gem "web-push"
|
|||
gem "rolify", "~> 6.0"
|
||||
|
||||
gem "dry-initializer", "~> 3.1"
|
||||
gem "dry-types", "~> 1.7"
|
||||
gem "dry-types", "~> 1.8"
|
||||
|
||||
gem "pghero"
|
||||
gem "rails_admin"
|
||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -90,7 +90,7 @@ GEM
|
|||
erubi (>= 1.0.0)
|
||||
rack (>= 0.9.0)
|
||||
rouge (>= 1.0.0)
|
||||
bigdecimal (3.1.8)
|
||||
bigdecimal (3.1.9)
|
||||
binding_of_caller (1.0.1)
|
||||
debug_inspector (>= 1.2.0)
|
||||
bootsnap (1.18.4)
|
||||
|
@ -146,16 +146,18 @@ GEM
|
|||
dotenv-rails (3.1.4)
|
||||
dotenv (= 3.1.4)
|
||||
railties (>= 6.1)
|
||||
dry-core (1.0.1)
|
||||
dry-core (1.1.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
logger
|
||||
zeitwerk (~> 2.6)
|
||||
dry-inflector (1.0.0)
|
||||
dry-inflector (1.2.0)
|
||||
dry-initializer (3.1.1)
|
||||
dry-logic (1.5.0)
|
||||
dry-logic (1.6.0)
|
||||
bigdecimal
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-core (~> 1.0, < 2)
|
||||
dry-core (~> 1.1)
|
||||
zeitwerk (~> 2.6)
|
||||
dry-types (1.7.2)
|
||||
dry-types (1.8.0)
|
||||
bigdecimal (~> 3.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-core (~> 1.0)
|
||||
|
@ -576,7 +578,7 @@ DEPENDENCIES
|
|||
devise-i18n
|
||||
dotenv-rails (~> 3.1)
|
||||
dry-initializer (~> 3.1)
|
||||
dry-types (~> 1.7)
|
||||
dry-types (~> 1.8)
|
||||
factory_bot_rails
|
||||
fake_email_validator
|
||||
faker
|
||||
|
|
Loading…
Reference in a new issue