dry-rb / dry-transaction

Business transaction DSL
http://dry-rb.org/gems/dry-transaction
MIT License
468 stars 55 forks source link

Use of deprecated Either mixin #102

Closed pashagray closed 6 years ago

pashagray commented 6 years ago

+Check+ step adapter use deprecated Dry::Monads::Either::Mixin https://github.com/dry-rb/dry-transaction/blob/master/lib/dry/transaction/step_adapters/check.rb#L6

It causes NameError: uninitialized constant Dry::Monads::Either when dry-monads and dry-transaction are both included in Gemfile (github master).

pashagray commented 6 years ago

103