cantino / reckon

Flexibly import bank account CSV files into Ledger for command-line accounting
http://blog.andrewcantino.com/blog/2013/02/16/command-line-accounting-with-ledger-and-reckon/
MIT License
415 stars 46 forks source link

Missing dependency erb #132

Open naki69 opened 1 month ago

naki69 commented 1 month ago

I am new to ruby and this took me a while to figure out. Missing dependency erb. gem install erb solved this issue... Perhaps erb should be added to the dependencies.

benprew commented 1 month ago

Hi Stef, thanks for the report.

Reckon shouldn't require erb, but I'd like to dig a little deeper.

What version of ruby are you using (ruby -v) and where did you get the error message? When trying to install reckon or trying to run it?

Thanks!