summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update spec to account for old rubygems printing the dependency typeseg-warn-unused-depsSamuel Giddins2016-09-201-1/+1
* [Definition] Print a helpful warning when a dependency is unused on any platformSamuel Giddins2016-09-192-3/+28
* Auto merge of #4971 - bundler:seg-pare-metadata-error, r=indirectHomu2016-09-192-0/+15
|\
| * [EndpointSpecification] Raise a helpful error when parsing metadata failsseg-pare-metadata-errorSamuel Giddins2016-09-162-0/+15
* | Auto merge of #4967 - bundler:seg-lock-no-update, r=indirectHomu2016-09-194-11/+38
|\ \
| * | [Lock] Default to not updatingseg-lock-no-updateSamuel Giddins2016-09-114-11/+38
* | | Auto merge of #4994 - bundler:seg-definition-init-perf, r=segiddinsHomu2016-09-171-4/+2
|\ \ \
| * | | [Definition] Avoid parsing lockfile twice on initseg-definition-init-perfSamuel Giddins2016-09-161-4/+2
* | | | Auto merge of #4976 - bundler:seg-fix-eval-gemfile-path-sources, r=indirectHomu2016-09-172-1/+24
|\ \ \ \
| * | | | [Path] Fix serializing absolute paths that are inside the rootseg-fix-eval-gemfile-path-sourcesSamuel Giddins2016-09-131-1/+1
| * | | | [Path] Store lockfile paths relative to the root, not the gemfile pathSamuel Giddins2016-09-132-1/+24
| | |_|/ | |/| |
* | | | Auto merge of #4983 - bundler:seg-redefine-method-visibility, r=indirecthomu-tmpHomu2016-09-161-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | [RubygemsIntegration] Only set visibility if theres a methodSamuel Giddins2016-09-161-1/+2
| * | | [RubygemsIntegration] Ensure redefined methods have the same visibilitySamuel Giddins2016-09-161-0/+12
|/ / /
* | | Auto merge of #4922 - JuanitoFatas:fix/4914-gemfile-engine-symbol-and-string,...Homu2016-09-153-2/+39
|\ \ \
| * | | Use Hashrocket => because we support Ruby 1.8.7JuanitoFatas2016-09-151-2/+2
| * | | Support specify engine by symbol in GemfileJuanitoFatas2016-09-153-2/+39
* | | | Auto merge of #4990 - bundler:seg-realworld-flex, r=segiddinsHomu2016-09-151-2/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Dynamically fetch expected rails versionseg-realworld-flexSamuel Giddins2016-09-151-2/+10
|/ / /
* | | Auto merge of #4977 - chrismo:cons_lock_shared_deps, r=segiddinsHomu2016-09-142-3/+70
|\ \ \
| * | | Fix #4934. Make GVP _after_ eager unlock.chrismo2016-09-132-3/+70
* | | | Merge tag 'v1.13.1'Samuel Giddins2016-09-132-1/+12
|\ \ \ \
| * | | | Version 1.13.1 with changelogv1.13.1Samuel Giddins2016-09-132-1/+8
| * | | | Auto merge of #4972 - bundler:seg-molinillo-0.5.1, r=indirectHomu2016-09-132-3/+9
| * | | | Auto merge of #4944 - dekellum:missing-require-rubygems-source, r=indirectHomu2016-09-131-0/+10
| * | | | Version 1.13.0 with changelogv1.13.0Andre Arko2016-09-062-1/+5
| * | | | Version 1.13.0.rc.2 with changelogv1.13.0.rc.2Andre Arko2016-08-212-2/+34
| * | | | postpone the `add` command until 1.14Andre Arko2016-08-212-94/+0
| * | | | we can just use repo1 instead of copying to repo2Andre Arko2016-08-211-3/+1
| * | | | it’s not injecting anymoreAndre Arko2016-08-211-1/+1
| * | | | mark inject deprecated for removal in 2.0Andre Arko2016-08-211-0/+1
* | | | | Auto merge of #4972 - bundler:seg-molinillo-0.5.1, r=indirectHomu2016-09-132-3/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update vendored Molinillo to 0.5.1seg-molinillo-0.5.1Samuel Giddins2016-09-132-3/+9
|/ / / /
* | | | Auto merge of #4958 - biow0lf:master, r=indirectHomu2016-09-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix typo in CHANGELOG.md [ci skip]Igor Zubkov2016-09-091-1/+1
| | |/ | |/|
* | | Auto merge of #4955 - bundler:seg-fail-invalid-uri-schemes, r=indirectHomu2016-09-112-0/+22
|\ \ \
| * | | Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemesSamuel Giddins2016-09-072-0/+22
* | | | Auto merge of #4931 - bundler:seg-compact-index-debugging, r=indirectHomu2016-09-112-4/+27
|\ \ \ \
| * | | | Add debug logging to the compact index clientseg-compact-index-debuggingSamuel Giddins2016-09-061-3/+26
| * | | | [CompactIndexClient::Updater] Support weak etagsSamuel Giddins2016-09-061-1/+1
* | | | | Auto merge of #4944 - dekellum:missing-require-rubygems-source, r=indirectHomu2016-09-111-0/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | But I only put that there to amuse you, RubocopDavid Kellum2016-09-021-1/+1
| * | | | If this works, you are just as nuisance, RubocopDavid Kellum2016-09-021-1/+2
| * | | | Get it passing for rubygems <2.0.0David Kellum2016-09-021-1/+9
| * | | | [RubygemsExt] Add missing require rubygems/sourceDavid Kellum2016-09-021-0/+1
| |/ / /
* | | | Auto merge of #4933 - bundler:check-187, r=segiddinsHomu2016-09-081-2/+19
|\ \ \ \
| * | | | require one passing 1.8.7 buildcheck-187Andre Arko2016-09-081-2/+19
|/ / / /
* | | | Auto merge of #4949 - bundler:seg-doc-config-default-cache-path, r=segiddinsHomu2016-09-081-1/+1
|\ \ \ \
| * | | | Document the default value for the cache_path settingseg-doc-config-default-cache-pathSamuel Giddins2016-09-061-1/+1
| |/ / /
* | | | Auto merge of #4950 - bundler:seg-no-empty-parens-install-message, r=segiddinsHomu2016-09-081-1/+1
|\ \ \ \ | |_|/ / |/| | |