Make it to work with latest dry-* gems

This commit is contained in:
Luca Guidi 2016-09-21 11:10:07 +02:00
parent 113eeb41df
commit 2d25764e7f
1 changed files with 5 additions and 1 deletions

View File

@ -7,10 +7,14 @@ if !ENV['TRAVIS']
gem 'yard', require: false
end
gem 'dry-struct', require: false, github: 'dry-rb/dry-struct' # FIXME: this is needed until they will release 0.1
gem 'dry-types', require: false, github: 'dry-rb/dry-types' # FIXME: this is needed until they will release 0.9
gem 'dry-validation', require: false, github: 'dry-rb/dry-validation' # FIXME: this is needed until they will release 0.10
gem 'sass'
gem 'i18n'
gem 'hanami-utils', '~> 0.8', require: false, github: 'hanami/utils', branch: '0.8.x'
gem 'hanami-validations', '~> 0.6', require: false, github: 'hanami/validations', branch: '0.6.x'
gem 'hanami-validations', '~> 0.6', require: false, github: 'hanami/validations', branch: 'master'
gem 'hanami-router', '~> 0.7', require: false, github: 'hanami/router', branch: '0.7.x'
gem 'hanami-controller', '~> 0.7', require: false, github: 'hanami/controller', branch: '0.7.x'
gem 'hanami-view', '~> 0.7', require: false, github: 'hanami/view', branch: '0.7.x'