anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

dry-validation: include config directory #77

Closed cippaciong closed 6 years ago

cippaciong commented 6 years ago

Running hanami new test, which requires dry-validation, I obtain this error:

/usr/lib/ruby/gems/2.4.0/gems/dry-validation-0.11.1/lib/dry/validation/messages/abstract.rb:13:in `realpath': No such file or directory @ realpath_rec - /usr/lib/ruby/gems/2.4.0/gems/dry-validation-0.11.1/config (Errno::ENOENT)

The content of line 13 in abstract.rb is this one: DEFAULT_PATH = Pathname(__dir__).join('../../../../config/errors.yml').realpath.freeze