azavea / vagrant-cartodb

Ansible role to build a multi-machine vagrant setup for CartoDB
Apache License 2.0
13 stars 3 forks source link

Install Ruby development packages by default #4

Closed hectcastro closed 8 years ago

hectcastro commented 8 years ago

Without the Ruby development packages installed, the Compass gem installation fails. This is because it contains a native extension that makes use of Ruby specific header files.


Testing

Destroy your local VM and reprovision it from scratch:

$ vagrant destroy -f
$ vagrant up
CloudNiner commented 8 years ago

+1