Skip to content

Commit 9b3d7b3

Browse files
Update dalli requirement from >= 3.2.3, < 4 to >= 3.2.3, < 5
Updates the requirements on [dalli](https://github.com/petergoldstein/dalli) to permit the latest version. - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](petergoldstein/dalli@v3.2.3...v4.0.0) --- updated-dependencies: - dependency-name: dalli dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c56c6b4 commit 9b3d7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gemstash.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ you push your own private gems as well."
3232
spec.required_ruby_version = ">= 3.1"
3333

3434
spec.add_runtime_dependency "activesupport", ">= 4.2", "< 9"
35-
spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 4"
35+
spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 5"
3636
spec.add_runtime_dependency "faraday", ">= 1", "< 3"
3737
spec.add_runtime_dependency "faraday_middleware", "~> 1.0"
3838
spec.add_runtime_dependency "lru_redux", "~> 1.1"

0 commit comments

Comments
 (0)