Skip to content

Commit

Permalink
Update dry-core requirement from 1.0.1 to 1.0.2 in /benchmarks
Browse files Browse the repository at this point in the history
Updates the requirements on [dry-core](https://github.com/dry-rb/dry-core) to permit the latest version.
- [Release notes](https://github.com/dry-rb/dry-core/releases)
- [Changelog](https://github.com/dry-rb/dry-core/blob/main/CHANGELOG.md)
- [Commits](dry-rb/dry-core@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: dry-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent af5bce4 commit 2496ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "gem_bench", "2.0.3"
# to avoid a namespace collision before re-namespacing duplicates
if RUBY_VERSION > "3"
gem "alt_memery", "2.1.0", require: false
gem "dry-core", "1.0.1"
gem "dry-core", "1.0.2"
gem "memery", "1.6.0"
gem "memoist3", "1.0.0", require: false
else
Expand Down

0 comments on commit 2496ded

Please sign in to comment.