Skip to content

Commit

Permalink
Bump dry-types from 1.7.2 to 1.8.0
Browse files Browse the repository at this point in the history
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](dry-rb/dry-types@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 0994977 commit bcefc9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bcefc9e

Please sign in to comment.