summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.13.1 with changelogv1.13.1Samuel Giddins2016-09-132-1/+8
|
* Auto merge of #4972 - bundler:seg-molinillo-0.5.1, r=indirectHomu2016-09-132-3/+9
| | | | | | | | | | Update vendored Molinillo to 0.5.1 See https://github.com/CocoaPods/Molinillo/releases/0.5.1 I'd love this to be a 1.13.1 (cherry picked from commit ffbb417d22592fe3b0a6e5f6008fc7eee491b027)
* Auto merge of #4944 - dekellum:missing-require-rubygems-source, r=indirectHomu2016-09-131-0/+10
| | | | | | | | | | | | | | | | | | [RubygemsExt] Add missing require rubygems/source The change referenced below as released in 1.13.0.rc.2, may attempt to reference Gem::Source without it being loaded, resulting in: ~~~ [!] There was an error parsing `Gemfile`: [!] There was an error while loading `elided.gemspec`: uninitialized constant Gem::Source. Bundler cannot continue. ~~~ Observed this on ruby 2.2.5 with stock rubygems 2.4.5 as well as upgraded rubygems 2.6.6. Add this require. f9de70ee931ca4a8500916fa9480f6df6c062626 by @segiddins: > [RubygemsExt] return Source::Installed from #source when appropriate (cherry picked from commit 3b5d04700aff686e0d119d4a7df329a19323f759)
* Version 1.13.0 with changelogv1.13.0Andre Arko2016-09-062-1/+5
|
* Version 1.13.0.rc.2 with changelogv1.13.0.rc.2Andre Arko2016-08-212-2/+34
|
* postpone the `add` command until 1.14Andre Arko2016-08-212-94/+0
| | | | see also #4901
* we can just use repo1 instead of copying to repo2Andre Arko2016-08-211-3/+1
|
* it’s not injecting anymoreAndre Arko2016-08-211-1/+1
|
* mark inject deprecated for removal in 2.0Andre Arko2016-08-211-0/+1
|
* Auto merge of #4893 - bundler:seg-block-update-regressions, r=indirectHomu2016-08-205-4/+53
|\ | | | | | | | | | | | | | | | | | | Block resolving to older versions during an update This is currently behind the only_update_to_newer_versions setting Closes https://github.com/bundler/bundler/issues/4511. See https://github.com/bundler/bundler/issues/4856 and https://github.com/bundler/bundler/issues/4871
| * Block resolving to older versions during an updateseg-block-update-regressionsSamuel Giddins2016-08-185-4/+53
|/ | | | This is currently behind the only_update_to_newer_versions setting
* Auto merge of #4869 - bundler:seg-disable-exec-load, r=segiddinsHomu2016-08-173-1/+15
|\ | | | | | | | | | | Add a setting for disable_exec_load See #4852
| * Update specs for exec() having a different process title than loadSamuel Giddins2016-08-161-0/+2
| |
| * Add a setting for disable_exec_loadSamuel Giddins2016-08-163-1/+13
|/
* Auto merge of #4850 - jrochkind:better_version_mismatch_warning, r=segiddinsHomu2016-08-173-5/+5
|\ | | | | | | | | | | include version numbers involved with warn_for_outdated_bundler_version Can make it easier to understand what's going on.
| * fix specs for bundler version warning with version numbersJonathan Rochkind2016-08-152-3/+3
| |
| * include version numbers involved with warn_for_outdated_bundler_versionJonathan Rochkind2016-08-081-2/+2
| |
* | Auto merge of #4815 - asutoshpalai:plugin-hooks, r=segiddinsHomu2016-08-168-52/+227
|\ \ | | | | | | | | | | | | | | | | | | | | | [Plugin] Life-cycle hooks Implements life-cycle hook plugins. This shows only [`before-install-all` hook](https://github.com/bundler/bundler/pull/4815/files#diff-0964e829e3db904ba7935ca3a933f111R22), but other hooks can be easily added in the similar fashion.
| * | fixes missed during rebaseAsutosh Palai2016-08-162-3/+1
| | |
| * | Added spec for empty hooks entry in indexAsutosh Palai2016-08-161-1/+18
| | |
| * | Indenting the backtrace on plugin errorAsutosh Palai2016-08-161-1/+1
| | |
| * | Added plugin feature flag for hookAsutosh Palai2016-08-161-0/+2
| | |
| * | Added doc commentsAsutosh Palai2016-08-162-0/+9
| | |
| * | Fixed empty hooks in index fileAsutosh Palai2016-08-161-3/+3
| | |
| * | Minor correctionAsutosh Palai2016-08-161-1/+1
| | |
| * | Added passing blocks to hooksAsutosh Palai2016-08-162-3/+17
| | |
| * | Incorporated suggestionsAsutosh Palai2016-08-167-38/+36
| | |
| * | rebase fixesAsutosh Palai2016-08-162-1/+1
| | |
| * | Added specs for hooksAsutosh Palai2016-08-166-34/+107
| | |
| * | Hooks implementationAsutosh Palai2016-08-165-5/+69
| | |
* | | Auto merge of #4704 - allenzhao:issue-4663, r=indirectHomu2016-08-162-1/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Filter out credentials in stderr message This will close #4663 - [x] Fix broken tests
| * | | Use tempfile to filter stderrZehan Zhao2016-08-151-1/+21
| | | | | | | | | | | | | | | | Signed-off-by: Zehan Zhao <cnallenzhao@gmail.com>
| * | | Add failing spec testAllen Zhao2016-08-151-0/+2
| | | |
* | | | Auto merge of #4877 - bundler:seg-lock-remove-platfom, r=indirectHomu2016-08-164-2/+43
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | [Lock] Allow removing platforms \c @indirect
| * | | [Lock] Allow removing platformsseg-lock-remove-platfomSamuel Giddins2016-08-124-2/+43
| |/ /
* | | Auto merge of #4788 - asutoshpalai:plugin-project-level, r=segiddinsHomu2016-08-169-38/+163
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project local plugins If the user is in an app directory the plugin is installed in `.bundle/` inside the app root. If the user is in not in any app directory the plugin is installed in the `.bundle/` in the user's home.
| * | | Fixed plugin reset in bundler resetAsutosh Palai2016-08-105-14/+16
| | | |
| * | | Shifted Plugin.reset! to Bundler.reset!Asutosh Palai2016-07-212-1/+1
| | | |
| * | | Not respecting global source pluginsAsutosh Palai2016-07-216-26/+27
| | | |
| * | | Added integration specs for app level pluginAsutosh Palai2016-07-214-9/+73
| | | |
| * | | Adding app index for pluginAsutosh Palai2016-07-215-14/+72
| | | |
* | | | Auto merge of #4782 - terinjokes:terin/symlink-standalone-binstub, r=indirectHomu2016-08-163-5/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix standalone executable when dest of symlink When an executable is the destination of a symlink `__FILE__` contains the path to the symlink, rather than the actual path of the current file. `Pathname#realpath` resolves symlinks to get the actual location on disk.
| * | | | fix standalone executable when dest of symlinkTerin Stock2016-08-123-5/+20
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | When an executable is the destination of a symlink `__FILE__` contains the path to the symlink, rather than the actual path of the current file. Pathname#realpath resolves symlinks to get the actual location on disk.
* | | | Auto merge of #4738 - allenzhao:remove-entry-rescue, r=segiddinsHomu2016-08-162-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rescue ArgumentError and explain the security vulnerability. Fixes #4726 Ref #4726 Might need to add a spec? /c @indirect @RochesterinNYC
| * | | | Add spec testZehan Zhao2016-08-062-2/+20
| | | | |
| * | | | Rescue ArgumentError and explain the security vulnerability. Fixes #4726Zehan Zhao2016-07-181-0/+8
| | | | |
* | | | | Auto merge of #4880 - KrauseFx:patch-1, r=indirectHomu2016-08-151-1/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify Gemfile template Taken from https://github.com/bundler/bundler/pull/4746
| * | | | | Simplify Gemfile templateFelix Krause2016-08-141-1/+0
| | | | | | | | | | | | | | | | | | Taken from https://github.com/bundler/bundler/pull/4746
* | | | | | Auto merge of #4743 - eagletmt:signed-tag, r=indirectHomu2016-08-150-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Allow users to sign the version tag This patch implements #4540 .
| * | | | | Allow users to sign the version tagKohei Suzuki2016-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Now users can create a GPG-signed tag with tag.forceSignAnnotated.