We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e6e0d commit c221129Copy full SHA for c221129
hanami-view.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
spec.required_ruby_version = ">= 3.1"
29
30
spec.add_runtime_dependency "dry-configurable", "~> 1.0"
31
- spec.add_runtime_dependency "dry-core", "~> 1.0"
+ spec.add_runtime_dependency "dry-core", "1.1.0"
32
spec.add_runtime_dependency "dry-inflector", "~> 1.0", "< 2"
33
spec.add_runtime_dependency "temple", "~> 0.10.0", ">= 0.10.2"
34
spec.add_runtime_dependency "tilt", "~> 2.3"
0 commit comments