summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #4916 - bundler:seg-remove-pysched-yaml, r=indirect2-0-devHomu2016-09-308-47/+13
|\ | | | | | | | | | | | | Remove psyched_yaml Closes #4825 See https://github.com/bundler/bundler/issues/4856
| * 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
| | | | | | | | | | | | Dynamically fetch expected rails version This way, we don't have to update this expectation every time a new rails version comes out
| * 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
|\ \ | |/ |/| | | | | | | | | | | [Installer] Skip eval’ing a Gemfile twice when there’s a lockfile Closes #3096. Closes #4417. \c @indirect
| * [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 inferring from .ruby-version See https://github.com/bundler/bundler/issues/4856. Reverts most of https://github.com/bundler/bundler/pull/4036
| * Revert "[DSL] Add spec for inferring ruby version"seg-revert-infer-ruby-versionSamuel Giddins2016-08-291-12/+0
| | | | | | | | | | | | | | This reverts commit 53c16166432992aa09559735338f68771c02e9c2. # Conflicts: # spec/other/platform_spec.rb
| * Revert "[DSL] Infer ruby from .ruby-version"Samuel Giddins2016-08-291-7/+0
| | | | | | | | | | | | | | This reverts commit c20815c7ddb6a882d946ba0ab53e745d2ea16989. # Conflicts: # lib/bundler/dsl.rb
* | Auto merge of #4930 - bundler:seg-fix-fetching-all-specs, r=indirectHomu2016-09-029-14/+77
|\ \ | |/ |/| | | | | | | [RubyGems] Stop fetching all specs 😁 aka boolean logic is hard
| * [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
| | | | | | | | | | | | | | | | | | | | | | Update specs to use compact_index 0.11 Also removed the penalty for adding requirements to dependencies! \c @indirect # Conflicts: # spec/support/artifice/compact_index_concurrent_download.rb
| * [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
|\ | | | | | | | | | | | | Get 2-0-dev green again Closes https://github.com/bundler/bundler/issues/4719 \c @indirect
| * 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
| | | | | | | | This will ensure we give friendly error messages if we’re installed with something like gem i --force
| * 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
| | | | | | | | | | - Rack 2.x requires Ruby version >= 2.2.2 - artifice doesn't support rack 2.x now.
| * 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
|\ | | | | | | | | | | | | | | [2.0] Remove RubyGems Aggregate & support transitive source pinning Closes https://github.com/bundler/bundler/issues/3671. Closes https://github.com/bundler/bundler/pull/3696. Closes #4059.
| * 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
| | | | | | | | Aka test that github: "rails" works
| * [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
| | | | | | | | Accounting for the removal of the rubygems aggregate
| * 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
| | | | | | | | Also the re-introduction of the guarentee of at least 1 gem source
| * 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
| | | | | | | | Unpinned back deps still pull from an arbitrary source at this point, will have to fix that later