Skip to content

Commit

Permalink
Update dry-schema dep version to ~> 0.5, >= 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Apr 4, 2019
1 parent e8a50a3 commit bc3377f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -6,8 +6,8 @@ gemspec

git_source(:github) { |repo_name| "https://github.com/dry-rb/#{repo_name}" }

gem 'dry-logic', github: 'dry-logic', branch: 'master'
gem 'dry-schema', github: 'dry-schema', branch: 'master'
# gem 'dry-logic', github: 'dry-logic', branch: 'master'
# gem 'dry-schema', github: 'dry-schema', branch: 'master'

group :test do
gem 'dry-monads', '~> 1.0'
Expand Down
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.5'
spec.add_runtime_dependency 'dry-schema', '~> 0.5', '>= 0.5'

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

0 comments on commit bc3377f

Please sign in to comment.