jenkinsci / rubymetrics-plugin

Ruby metric reports for Jenkins. Rcov, Rails stats, Rails notes and Flog.
https://plugins.jenkins.io/rubyMetrics/
25 stars 28 forks source link

Support for 'bundle exec flog' #7

Open mgreen opened 12 years ago

mgreen commented 12 years ago

I had a problem on my build box where a newer version of a flog gem was installed by one project. This caused flog to fail. More surprising to me was that it also caused flog to fail for other projects that had not yet upgraded the gem version. If it were possible to run as 'bundle exec flog', this type of problem could be isolated.