Hello While installing Zammad 5.1 on Ubuntu 20.04 I get the following after upgrading Ruby and running the command :
bundle install --without test development postgres
I get this error :
An error occurred while installing racc (1.6.0), and Bundler cannot continue.
In Gemfile:
rails was resolved to 6.1.7, which depends on
actioncable was resolved to 6.1.7, which depends on
actionpack was resolved to 6.1.7, which depends on
actionview was resolved to 6.1.7, which depends on
rails-dom-testing was resolved to 2.0.3, which depends on
nokogiri was resolved to 1.13.9, which depends on
racc
I'm pretty new to Linux administration, So any pointers would help alot
Cheers.
I was hoping running the above commands would fix issues with my gemfile incompatibility and this has only given a new error.