Sha256: 34b0a63bc0ca2d9d6061ccfc8368c82cdf25bd7ece6a4361765548bf00f7d6d3

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

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)<br/>
michael@grosser.it<br/>
Hereby placed under public domain, do what you want, just do not hold me accountable...

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
matching_bundle-0.1.0 Readme.md