File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77git_source ( :github ) { |repo_name | "https://github.com/dry-rb/#{ repo_name } " }
88
9- gem 'dry-logic' , github : 'dry-logic' , branch : 'master'
10- gem 'dry-schema' , github : 'dry-schema' , branch : 'master'
9+ # gem 'dry-logic', github: 'dry-logic', branch: 'master'
10+ # gem 'dry-schema', github: 'dry-schema', branch: 'master'
1111
1212group :test do
1313 gem 'dry-monads' , '~> 1.0'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121 spec . add_runtime_dependency 'dry-core' , '~> 0.2' , '>= 0.2.1'
2222 spec . add_runtime_dependency 'dry-equalizer' , '~> 0.2'
2323 spec . add_runtime_dependency 'dry-initializer' , '~> 2.5'
24- spec . add_runtime_dependency 'dry-schema' , '~> 0.3 ' , '>= 0.5'
24+ spec . add_runtime_dependency 'dry-schema' , '~> 0.5 ' , '>= 0.5'
2525
2626 spec . add_development_dependency 'bundler'
2727 spec . add_development_dependency 'rake'
You can’t perform that action at this time.
0 commit comments