Skip to content

Commit 79ef0d0

Browse files
authored
Pin dry-configurable to version 1.3.0
1 parent 77e6e0d commit 79ef0d0

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
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727

2828
spec.required_ruby_version = ">= 3.1"
2929

30-
spec.add_runtime_dependency "dry-configurable", "~> 1.0"
30+
spec.add_runtime_dependency "dry-configurable", "1.3.0"
3131
spec.add_runtime_dependency "dry-core", "~> 1.0"
3232
spec.add_runtime_dependency "dry-inflector", "~> 1.0", "< 2"
3333
spec.add_runtime_dependency "temple", "~> 0.10.0", ">= 0.10.2"

0 commit comments

Comments
 (0)