summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove unneeded `to_s` callsDavid Rodríguez2019-12-082-2/+2
| * | Lazily load uriDavid Rodríguez2019-12-087-9/+5
| |/
* | Fix `bundle exec rake install` not workingDavid Rodríguez2019-12-101-2/+2
* | Extract a `gem_command` methodDavid Rodríguez2019-12-091-5/+7
* | Name variable consistenlyDavid Rodríguez2019-12-091-4/+4
|/
* Remove unused methodmisc_cleanupDavid Rodríguez2019-12-061-6/+0
* Remove unnecessary code copied from rubygemsDavid Rodríguez2019-12-063-45/+1
* Remove unnecessary parameter to `fetch_specs`David Rodríguez2019-12-061-6/+4
* Vendor latest thor's masterbump_thorDavid Rodríguez2019-12-0610-45/+83
* Vendor fileutils 1.4.1fileutils_1_4_1David Rodríguez2019-11-302-8/+3
* Merge #7418Bundlerbot2019-11-291-31/+36
|\
| * Restore previous BUNDLE_GEMFILE in bundler/inlinefatkodima2019-11-221-31/+36
* | Lazily load CGIDavid Rodríguez2019-11-271-1/+1
* | Merge #7455Bundlerbot2019-11-261-1/+2
|\ \
| * | Lazily load `open3`David Rodríguez2019-11-261-1/+2
| |/
* | Add :glob to git source uniquenessfatkodima2019-11-211-3/+4
|/
* Merge #7442Bundlerbot2019-11-211-3/+12
|\
| * Fix shelling out to rubygems being silentDavid Rodríguez2019-11-181-3/+12
* | Pick up changelog and version bump from 2-1-stableDavid Rodríguez2019-11-181-1/+1
|/
* Pickup latest changes in thor masterDavid Rodríguez2019-11-1118-217/+118
* Remove unnecessary requireDavid Rodríguez2019-11-111-1/+0
* Merge #7423Bundlerbot2019-11-092-4/+9
|\
| * Ignore local overrides for bundle pristinefatkodima2019-11-062-4/+9
* | Merge #6455Bundlerbot2019-11-084-4/+24
|\ \
| * | [CLI::Gem] Add a --rubocop optionsegiddins/bundle-gem-rubocop-optionSamuel Giddins2019-10-194-4/+24
* | | Remove rubygems integration dead codedead_codeDavid Rodríguez2019-11-071-29/+0
* | | Merge #7417Bundlerbot2019-11-071-2/+6
|\ \ \
| * | | Fix bundler/inline warning: method redefined; discarding old rootfatkodima2019-11-031-2/+6
* | | | Merge #7416Bundlerbot2019-11-071-17/+12
|\ \ \ \
| * | | | Don't use insecure temporary directory as home directoryfatkodima2019-11-041-17/+12
* | | | | Merge #7424Bundlerbot2019-11-061-1/+1
|\ \ \ \ \
| * | | | | Drop unnecessary `tempfile` requiredrop_unnecessary_tempfile_requireDavid Rodríguez2019-11-061-1/+1
* | | | | | Merge #7393Bundlerbot2019-11-061-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make bundle add caches newly added gems when needed.André Luis Leal Cardoso Junior2019-11-041-0/+1
* | | | | | Merge #7394Bundlerbot2019-11-062-0/+65
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Grammarzverok2019-11-051-1/+1
| * | | | | Add inline RDoc documentationzverok2019-10-262-0/+65
| |/ / / /
* | | | | Remove unnecessary lines from `bundler/setup`remove_unnecessary_load_path_manipulationDavid Rodríguez2019-11-051-4/+0
| |/ / / |/| | |
* | | | Merge #7404Bundlerbot2019-11-042-11/+13
|\ \ \ \
| * | | | Support multiple groups for --without-group and --only-group options in bundl...fatkodima2019-11-012-11/+13
| | |/ / | |/| |
* | | | Merge #7401Bundlerbot2019-11-049-40/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Respect log level when showing GemRequireError'sno_silent_output_by_defaultDavid Rodríguez2019-10-311-1/+1
| * | | More cleanupDavid Rodríguez2019-10-311-7/+0
| * | | Don't silence the UI by defaultDavid Rodríguez2019-10-317-32/+6
* | | | Merge #7376Bundlerbot2019-10-301-0/+7
|\ \ \ \
| * | | | Remove respond_to? check for metadata methodOrien Madgwick2019-10-211-1/+1
| * | | | bundle info prints gem metadataOrien Madgwick2019-10-061-0/+7
* | | | | Fix help with command aliasesfix_help_with_command_aliasesDavid Rodríguez2019-10-301-2/+20
* | | | | Add "ex", and "exe" to "bundle exec" aliasesDavid Rodríguez2019-10-301-2/+3
* | | | | Extract aliases to a constant for later reusageDavid Rodríguez2019-10-301-6/+19