summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Definition] Dont updated bundled with when 100% unnecessaryseg-bundled-withSamuel E. Giddins2015-06-232-11/+52
* expect the correct exitstatus, refactor testsAndre Arko2015-06-231-18/+8
* try to make the precedence clearerAndre Arko2015-06-231-3/+3
* Merge pull request #3743Andre Arko2015-06-232-2/+32
|\
| * Add test to ensure that bundle install --force works even when bundle is not ...Karlo2015-06-231-0/+9
| * Add test to ensure that bundle install --force doesn't leave any old code on ...Karlo2015-06-231-0/+8
| * Don't reinstall bundler when using --forceKarlo2015-06-232-1/+13
| * Add test to ensure that bundle install --force exits without errorKarlo2015-06-231-2/+3
|/
* Make Bundler::RemoteSpecification comparable.Tony Spataro2015-06-193-11/+76
* Allow comparing Bundler StubSpecs with RG specsAndre Arko2015-06-192-2/+25
* Merge pull request #3736 from bundler/seg-fixed-resolverSamuel E. Giddins2015-06-161-3/+5
|\
| * [Resolver] Fix initialization of search varseg-fixed-resolverSamuel E. Giddins2015-06-161-2/+1
| * [Resolver] Only search when necessarySamuel E. Giddins2015-06-131-1/+1
| * [Resolver] Add optimization for deps where theres a path/gemspec sourceSamuel E. Giddins2015-06-101-3/+6
* | Merge pull request #3747 from pducks32/update-rails-versionSamuel E. Giddins2015-06-161-1/+1
|\ \
| * | update rails version in specsPatrick Metcalfe2015-06-161-1/+1
|/ /
* | Version 1.10.4 with changelogv1.10.4Andre Arko2015-06-162-1/+12
|/
* [Travis] Test against 2.4.8 nowSamuel E. Giddins2015-06-102-3/+3
* Merge pull request #3722 from bundler/implicit_lock_preservationAndré Arko2015-06-087-7/+131
|\
| * specs for bundler version warningsimplicit_lock_preservationAndre Arko2015-06-082-2/+6
| * use existing constants to match BUNDLED WITHAndre Arko2015-06-081-1/+2
| * Fix bundler/inline.Tim Moore2015-06-081-1/+1
| * avoid altering BUNDLED WITH during implicit locksAndre Arko2015-06-084-6/+16
| * failing specs for BUNDLED WITH preservationAndre Arko2015-06-082-0/+109
|/
* Revert "Bundler.ui is now lazy-created"Andre Arko2015-06-081-0/+7
* remove unused variableAndre Arko2015-06-081-2/+0
* hoist post_install_messageAndre Arko2015-06-081-0/+1
* Display "with native extensions" log output correctlyIvan Tse2015-06-083-2/+13
* no more native ext message via RG outputAndre Arko2015-06-081-5/+1
* fix post-install messages from git and path gemsAndre Arko2015-06-083-8/+9
* post-install for consistencyAndre Arko2015-06-081-1/+1
* put related code togetherAndre Arko2015-06-071-1/+4
* print installing message _before_ installingAndre Arko2015-06-072-13/+9
* Bundler.ui is now lazy-createdAndre Arko2015-06-071-7/+0
* failing spec for native extensions outputAndre Arko2015-06-071-0/+1
* rename c_ext_spec → native_extension_specAndre Arko2015-06-071-1/+1
* Fix the failing spec.Tim Moore2015-06-051-1/+1
* it’s fine to use a known-old versionAndre Arko2015-06-051-3/+0
* explicitly alias i, c, and e commandsAndre Arko2015-06-051-1/+3
* move the base install/update specs into commandsAndre Arko2015-06-052-0/+0
* Version 1.10.3 with changelogv1.10.3Samuel E. Giddins2015-06-032-1/+10
* Merge pull request #3707 from bundler/seg-unset-uiAndré Arko2015-06-043-1/+9
|\
| * Unset UI when yielding to other programsseg-unset-uiSamuel E. Giddins2015-06-023-1/+9
* | Merge pull request #3708 from bundler/seg-allow-missing-filesAndré Arko2015-06-041-0/+4
|\ \ | |/ |/|
| * Allow missing files when validating a specseg-allow-missing-filesSamuel E. Giddins2015-06-021-0/+4
|/
* Merge pull request #3694 from bundler/seg-inline-load-pathsAndré Arko2015-06-016-17/+38
|\
| * Restrict spec for invalid specs to >= 1.7seg-inline-load-pathsSamuel E. Giddins2015-05-311-1/+1
| * remove that bit of ridiculousnessAndre Arko2015-05-301-1/+0
| * forward @loaded_from into _local_specificationAndre Arko2015-05-301-2/+17
| * remove redundant setup_environmentAndre Arko2015-05-301-1/+0