<ule>
Hey guys..I had to do some treaks here so that my old CentOS 6.5 (gcc 4.4) would be able to compile a specific gem while running bundle install
<ule>
Basically I had to set the environment variable CC=/my/path/devtoolset/gcc-6.6
<ule>
For some reason, there is an "extensions" folder that skips the use of this custom gcc-6.6. I'm wondering if you have any idea to help me out with this issue
<ule>
I'm not sure if this is more a bundler issue or a capistrano issue