Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚙️ Adding dry-monads as development dependency
Without the previously committed `require 'dry-monads'` we encounter the following error: ``` bundle exec rspec NameError: uninitialized constant Dry::Monads::Result::Transformer ./spec/test_app/config/application.rb:15:in `<top (required)>' ./spec/test_app/config/environment.rb:4:in `require_relative' ./spec/test_app/config/environment.rb:4:in `<top (required)>' ./spec/rails_helper.rb:8:in `<top (required)>' ./spec/parsers/bulkrax/xml_parser_spec.rb:3:in `<top (required)>' ``` The error repeats everywhere. When I add the development dependency and remove the require, I see the same error. So, to be clear about this development dependency, I've added it to the gemspec. See: - #900 (comment) - #900
- Loading branch information