Open martinstut opened 3 years ago
I have the same problem. Any solution?
Same issue here with 2.6. I don't see much activity, perhaps task warrior-web is no longer supported?
Including:
gem 'bigdecimal', '1.3.0'
On my Gemfile fixed the problem.
Including:
gem 'bigdecimal', '1.3.0'
On my Gemfile fixed the problem.
Thanks. I spent like 4 hours until I found this and it works perfectly. 👍
Including:
gem 'bigdecimal', '1.3.0'
On my Gemfile fixed the problem.
This did not work for me on Kubuntu 22.04 with ruby 3.0.2p107, but it gave me the hint I needed. I needed to add
s.add_dependency('bigdecimal', '1.3.0')
to taskwarrior-web.gemspec instead.
When I try launching
task-web
after a fresh install, I get this error message:OS is Ubuntu Mate 20.04 LTS with current updates. Ruby version 2.7,
gem update
has updated everything fine.Output of task _version:
2.5.1
Output of
gem list bigdecimal
:Output of
gem list activesupport
Searching the web turns out many people have issues with Ruby 2.7 and bigdecimal.
How can I launch task-web without downgrading the my entire Ruby environment?