Development setup - Bundle error (solved)

On Ubuntu 20.04.2 LTS got to the bundle step and ran an error(log). An error said rugged needs Cmake to build so I installed that

sudo apt-get install cmake

which seemed successful but left some post-install messages. The numbers don’t match 100% what’s in the wiki but I’m goin’ with it.

Bundle complete! 136 Gemfile dependencies, 323 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from rails-assets-autosize:
This component doesn't define main assets in bower.json.
Please open new pull request in component's repository:
https://github.com/jackmoore/autosize
Post-install message from rails-assets-blueimp-gallery:
This component doesn't define main assets in bower.json.
Please open new pull request in component's repository:
https://github.com/blueimp/Gallery
Post-install message from rails-assets-jquery.ui:
This component doesn't define main assets in bower.json.
Please open new pull request in component's repository:
https://github.com/jquery/jquery-ui
Post-install message from rails-assets-utatti-perfect-scrollbar:
This component doesn't define main assets in bower.json.
Please open new pull request in component's repository:
https://github.com/utatti/perfect-scrollbar

Unless adding or updating gems you can generally ignore post-install messages. They have been taken care of.

1 Like