We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When doing amber rebuild (amber 0.3.12) on my Debian bullseye system (ruby2.7) I am getting the following error:
ERROR: undefined method 'new' for BigDecimal:Class
I think that method was deprecated https://github.com/ruby/ruby/blob/v2_6_0/NEWS#label-Stdlib+updates+-28outstanding+ones+only-29
https://github.com/ruby/bigdecimal#which-version-should-you-select
It is being used in lib/amber/page_array.rb. The error seems to be triggered by this haml
lib/amber/page_array.rb
= child_summaries :include_toc => true, :order_by => [:name, {:direction => :desc, :numeric => true}]
and rather than the summaries the output is "true". This can currently be seen here.
The text was updated successfully, but these errors were encountered:
This is still breaking the newsletter archives and would be good to fix.
Sorry, something went wrong.
upgrade for ruby 2.7 compatibility (closes #13 #12)
9aca62a
No branches or pull requests
When doing amber rebuild (amber 0.3.12) on my Debian bullseye system (ruby2.7) I am getting the following error:
ERROR: undefined method 'new' for BigDecimal:Class
I think that method was deprecated
https://github.com/ruby/ruby/blob/v2_6_0/NEWS#label-Stdlib+updates+-28outstanding+ones+only-29
https://github.com/ruby/bigdecimal#which-version-should-you-select
It is being used in
lib/amber/page_array.rb
. The error seems to be triggered by this hamland rather than the summaries the output is "true". This can currently be seen here.
The text was updated successfully, but these errors were encountered: