Find a matching bundler version for a Gemfile and use it.
Any additional arguments are passed to bundle, so use it just like you would use bundle.
Install
=======
gem install matching_bundle
Usage
=====
Everything works just like bundle.
If there is a specific bundler version locked in the gemfile it will be used.
matching_bundle install
matching_bundle exec rake
...
If you need sudo to install gems do something like:
sudo matching_bundle --version # matching version is installed
matching_bundle install # matching version is used
TODO
====
- parse --gemfile option
Author
======
[Michael Grosser](http://grosser.it)
michael@grosser.it
Hereby placed under public domain, do what you want, just do not hold me accountable...