You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running this with ruby test.tb gives me this error:
❯ ruby test.rb
/home/jeremy/.asdf/installs/ruby/3.1.3/lib/ruby/gems/3.1.0/gems/guevara-1.0.0/lib/guevara/row.rb:23:in `format': key<entry_description> not found (KeyError)
from /home/jeremy/.asdf/installs/ruby/3.1.3/lib/ruby/gems/3.1.0/gems/guevara-1.0.0/lib/guevara/row.rb:23:in `to_s'
from /home/jeremy/.asdf/installs/ruby/3.1.3/lib/ruby/gems/3.1.0/gems/guevara-1.0.0/lib/guevara/batch.rb:20:in `to_s'
from /home/jeremy/.asdf/installs/ruby/3.1.3/lib/ruby/gems/3.1.0/gems/guevara-1.0.0/lib/guevara/nacha.rb:25:in `block in to_s'
from /home/jeremy/.asdf/installs/ruby/3.1.3/lib/ruby/gems/3.1.0/gems/guevara-1.0.0/lib/guevara/nacha.rb:25:in `each'
from /home/jeremy/.asdf/installs/ruby/3.1.3/lib/ruby/gems/3.1.0/gems/guevara-1.0.0/lib/guevara/nacha.rb:25:in `to_s'
from test.rb:34:in `<main>'
I was just trying the example in the README:
running this with
ruby test.tb
gives me this error:Here's my Gemfile.lock
I tried on Ruby 2.5, 2.7, and 3.1
The text was updated successfully, but these errors were encountered: