summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CLI] Ensure `bundle install` will always installseg-bundle-no-installSamuel Giddins2016-02-172-1/+5
* add test for bundle install after packageChulki Lee2016-02-171-0/+12
* Auto merge of #4305 - RochesterinNYC:better-error-message-applying-authentica...Homu2016-02-172-0/+20
|\
| * Add helpful message and error handling for non-CGI-escaped authenticationJames Wen2016-02-162-0/+20
|/
* Auto merge of #4302 - bundler:seg-no-proxy-support, r=indirectHomu2016-02-162-2/+9
|\
| * [Fetcher] Support setting http_proxy to :no_proxyseg-no-proxy-supportSamuel Giddins2016-02-152-2/+9
|/
* Auto merge of #4301 - RochesterinNYC:better-ux-message-for-bundle-outdated-af...Homu2016-02-162-0/+36
|\
| * Add error with message/explanation for `bundle outdated` in a frozen stateJames Wen2016-02-152-0/+36
|/
* Auto merge of #4298 - njam:preserve-path, r=indirectHomu2016-02-1512-142/+176
|\
| * Refactor path/environment preserver, make it always preserve the PATHReto Kaiser2016-02-1412-142/+176
|/
* Auto merge of #4291 - RochesterinNYC:add-clarifying-usage-message-for-deploym...Homu2016-02-113-5/+26
|\
| * Add alternative error message for when `--deployment` and `--system`James Wen2016-02-103-5/+26
* | Auto merge of #4292 - RochesterinNYC:add-error-message-for-shared-helpers-EPR...Homu2016-02-113-85/+170
|\ \
| * | Create `Bundler::VirtualProtocolError` that `Bundler::SharedHelpers#filesyste...James Wen2016-02-103-0/+20
| * | Refactor, clean up, and reformat unit tests for `Bundler::SharedHelpers`James Wen2016-02-101-85/+150
| |/
* | Auto merge of #4268 - Elffers:hhh_fix_ruby-I, r=indirectHomu2016-02-113-1/+42
|\ \ | |/ |/|
| * Remove unnecessary after blockHsing-Hui Hsu2016-02-091-5/+0
| * Remove space betweeen -I and dir name for 1.8.7Hsing-Hui Hsu2016-02-091-1/+1
| * Wrap Gem method as rubygems integrationHsing-Hui Hsu2016-02-072-1/+5
| * Address feedback on spec.Hsing-Hui Hsu2016-02-061-19/+26
| * Place bundler loaded gems after -I and RUBYLIBHsing-Hui Hsu2016-02-022-1/+36
* | Auto merge of #4286 - bundler:seg-rubocop-0.37.1, r=segiddinsHomu2016-02-104-25/+13
|\ \
| * | [RuboCop] Update to 0.37.1seg-rubocop-0.37.1Samuel Giddins2016-02-094-25/+13
|/ /
* | Merge tag 'v1.12.0.pre.1'Samuel Giddins2016-02-082-4/+40
|\ \
| * | Update changelog for 1.12.0.pre.1v1.12.0.pre.1Samuel Giddins2016-02-082-4/+40
|/ /
* | Auto merge of #4282 - bundler:seg-travis-remove-frozen-string, r=segiddinsHomu2016-02-081-4/+1
|\ \
| * | [Travis] Remove special frozen string literal buildseg-travis-remove-frozen-stringSamuel Giddins2016-02-051-4/+1
* | | Auto merge of #4280 - RochesterinNYC:add-porcelain-parseable-flag-bundle-outd...Homu2016-02-083-9/+62
|\ \ \
| * | | Add --parseable (with --porcelain alias) to `bundle outdated` for minimal outputJames Wen2016-02-043-9/+62
* | | | Merge pull request #4283 from RochesterinNYC/improve-error-message-invalid-ge...André Arko2016-02-082-0/+17
|\ \ \ \
| * | | | Add helpful invalid gemspec error message for `bundle installJames Wen2016-02-072-0/+17
| | |/ / | |/| |
* | | | Auto merge of #4281 - bundler:seg-rubocop-0.37, r=segiddinsHomu2016-02-065-19/+16
|\ \ \ \ | |/ / / |/| | |
| * | | [RuboCop] Update to 0.37.0seg-rubocop-0.37Samuel Giddins2016-02-055-19/+16
|/ / /
* | | Auto merge of #4278 - jbodah:gemspec-comment, r=segiddinsHomu2016-02-051-2/+2
|\ \ \ | |/ / |/| |
| * | Clarify comment in `bundle gem` gemspecJosh Bodah2016-02-041-2/+2
|/ /
* | Auto merge of #4264 - glennpratt:GH-4144-standalone-load-path, r=segiddinsHomu2016-02-042-1/+31
|\ \
| * | Make standalone bin load path relative to Bundler.root rather than CWD.Glenn Pratt2016-02-032-1/+31
* | | Auto merge of #4265 - bundler:seg-simplify-exec, r=indirectHomu2016-02-044-26/+19
|\ \ \
| * | | Avoid accessing the ENV hash twice in Bundler.whichseg-simplify-execSamuel Giddins2016-02-021-3/+3
| * | | [Exec] Avoid loading the definition before exec-ingSamuel Giddins2016-02-013-23/+16
* | | | Auto merge of #4267 - bundler:seg-current-ruby, r=indirectHomu2016-02-031-168/+33
|\ \ \ \
| * | | | [CurrentRuby] Refactorseg-current-rubySamuel Giddins2016-02-021-168/+33
| | |_|/ | |/| |
* | | | Auto merge of #4257 - bundler:seg-ruby-version-fixes, r=indirectHomu2016-02-038-46/+292
|\ \ \ \ | |/ / / |/| | |
| * | | Fix RubyVersion specs failuresseg-ruby-version-fixesSamuel Giddins2016-02-012-3/+6
| * | | Fix ruby dsl spec for 1.8.7Samuel Giddins2016-02-011-1/+2
| * | | [Fetcher] Update user agent construction for new RubyVersion APISamuel Giddins2016-02-011-2/+2
| * | | [RuboCop] Fix offensesSamuel Giddins2016-02-013-6/+8
| * | | [Platform] Add spec for --ruby with multiple requirementsSamuel Giddins2016-02-011-0/+9
| * | | [RubyVersion] Add specs for multiple requirementsSamuel Giddins2016-02-011-0/+77
| * | | [RubyVersion] Support compound requirementsSamuel Giddins2016-02-014-37/+68