Installing Redmine. I\'ve tried,
bundle install --without development test postgresql sqlite
, but error.
Gem::Ext::BuildError: ERR
first run
gem install bundler
It installs the newer bundler and solves the native extension dependencies
then run
bundle install
it should solve the your issue