summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid requiring the whole of rubygems/ext to backport monitorSamuel Giddins2017-04-041-1/+7
* [Definition] Add comment explaining why we need to override a deps typeseg-zoom-zoomSamuel Giddins2017-04-031-0/+6
* [LockfileParser] Add comments to NAME_PATTERNSamuel Giddins2017-04-031-1/+9
* [Runtime] Avoid re-locking when not unlocking and nothing has changedSamuel Giddins2017-04-032-6/+11
* [LockfileParser] Use a single name-version regexpSamuel Giddins2017-04-031-33/+33
* [Definition] Move #fixup_dependency_types! into #converge_dependenciesSamuel Giddins2017-04-031-21/+12
* [Definition] Only print change reason if it is non-emptySamuel Giddins2017-04-031-1/+2
* [Runtime] Suggest `bundle install` instead of just `bundle`Samuel Giddins2017-04-031-1/+1
* Auto merge of #5555 - bundler:seg-outdated-new-machine, r=indirectThe Bundler Bot2017-04-033-24/+30
|\
| * [Outdated] Stop printing “from” messages in random placesseg-outdated-new-machineSamuel Giddins2017-03-311-17/+15
| * [Outdated] Support running when gems are not yet installedSamuel Giddins2017-03-311-1/+1
| * [LazySpecification] Implement #git_versionSamuel Giddins2017-03-311-0/+5
| * [UI::Shell] Simplify level comparison logicSamuel Giddins2017-03-311-6/+9
* | Auto merge of #5554 - bundler:seg-validate-git-specs, r=indirectThe Bundler Bot2017-04-032-1/+9
|\ \
| * | [Source::Git] Only validate specs once (on download)seg-validate-git-specsSamuel Giddins2017-03-312-1/+9
| |/
* | Auto merge of #5542 - bundler:seg-conflict-minimal-dependencies, r=indirectThe Bundler Bot2017-04-033-1/+86
|\ \ | |/ |/|
| * Use reject! and map.flatten(1) for Ruby 1.8.7 supportseg-conflict-minimal-dependenciesSamuel Giddins2017-03-301-4/+4
| * [VersionRanges] Support old RG without Requirement#concatSamuel Giddins2017-03-301-4/+3
| * [VersionRanges] Say that != x, = x is emptySamuel Giddins2017-03-301-3/+10
| * [Resolver] Handle when there is no inherently conflicting set of depsSamuel Giddins2017-03-301-1/+1
| * [Resolver] Only include minimal set of conflicting deps in conflict messageSamuel Giddins2017-03-303-1/+80
* | Change `definition#converge_dependencies` comparison to an iterator for perfo...Julian Nadeau2017-03-301-2/+11
|/
* Auto merge of #5539 - jules2689:master, r=segiddinsThe Bundler Bot2017-03-292-18/+17
|\
| * Change LockFileParse dependencies class variable from an array to a hashJulian Nadeau2017-03-282-18/+17
* | Auto merge of #5509 - brchristian:amber_regressions, r=segiddinsThe Bundler Bot2017-03-291-1/+17
|\ \ | |/ |/|
| * use Gem::Version.correct? instead of catching exceptionsBrian Christian2017-03-231-3/+7
| * extract color logic into private methodBrian Christian2017-03-081-9/+13
| * only rescue relevant exceptionsBrian Christian2017-03-081-1/+1
| * use yellow color when version is moving backwardsBrian Christian2017-03-081-1/+9
* | Require socket in the file that needs itRafael Mendonça França2017-03-231-0/+2
* | Auto merge of #5524 - colby-swandale:fix-gem-command-git, r=colby-swandaleThe Bundler Bot2017-03-231-5/+8
|\ \
| * | dont create .gitignore as well if git is not installed in the gem commandColby Swandale2017-03-191-1/+2
| * | dont init new git repo unless git is installed on gem commandColby Swandale2017-03-191-4/+6
* | | Auto merge of #5520 - kerrizor:kerrizor/stop-bundler-from-uninstalling-itself...The Bundler Bot2017-03-202-1/+7
|\ \ \
| * | | Account for differing behavior in hash#select between 1.8.7 and 1.9.3+Kerri Miller2017-03-171-1/+1
| * | | .map -> .each, as we are not using return valueKerri Miller2017-03-161-1/+1
| * | | Only uninstall plugins that we attempted to install.Kerri Miller2017-03-162-1/+7
| |/ /
* | | fix spacing between paragraphs in generated READMEs for new gemsColby Swandale2017-03-191-4/+4
|/ /
* | Auto merge of #5428 - DTrierweiler:master, r=segiddinsThe Bundler Bot2017-03-161-0/+5
|\ \
| * | Double quotes and small documentationDaniel Trierweiler2017-03-151-1/+1
| * | --key parameter can be set via bundle config gem.push_keyDaniel Trierweiler2017-03-151-1/+1
| * | Uppercase for env variablesDaniel Trierweiler2017-02-131-1/+1
| * | Add the option to use the --key parameter for gemstash with private gemsDaniel Trierweiler2017-02-131-0/+5
* | | Auto merge of #5504 - bundler:seg-double-bundle-exec, r=indirectThe Bundler Bot2017-03-152-4/+12
|\ \ \
| * | | [CLI] Only reset paths if we’ve set a custom gemfileSamuel Giddins2017-03-142-3/+12
| * | | [CLI] Dont reset every time the CLI is initializedSamuel Giddins2017-03-141-1/+0
* | | | Auto merge of #5502 - denniss:5009-suggest-delete-frozen-config, r=segiddinsThe Bundler Bot2017-03-151-1/+3
|\ \ \ \
| * | | | Suggest different command depending on where 'frozen' config is setDennis Suratna2017-03-061-1/+3
* | | | | Auto merge of #5515 - bundler:seg-fixup-loaded-gemspec-version, r=indirectThe Bundler Bot2017-03-151-0/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ensure Gem.loaded_specs["bundler"].version returns bundler's versionseg-fixup-loaded-gemspec-versionSamuel Giddins2017-03-141-0/+13