I have cloned an existing repository and am now running bundle install - for some reason it fails at the ruby-audio gem.
Installing ruby-audio (
So, we got it working together, and I thought I'd share the steps I had to take to make this work. Thanks to all the guys who commented!
libsndfilebrew install libsndfile (install homebrew first if you don't have it already), which didn't work, so I had to...brew install libsndfile, which workedbundle install again, which finally installed the desired gem.