Open DanySK opened 4 years ago
same here
Maybe a helpful workaround:
I installed ruby with rvm install 2.5.1
on Ubuntu Subsystem on Windows, and it works
If you have rvm, just use ruby 2.6
rvm use 2.6
Guys of course rolling back Ruby works. But that's hardly a solution. This is going to keep being an issue for the foreseeable future, I believe Ruby won't roll back changes introduced with 2.7.0.
For any future readers, add gem 'bigdecimal', '>= 2.5.5'
to your Gemfile followed by bundle install
. This fixes the issue on ruby 2.7.5.
Installing and using the tool with Ruby 2.7.0 throws the following error: