Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c221129

Browse files
authoredJan 5, 2025··
Pin dry-core to version 1.1.0
1 parent 77e6e0d commit c221129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hanami-view.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
spec.required_ruby_version = ">= 3.1"
2929

3030
spec.add_runtime_dependency "dry-configurable", "~> 1.0"
31-
spec.add_runtime_dependency "dry-core", "~> 1.0"
31+
spec.add_runtime_dependency "dry-core", "1.1.0"
3232
spec.add_runtime_dependency "dry-inflector", "~> 1.0", "< 2"
3333
spec.add_runtime_dependency "temple", "~> 0.10.0", ">= 0.10.2"
3434
spec.add_runtime_dependency "tilt", "~> 2.3"

0 commit comments

Comments
 (0)
Please sign in to comment.