robfletcher / gradle-compass

A SASS / Compass plugin for Gradle
Apache License 2.0
60 stars 38 forks source link

Gem installation location is overridden by .gemrc file #5

Open robfletcher opened 11 years ago

robfletcher commented 11 years ago

Need to figure out a way to ignore this file to avoid conflicts a la ratpack/ratpack#71

robfletcher commented 10 years ago

@kousen do you still have the .gemrc file that was causing the problem described in ratpack/ratpack#71? Was it specifying gem_home? I think I see how to fix this but I want to test it out.

kousen commented 10 years ago

The only .gemrc file I have has a single line in it: gem: -N -n /usr/local/bin

I don't remember any more if that was the problem file. I should note that I think the problem was caused by installing asciidoctor. When I install that and use homebrew for vim and others, sometimes I get gems in the wrong places. Unfortunately, I don't have any specifics, but I'll be happy to try whatever you like.

robfletcher commented 10 years ago

Are you still having problems building Ratpack? If so I can push a new version of the plugin to see if what I think will fix the problem does in fact fix the problem.