summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #4916 - bundler:seg-remove-pysched-yaml, r=indirect2-0-devHomu2016-09-308-47/+13
|\
| * Update resolving spec for RG master using a specific exceptionseg-remove-pysched-yamlSamuel Giddins2016-09-231-1/+1
| * Auto merge of #4990 - bundler:seg-realworld-flex, r=segiddinsHomu2016-09-221-2/+10
| * Remove psyched_yamlSamuel Giddins2016-09-216-44/+2
* | Auto merge of #4952 - bundler:seg-no-eval-gemfile-twice-2-0, r=indirectHomu2016-09-107-11/+69
|\ \ | |/ |/|
| * [SourceList] Return nil when get-ing a nil sourceseg-no-eval-gemfile-twice-2-0Samuel Giddins2016-09-081-0/+1
| * Fix checking for missing deps when theres a lockfileSamuel Giddins2016-09-073-3/+21
| * Add a spec for not double-eval'ing a GemfileSamuel Giddins2016-09-071-0/+25
| * [Installer] Skip eval’ing a Gemfile twice when there’s a lockfileSamuel Giddins2016-09-072-10/+16
| * [Source] Reset cached state on remote! and cached!Samuel Giddins2016-09-072-0/+4
| * [SpecSet] Add to_sSamuel Giddins2016-09-071-0/+4
|/
* Auto merge of #4892 - bundler:seg-revert-infer-ruby-version, r=segiddinsHomu2016-09-022-19/+0
|\
| * Revert "[DSL] Add spec for inferring ruby version"seg-revert-infer-ruby-versionSamuel Giddins2016-08-291-12/+0
| * Revert "[DSL] Infer ruby from .ruby-version"Samuel Giddins2016-08-291-7/+0
* | Auto merge of #4930 - bundler:seg-fix-fetching-all-specs, r=indirectHomu2016-09-029-14/+77
|\ \ | |/ |/|
| * [Index] Allow #dependency_names when all specs already have dependenciesseg-fix-fetching-all-specsSamuel Giddins2016-08-306-4/+62
| * Auto merge of #4928 - bundler:seg-update-compact-index, r=segiddinsHomu2016-08-293-10/+15
| * [RubyGems] Stop fetching all specs 😁Samuel Giddins2016-08-291-2/+2
|/
* Auto merge of #4915 - bundler:seg-2-0-dev-fixes, r=indirectHomu2016-08-2714-16/+47
|\
| * Fix RG 2.0.14 serialization of gemspecs to yamlseg-2-0-dev-fixesSamuel Giddins2016-08-261-1/+1
| * Use Gem.ruby for bundle exec ruby in specsSamuel Giddins2016-08-261-5/+5
| * Add a compatibility guardSamuel Giddins2016-08-245-0/+17
| * Update specs for ruby 2.0 compatibilitySamuel Giddins2016-08-242-2/+2
| * [Gemspec] Set required_ruby_version & required_rubygems_version to >= 2Samuel Giddins2016-08-241-2/+2
| * [Rakefile] Add missing RubyGems versionsSamuel Giddins2016-08-241-1/+1
| * [Travis] Restore RG, Ruby 2+ supportSamuel Giddins2016-08-241-1/+12
| * Installing gems without version after the ones with version for testsAsutosh Palai2016-08-241-1/+1
| * Fix test failures due to Rack 2.xKohei Suzuki2016-08-241-2/+5
| * Update realworld specs for rails 3.2.22.3Samuel Giddins2016-08-241-1/+1
|/
* Auto merge of #4714 - bundler:seg-no-aggregate, r=indirectHomu2016-06-2929-317/+595
|\
| * Fix specs checking for rake sourceseg-no-aggregateSamuel Giddins2016-06-281-8/+21
| * Dont add rake to repo1Samuel Giddins2016-06-281-6/+0
| * Add failing test for invalid warningJuan Barreneche2016-06-271-1/+11
| * Ensure all installations succeed in the resolving specSamuel Giddins2016-06-271-6/+6
| * [Definition] Remove confusing memoize procSamuel Giddins2016-06-271-13/+7
| * Add specs for pulling transitive deps from monoreposSamuel Giddins2016-06-271-0/+116
| * [Resolver] Remove dead codeSamuel Giddins2016-06-271-4/+0
| * [DSL] Error when using a path source without a blockSamuel Giddins2016-06-271-0/+10
| * Fix the SourceList specsSamuel Giddins2016-06-274-48/+54
| * Update downloader spec for URL in 404 error messageSamuel Giddins2016-06-271-1/+1
| * Update specs for improved resolver source errorsSamuel Giddins2016-06-274-7/+10
| * Update lockfile specs for re-orderingSamuel Giddins2016-06-272-8/+32
| * Update specs for removal of global path source supportSamuel Giddins2016-06-273-49/+69
| * Use new source_requirements format for indexes helperSamuel Giddins2016-06-272-2/+5
| * [StubSpecification] Fix StackOverflow on #to_yamlSamuel Giddins2016-06-271-2/+2
| * [Resolver] Strip ruby platform from more error messagesSamuel Giddins2016-06-271-4/+7
| * [LockfileParser] Keep duplicate path sourcesSamuel Giddins2016-06-271-7/+11
| * [Resolver] Pin transitive deps to relevant sourcesSamuel Giddins2016-06-276-17/+57
| * Failing spec for #3671.Tim Moore2016-06-271-1/+74
| * Fix back deps with pinned sourcesSamuel Giddins2016-06-278-66/+86