rake docker:test:all # Run all tests with Docker Compose
rake docker:test:integration # Run integration tests with Docker Compose
rake docker:test:spec # Run RSpec tests with Docker Compose
gem_make.out
via this error when installing:
pi@rpi-home:~ $ sudo gem install atomic
Building native extensions. This could take a while...
ERROR: Error installing atomic:
ERROR: Failed to build gem native extension.
/usr/bin/ruby2.1 extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h
extconf failed, exit code 1
Gem files will remain installed in /var/lib/gems/2.1.0/gems/atomic-1.1.99 for inspection.
Results logged to /var/lib/gems/2.1.0/extensions/arm-linux/2.1.0/atomic-1.1.99/gem_make.out
sudo apt-get install ruby-dev
doesn’t fix it, you can capture a list of all of the currently installed packages with dpkg -l > packages.txt
to see what you have. Feel free to post that package list on a Github gist or something, and post a link to it here.