Installing Ruby / GSL in Heroku Application
问题 Context: I have an application that makes heavy use of the GSL library and its Ruby bindings. I'd like to deploy the app to Heroku. I'm very new to programming in general, much less deployment, and Heroku is very simple to use, especially for Rails apps. I have GSL installed on my laptop. I am using the 'gsl' gem. The Problem: The gem requires that the GSL library already be installed. GSL is not already installed in the Heroku environment. So, unsurprisingly, I get this error from Heroku