Skip to content

Commit

Permalink
Update memery requirement from 1.5.0 to 1.6.0 in /benchmarks
Browse files Browse the repository at this point in the history
Updates the requirements on [memery](https://github.com/tycooon/memery) to permit the latest version.
- [Release notes](https://github.com/tycooon/memery/releases)
- [Commits](tycooon/memery@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: memery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 9900684 commit 0d04393
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 @@ -10,7 +10,7 @@ gem "benchmark-ips", "2.13.0"

if RUBY_VERSION > "3"
gem "dry-core", "1.0.1"
gem "memery", "1.5.0"
gem "memery", "1.6.0"
else
gem "ddmemoize", "1.0.0"
gem "memoist", "0.16.2"
Expand Down

0 comments on commit 0d04393

Please sign in to comment.