Skip to content

Commit

Permalink
Bump dry-schema to >= 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Apr 4, 2019
1 parent a506f26 commit e8a50a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dry-validation.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'dry-core', '~> 0.2', '>= 0.2.1'
spec.add_runtime_dependency 'dry-equalizer', '~> 0.2'
spec.add_runtime_dependency 'dry-initializer', '~> 2.5'
spec.add_runtime_dependency 'dry-schema', '~> 0.3', '>= 0.4'
spec.add_runtime_dependency 'dry-schema', '~> 0.3', '>= 0.5'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit e8a50a3

Please sign in to comment.