metricfu / metric_fu

A fist full of code metrics
http://metricfu.github.com/metric_fu
MIT License
624 stars 96 forks source link

Fix Appveyor #314

Closed bronzdoc closed 4 years ago

bronzdoc commented 4 years ago

Actual test failures where fixed by @etagwerker in https://github.com/metricfu/metric_fu/pull/306

Then we had a platform specific gem resolution problem which would not let us bundle successfully.

This issue is already fixed in bundler side but not yet released so a workaround is to use the force_ruby_platform bundler config for now https://github.com/rubygems/bundler/pull/7522#issuecomment-571557108