devise-passwordless
devise-passwordless copied to clipboard
make opts accessable to mailer
trafficstars
closes #48
There's a failing test:
290 /opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/psych.rb:456:in
291 parse_stream': undefined method `parse' for #<Psych::Parser:0x0000555835987a28>
Can you install the following dependency and try again?
apt-get install -y libyaml-dev
I think if we rerun the failing tests it should work. Its working in main and i did not change anything that would effect libyaml.
Thanks for your contribution! :tada: I merged this into master a long while ago, but only just released it with gem version 1.0.2. Took me a while to fix the build due to some family health issues - thanks for your patience
awesome. Ill update my gems to upstream thanks 👍