We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8687d commit f2c7a46Copy full SHA for f2c7a46
dry-validation.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
spec.add_runtime_dependency 'dry-configurable', '~> 0.1', '>= 0.1.3'
20
spec.add_runtime_dependency 'dry-equalizer', '~> 0.2'
21
spec.add_runtime_dependency 'dry-logic', '~> 0.4', '>= 0.4.0'
22
- spec.add_runtime_dependency 'dry-types'
+ spec.add_runtime_dependency 'dry-types', '~> 0.11.0'
23
spec.add_runtime_dependency 'dry-core', '~> 0.2', '>= 0.2.1'
24
25
spec.add_development_dependency 'bundler'
0 commit comments