summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update vendored Molinillo to 0.6.6seg-molinillo-0.6.6Samuel Giddins2018-08-063-4/+19
* Auto merge of #6645 - bundler:colby/require-etc, r=colby-swandaleThe Bundler Bot2018-07-311-0/+1
|\
| * require `etc` in Bundler#user_homecolby/require-etcColby Swandale2018-07-311-0/+1
* | Auto merge of #6628 - bundler:segiddins/bundler-2-global-path-ruby-scope, r=c...The Bundler Bot2018-07-312-2/+4
|\ \ | |/ |/|
| * Update specs for path always including ruby scopeSamuel Giddins2018-07-291-1/+1
| * [Settings] Append the ruby scope on Bundler 2 with a global path settingSamuel Giddins2018-07-292-1/+3
* | Auto merge of #6627 - agrim123:agr-fix-add-groups, r=deivid-rodriguezThe Bundler Bot2018-07-301-1/+1
|\ \ | |/ |/|
| * Fix singular groups on injecting gemAgrim Mittal2018-07-171-1/+1
* | Don't call File.realpath in a loop, single call does what we wantojab2018-07-231-6/+2
* | Auto merge of #6495 - bundler:segiddins/6491-extra-gem-platform-in-lockfile, ...The Bundler Bot2018-07-222-15/+16
|\ \ | |/ |/|
| * [Definition] Filter out unneeded gem platforms after resolvingsegiddins/6491-extra-gem-platform-in-lockfileSamuel Giddins2018-04-182-15/+16
* | Auto merge of #6621 - ralphbolo:patch-1, r=segiddinsThe Bundler Bot2018-07-111-1/+1
|\ \
| * | Reword bundle update regression messageRalph2018-07-061-1/+1
* | | Auto merge of #6502 - ojab:1-16-stable, r=indirectThe Bundler Bot2018-07-101-2/+13
|\ \ \ | |/ / |/| |
| * | only realpath things that existAndre Arko2018-07-091-2/+3
| * | prevent explosions on Ruby 1.8Andre Arko2018-07-091-1/+5
| * | follow symlinks in bundler_ruby_lib as wellAndre Arko2018-07-091-1/+1
| * | recursively follow symlinksAndre Arko2018-07-091-5/+7
| * | Use realpath in clean_load_pathojab2018-05-031-1/+5
* | | Extract injected gems into const variableAgrim Mittal2018-07-022-7/+9
* | | Update message based on dep requirementAgrim Mittal2018-07-021-2/+8
* | | Fix failing specsAgrim Mittal2018-07-021-4/+10
* | | Add failing tests for install command and fix error message for addAgrim Mittal2018-07-021-10/+7
* | | Add tests for version specificationsAgrim Mittal2018-07-021-2/+2
* | | Separate conditions for version specificationAgrim Mittal2018-07-021-4/+10
* | | Update message descriptionAgrim Mittal2018-07-021-1/+1
* | | Update error message on bundle add in case of duplicationAgrim Mittal2018-07-021-1/+2
* | | Auto merge of #6513 - agrim123:agr-bundler-remove, r=indirectThe Bundler Bot2018-07-026-14/+195
|\ \ \
| * | | Update documentationAgrim Mittal2018-07-011-2/+2
| * | | Move write_to_gemfile to SharedHelpersAgrim Mittal2018-06-282-8/+6
| * | | Remove necessary comments and update documentationAgrim Mittal2018-06-283-12/+2
| * | | Add gemfile method to dependencyAgrim Mittal2018-06-283-4/+5
| * | | Fix test suite and update error messagesAgrim Mittal2018-06-281-18/+12
| * | | Remove necessary comments and update docsAgrim Mittal2018-06-283-6/+4
| * | | Add gemfile error when gem is not presentAgrim Mittal2018-06-282-8/+7
| * | | Add partial gem removal logicAgrim Mittal2018-06-281-7/+14
| * | | fix requirement in pretty_dependency when version not specifiedAgrim Mittal2018-06-281-2/+3
| * | | Remove raise error when dependency is not foundAgrim Mittal2018-06-281-13/+7
| * | | Save extra work when no gems are there to be removedAgrim Mittal2018-06-281-4/+17
| * | | Handle eval_gemfileAgrim Mittal2018-06-283-22/+37
| * | | Add check for gems that removes other gemsAgrim Mittal2018-06-282-19/+51
| * | | Update patterns regexAgrim Mittal2018-06-282-2/+12
| * | | Update documentationAgrim Mittal2018-06-281-2/+2
| * | | Change new_deps to deps to avoid confusionAgrim Mittal2018-06-281-13/+12
| * | | Add warning if gem is not removedAgrim Mittal2018-06-281-2/+12
| * | | Added missing specs and updated regexAgrim Mittal2018-06-282-23/+11
| * | | Moved remove_gems to Injector and update some regexAgrim Mittal2018-06-283-27/+30
| * | | Add failing specs for more casesAgrim Mittal2018-06-281-16/+23
| * | | Fix failing specs for nested groupsAgrim Mittal2018-06-281-20/+24
| * | | Rearrange remove functions to injectorAgrim Mittal2018-06-282-1/+67