Closed chrisnicola closed 10 years ago
Hi Chris,
Sorry for the trouble. You appear to be running an ancient version of Brakeman (1.5.3 from April 2012) when the latest is 2.6.2. Try updating Brakeman and see if that helps.
Thanks, sorry about that I should have seen that. I had two versions installed and that was breaking things for some reason. I'll fix that. I'm getting a new problem though. Brakeman brings in Haml as a dependency (so does dawn) and even though I have require: false
in my Gemfile it is loading Haml with rails and that is throwing an error when I upgrade to Sass 3.3. I've posted the full details to SO I'd appreciate any help if you have any suggestions.
I'm so sorry, it was still me loading the old version. I added ~> 2.0
to my Gemfile and I'm all good now.
No worries, glad you figured it out.