summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* Revert "::Rake::CommandFailedError doesn't exist."aa-revert-4998Andre Arko2016-10-121-1/+1
* Merge tag 'v1.13.3'Samuel Giddins2016-10-101-1/+1
|\
| * Version 1.13.3 with changelogv1.13.3Samuel 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 typoaa-debug-etag-mismatchAndre 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_platformseg-settings-only-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
|\ \ \
| * | | Use `require` instead of `autoload` for bundler/plugin/apiCode Ass2016-09-162-2/+2
* | | | Auto merge of #4954 - bundler:seg-load-gem-plugins-on-install, r=indirectHomu2016-10-034-6/+5
|\ \ \ \
| * | | | [Installer] Load gem plugins when installingseg-load-gem-plugins-on-installSamuel Giddins2016-09-074-6/+5
* | | | | Merge tag 'v1.13.2'Samuel Giddins2016-09-301-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Version 1.13.2 with changelogv1.13.2Samuel Giddins2016-09-301-1/+1
| * | | | Auto merge of #4922 - JuanitoFatas:fix/4914-gemfile-engine-symbol-and-string,...Homu2016-09-301-2/+2
| * | | | Auto merge of #4983 - bundler:seg-redefine-method-visibility, r=indirectHomu2016-09-301-0/+13
| * | | | Auto merge of #4994 - bundler:seg-definition-init-perf, r=segiddinsHomu2016-09-301-4/+2
| * | | | Auto merge of #4971 - bundler:seg-pare-metadata-error, r=indirectHomu2016-09-301-0/+2
| * | | | Auto merge of #4998 - srbaker:patch-1, r=segiddinsHomu2016-09-301-1/+1
| * | | | Auto merge of #5002 - alepore:fix-colors, r=indirectHomu2016-09-301-1/+1
| * | | | Auto merge of #5015 - m1k3:fix-settings-no-config, r=segiddinsHomu2016-09-301-1/+1
| * | | | Auto merge of #4992 - chrismo:fix_disable_shared_gems_gem_path, r=chrismoHomu2016-09-301-0/+11
| * | | | Auto merge of #5008 - bundler:seg-lazy-specification-materialize-platform, r=...Homu2016-09-301-1/+5
| * | | | Auto merge of #5014 - bundler:seg-auto-install-bool-key, r=indirectHomu2016-09-301-0/+1
* | | | | Auto merge of #5016 - bundler:seg-jruby-oom-error-message, r=indirectHomu2016-09-301-0/+5
|\ \ \ \ \
| * | | | | [FriendlyErrors] Print a custom message on Java::JavaLang::OutOfMemoryErrorseg-jruby-oom-error-messageSamuel Giddins2016-09-231-0/+5
* | | | | | Auto merge of #5014 - bundler:seg-auto-install-bool-key, r=indirectHomu2016-09-301-0/+1
|\ \ \ \ \ \
| * | | | | | [Settings] Make auto_install a bool keyseg-auto-install-bool-keySamuel Giddins2016-09-231-0/+1
| |/ / / / /
* | | | | | Auto merge of #5007 - bundler:seg-unvendor-compact-index-client, r=indirectHomu2016-09-308-298/+310
|\ \ \ \ \ \
| * | | | | | Use filesystem_access in the compact indexseg-unvendor-compact-index-clientSamuel Giddins2016-09-232-5/+15
| * | | | | | Un-vendor the compact index clientSamuel Giddins2016-09-218-298/+300
| |/ / / / /
* | | | | | Auto merge of #5003 - bundler:seg-warn-unused-deps, r=indirectHomu2016-09-301-2/+10
|\ \ \ \ \ \
| * | | | | | [Definition] Print a helpful warning when a dependency is unused on any platformSamuel Giddins2016-09-191-2/+10
* | | | | | | Auto merge of #4951 - bundler:seg-no-writable-home, r=indirectHomu2016-09-306-5/+27
|\ \ \ \ \ \ \
| * | | | | | | Stop stubbing File.expand_path in SharedHelper specsSamuel Giddins2016-09-071-1/+6
| * | | | | | | Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-076-4/+21
| | |_|_|/ / / | |/| | | | |
* | | | | | | Improve IRB behavior in generated bin/consoleMatt Brictson2016-09-281-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Auto merge of #5008 - bundler:seg-lazy-specification-materialize-platform, r=...Homu2016-09-281-1/+5
|\ \ \ \ \ \