aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* use `system -v` to check for otool and lddColby Swandale2016-10-241-2/+2
* Merge tag 'v1.13.6'Samuel Giddins2016-10-221-1/+1
|\
| * Version 1.13.6 with changelogSamuel Giddins2016-10-221-1/+1
| * Auto merge of #5106 - bundler:seg-public-gem, r=indirectHomu2016-10-221-0/+4
* | Auto merge of #5061 - chrismo:cons_outdated, r=indirectHomu2016-10-225-18/+46
|\ \
| * | filtered outdated msg shouldn't say 'up to date'chrismo2016-10-191-1/+13
| * | Enable cons updates in outdated and other fixes.chrismo2016-10-125-17/+33
* | | Auto merge of #4980 - chrismo:lock_shared_deps, r=indirectHomu2016-10-224-16/+24
|\ \ \
| * | | Add bundle install conservative updating to updatechrismo2016-10-214-16/+24
* | | | [RubygemsIntegration] Temporarily make #gem public againSamuel Giddins2016-10-201-0/+4
* | | | Auto merge of #5071 - bundler:seg-use-gemdeps, r=indirectHomu2016-10-212-0/+36
|\ \ \ \
| * | | | [RubyGemsIntegration] Add a single method for #use_gemdepsSamuel Giddins2016-10-092-0/+36
| | |/ / | |/| |
* | | | Fixed bundler incorrectly printing the following error message when attemptin...hiren mistry2016-10-201-1/+1
| |/ / |/| |
* | | Merge tag 'v1.13.5'Samuel Giddins2016-10-151-1/+1
|\ \ \ | | |/ | |/|
| * | Version 1.13.5 with changelogSamuel Giddins2016-10-151-1/+1
| * | Auto merge of #5090 - bundler:aa-missing-specs, r=indirectHomu2016-10-151-1/+2
* | | Auto merge of #5090 - bundler:aa-missing-specs, r=indirectHomu2016-10-151-1/+2
|\ \ \
| * | | [Index] Allow pre-release versions when the base is pre-releaseSamuel Giddins2016-10-141-1/+2
* | | | Auto merge of #5053 - hmistry:fix-clean-dry-run, r=segiddinsHomu2016-10-151-1/+1
|\ \ \ \
| * | | | Changed the behavior of 'bundle clean --dry-run' to output the list of gems b...hiren mistry2016-10-041-1/+1
* | | | | Merge tag 'v1.13.4'Andre Arko2016-10-132-2/+2
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | initialize ivar correctly /ht @segiddinsAndre Arko2016-10-131-1/+1
| * | | initialize ivar before useAndre Arko2016-10-121-0/+1
| * | | oops, backported something that doesn't existAndre Arko2016-10-121-1/+1
| * | | Auto merge of #5077 - bundler:aa-revert-4998, r=indirectHomu2016-10-121-1/+1
| * | | Version 1.13.4 with changelogAndre Arko2016-10-111-1/+1
| * | | Auto merge of #4977 - chrismo:cons_lock_shared_deps, r=segiddinsHomu2016-10-111-2/+2
| * | | Auto merge of #5010 - aycabta:use-require-instead-of-autoload-for-plugin-api,...Homu2016-10-112-2/+2
| * | | Auto merge of #5043 - bundler:aa-use-tmp, r=segiddinsHomu2016-10-111-1/+1
| * | | Auto merge of #5064 - bundler:aa-debug-etag-mismatch, r=indirectHomu2016-10-112-13/+16
* | | | Merge tag 'v1.13.3'Samuel Giddins2016-10-101-1/+1
|\| | |
| * | | Version 1.13.3 with changelogSamuel Giddins2016-10-101-1/+1
| * | | [CompactIndexClient::Updater] Support weak etagsSamuel Giddins2016-10-101-1/+1
* | | | Auto merge of #5055 - bundler:seg-sort-dep-api-gem-names, r=segiddinsHomu2016-10-101-1/+1
|\ \ \ \
| * | | | [Fetcher::Dependency] Sort gem names in query stringSamuel Giddins2016-10-091-1/+1
* | | | | Add platform information to envbronzdoc2016-10-091-0/+1
|/ / / /
* | | | clearer objects, fix fetch_url typoAndre Arko2016-10-081-4/+7
* | | | change checksum warning to debug printAndre Arko2016-10-071-1/+1
* | | | make lambda an object with explicit attributesAndre Arko2016-10-071-9/+8
* | | | unless var.nil? → if varAndre Arko2016-10-071-2/+2
* | | | begin/end so the indentation matches the endsAndre Arko2016-10-071-1/+2
| |_|/ |/| |
* | | Better gem outdated list grouped by groups.Guillermo Guerrero2016-10-062-28/+73
* | | Auto merge of #5043 - bundler:aa-use-tmp, r=segiddinsHomu2016-10-051-1/+1
|\ \ \
| * | | use /tmp for mktmpdirAndre Arko2016-10-031-1/+1
* | | | Add conservative update options to bundle lockchrismo2016-10-044-7/+24
|/ / /
* | | Auto merge of #5028 - bundler:seg-settings-only-ruby-platform, r=indirectHomu2016-10-037-7/+9
|\ \ \
| * | | Rename to force_ruby_platformAndre Arko2016-10-023-3/+3
| * | | Add a spec for only_ruby_platformSamuel Giddins2016-09-272-1/+2
| * | | Add a setting for forcing only the ruby platformSamuel Giddins2016-09-275-6/+7
* | | | Auto merge of #5010 - aycabta:use-require-instead-of-autoload-for-plugin-api,...Homu2016-10-032-2/+2
|\ \ \ \