Skip to content

Commit

Permalink
use latest dry-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-worley committed Sep 23, 2016
1 parent 0183c30 commit e0d1651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Gemfile
Expand Up @@ -4,7 +4,7 @@ gemspec


# gem "representable", "2.4.0.rc5"
# gem 'representable', path: "../representable"
gem 'representable'#, path: "../representable"
# # gem 'representable', github: "apotonick/representable"
# gem "disposable", path: "../disposable"
gem "disposable", "0.4.0"
Expand All @@ -14,7 +14,3 @@ gem "disposable", "0.4.0"
gem "minitest-line"
gem 'byebug'
gem "benchmark-ips"
gem "dry-validation", github: 'dry-rb/dry-validation', branch: 'master'#, "> 0.9.0"
gem "dry-logic", github: 'dry-rb/dry-logic', branch: 'master'#, "> 0.9.0"
gem "dry-types", github: 'dry-rb/dry-types', branch: 'master'#, "> 0.9.0"
gem "dry-struct", github: 'dry-rb/dry-struct', branch: 'master'#, "> 0.9.0"
2 changes: 1 addition & 1 deletion reform.gemspec
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest"
spec.add_development_dependency "dry-types"
spec.add_development_dependency "multi_json"
spec.add_development_dependency "dry-validation", ">= 0.8.0"
spec.add_development_dependency "dry-validation", ">= 0.10.1"
end

0 comments on commit e0d1651

Please sign in to comment.