clearhaus / pedicel

Handle Apple Pay payment tokens.
MIT License
6 stars 3 forks source link

Fix dry-schema issue by pinning version 1.10.6 #38

Closed mt-clearhaus closed 1 year ago

mt-clearhaus commented 1 year ago

This isn't optimal but it's a step in the right direction for fixing:

bundle exec rake test

An error occurred while loading ./spec/lib/pedicel/base_spec.rb.
Failure/Error: require 'dry/validation'

NameError:
  uninitialized constant Dry::Schema::PredicateRegistry

[...]

No examples found.

Finished in 0.00004 seconds (files took 0.18467 seconds to load)
0 examples, 0 failures, 10 errors occurred outside of examples

Error: Process completed with exit code 1.

The main reason for a quickfix is to get the bug fix https://github.com/clearhaus/pedicel/pull/37 released.

Feel free to improve :slightly_smiling_face:

mt-clearhaus commented 1 year ago

Failure starts from dry-schema 1.11.0.

mt-clearhaus commented 1 year ago

I've stumbled upon https://github.com/dry-rb/dry-schema/issues/434#issuecomment-1279786509.

mt-clearhaus commented 1 year ago

Made obsolete by https://github.com/clearhaus/pedicel/pull/39.