YAML Editing and Refactoring with Better Accuracy
A bundler plugin that hijacks the resolution to use gems with precompiled binaries instead of their original one. For example, adding `gem 'bigdecimal'` in your Gemfile, will instead download a different gem that is exactly similar to the bigdecimal one but without having to compile it during install. This project is experimental, use at your own risk