summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [CLI] Ensure `bundle install` will always installseg-bundle-no-installSamuel Giddins2016-02-172-1/+5
* Add helpful message and error handling for non-CGI-escaped authenticationJames Wen2016-02-161-0/+4
* [Fetcher] Support setting http_proxy to :no_proxyseg-no-proxy-supportSamuel Giddins2016-02-151-1/+1
* Add error with message/explanation for `bundle outdated` in a frozen stateJames Wen2016-02-151-0/+14
* Refactor path/environment preserver, make it always preserve the PATHReto Kaiser2016-02-142-12/+35
* Auto merge of #4291 - RochesterinNYC:add-clarifying-usage-message-for-deploym...Homu2016-02-111-5/+10
|\
| * Add alternative error message for when `--deployment` and `--system`James Wen2016-02-101-5/+10
* | Auto merge of #4292 - RochesterinNYC:add-error-message-for-shared-helpers-EPR...Homu2016-02-112-0/+11
|\ \
| * | Create `Bundler::VirtualProtocolError` that `Bundler::SharedHelpers#filesyste...James Wen2016-02-102-0/+11
| |/
* | Auto merge of #4268 - Elffers:hhh_fix_ruby-I, r=indirectHomu2016-02-112-1/+15
|\ \ | |/ |/|
| * Wrap Gem method as rubygems integrationHsing-Hui Hsu2016-02-072-1/+5
| * Place bundler loaded gems after -I and RUBYLIBHsing-Hui Hsu2016-02-021-1/+11
* | [RuboCop] Update to 0.37.1seg-rubocop-0.37.1Samuel Giddins2016-02-091-15/+4
* | Update changelog for 1.12.0.pre.1v1.12.0.pre.1Samuel Giddins2016-02-081-1/+1
* | Auto merge of #4280 - RochesterinNYC:add-porcelain-parseable-flag-bundle-outd...Homu2016-02-082-9/+25
|\ \
| * | Add --parseable (with --porcelain alias) to `bundle outdated` for minimal outputJames Wen2016-02-042-9/+25
* | | Merge pull request #4283 from RochesterinNYC/improve-error-message-invalid-ge...André Arko2016-02-081-0/+3
|\ \ \
| * | | Add helpful invalid gemspec error message for `bundle installJames Wen2016-02-071-0/+3
* | | | [RuboCop] Update to 0.37.0seg-rubocop-0.37Samuel Giddins2016-02-051-1/+1
|/ / /
* | | Clarify comment in `bundle gem` gemspecJosh Bodah2016-02-041-2/+2
|/ /
* | Auto merge of #4264 - glennpratt:GH-4144-standalone-load-path, r=segiddinsHomu2016-02-041-1/+1
|\ \
| * | Make standalone bin load path relative to Bundler.root rather than CWD.Glenn Pratt2016-02-031-1/+1
* | | Auto merge of #4265 - bundler:seg-simplify-exec, r=indirectHomu2016-02-043-23/+16
|\ \ \
| * | | [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-034-28/+49
|\ \ \ | |/ / |/| |
| * | Fix RubyVersion specs failuresseg-ruby-version-fixesSamuel Giddins2016-02-012-3/+6
| * | [Fetcher] Update user agent construction for new RubyVersion APISamuel Giddins2016-02-011-2/+2
| * | [RuboCop] Fix offensesSamuel Giddins2016-02-011-6/+6
| * | [RubyVersion] Support compound requirementsSamuel Giddins2016-02-012-21/+36
| * | Add specs for bundle platform --ruby with version requirementsSamuel Giddins2016-02-012-2/+8
| * | [RubyVersion] Add specs for versions with requirementsSamuel Giddins2016-02-011-5/+2
| * | Fix resolving when the gemfile specifies ruby version requirement and spec ha...Samuel Giddins2016-02-011-1/+1
| * | [Platform] Print out an exact version from the lockfileSamuel Giddins2016-02-011-1/+1
| |/
* | Auto merge of #4245 - lamont-granquist:lcg/inline-ui, r=segiddinsHomu2016-02-031-2/+7
|\ \ | |/ |/|
| * Fixes per code reviewLamont Granquist2016-02-011-3/+6
| * use options hash to pass options insteadLamont Granquist2016-01-291-1/+3
| * Allow passing UI object into bundler/inlineLamont Granquist2016-01-271-2/+2
* | un-freeze the version string for Ruby 1.9.3Andre Arko2016-01-311-1/+5
* | Fix setting RUBYOPTSamuel Giddins2016-01-311-1/+1
* | Compatibility with frozen string literalsSamuel Giddins2016-01-3192-28/+127
* | [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-3111-27/+31
* | [RuboCop] Fix Performance/TimesMapSamuel Giddins2016-01-311-1/+1
* | [RuboCop] Fix Performance/StartWithSamuel Giddins2016-01-311-2/+2
* | [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-3119-115/+91
* | [PathPreserver] Use the passed-in envseg-preserve-pathSamuel Giddins2016-01-311-5/+5
* | Refactor path preservation into generic codeSamuel Giddins2016-01-312-15/+11
* | Preserve PATH in with_clean_envSamuel Giddins2016-01-311-0/+7
* | Auto merge of #4250 - RochesterinNYC:improved-error-message-for-invalid-gemsp...Homu2016-01-312-0/+5
|\ \