summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5028 - bundler:seg-settings-only-ruby-platform, r=indirectHomu2016-10-031-0/+5
|\
| * Rename to force_ruby_platformseg-settings-only-ruby-platformAndre Arko2016-10-021-1/+1
| * Add a setting for forcing only the ruby platformSamuel Giddins2016-09-271-0/+5
* | Auto merge of #4951 - bundler:seg-no-writable-home, r=indirectHomu2016-09-301-1/+37
|\ \ | |/ |/|
| * Ensure that user_home is always cachedseg-no-writable-homeSamuel Giddins2016-09-081-1/+1
| * Require tmpdir since old RubyGems does notSamuel Giddins2016-09-071-0/+2
| * Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-1/+35
* | Auto merge of #4992 - chrismo:fix_disable_shared_gems_gem_path, r=chrismoHomu2016-09-281-1/+4
|\ \
| * | Fix disable_shared_gems bug & keep nested execchrismo2016-09-271-1/+4
| |/
* | Always prompt once for sudoseg-prompt-for-sudoSamuel Giddins2016-09-071-2/+8
|/
* [Definition] Validate platform in addition to rubySamuel Giddins2016-08-251-1/+1
* Add FeatureFlag classseg-feature-flagSamuel Giddins2016-08-181-0/+5
* Auto merge of #4788 - asutoshpalai:plugin-project-level, r=segiddinsHomu2016-08-161-0/+3
|\
| * Fixed plugin reset in bundler resetAsutosh Palai2016-08-101-1/+3
| * Shifted Plugin.reset! to Bundler.reset!Asutosh Palai2016-07-211-0/+1
* | Auto merge of #4738 - allenzhao:remove-entry-rescue, r=segiddinsHomu2016-08-161-0/+8
|\ \
| * | Add spec testZehan Zhao2016-08-061-2/+2
| * | Rescue ArgumentError and explain the security vulnerability. Fixes #4726Zehan Zhao2016-07-181-0/+8
* | | Rename all BUNDLE_ORIG_* env to BUNDLER_ORIG*aa-orig-env-renameAndre Arko2016-08-101-2/+2
* | | Remove 0.9 upgrade compatibilityseg-remove-environmentSamuel Giddins2016-08-031-8/+0
* | | Remove Bundler::EnvironmentSamuel Giddins2016-08-031-2/+2
* | | Make Bundler.locked_gems use the definition when loadedSamuel Giddins2016-07-221-1/+3
| |/ |/|
* | Auto merge of #4787 - bundler:seg-cleanup, r=indirectHomu2016-07-211-13/+9
|\ \
| * | [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-7/+3
| * | [Bundler] Sort autoloadsSamuel Giddins2016-07-201-6/+6
| |/
* | [RubygemsIntegration] Move reset and post_reset hooks to instance methodsSamuel Giddins2016-07-191-5/+4
* | Fully reset in between each spec runSamuel Giddins2016-07-191-7/+5
* | [Bundler] Make reset! reset more stuffSamuel Giddins2016-07-191-1/+6
* | [RubygemsIntegration] Add support for reversing hooksSamuel Giddins2016-07-191-0/+5
|/
* GemVersionPromoter refactorchrismo2016-07-081-0/+1
* Spec fix for 1.8.7Asutosh Palai2016-07-031-2/+2
* Print the first batch of major deprecation warningsSamuel Giddins2016-06-231-0/+1
* Add machinery for printing major deprecationsSamuel Giddins2016-06-231-0/+2
* Auto merge of #4701 - chrismo:issue-4592-gem-path-empty-string, r=segiddinsHomu2016-06-241-6/+9
|\
| * Unset `GEM_PATH` with `nil` not empty string.chrismo2016-06-221-6/+9
| * Fix which to compare quotes correctly on 1.8.7Samuel Giddins2016-03-121-1/+2
| * Handle quotes in PATHSamuel Giddins2016-03-121-5/+5
* | Using Bundler.settings to enable plugin cliAsutosh Palai2016-06-101-2/+3
* | Added plugin module with install functionalityAsutosh Palai2016-05-241-0/+1
* | Create URICredentialsFilter module for filtering out authenticationJames Wen2016-04-031-0/+1
* | Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* | Fix which to compare quotes correctly on 1.8.7Samuel Giddins2016-02-291-1/+2
* | Handle quotes in PATHseg-path-quotesSamuel Giddins2016-02-291-5/+5
|/
* Ensure loaded_from is always set to a stringgit-extension-rebuildSamuel Giddins2016-02-241-1/+1
* Move validation exception messages to the rubygems integration helperSamuel Giddins2016-02-231-8/+6
* Introduce Bundler.original_env and .clean_envReto Kaiser2016-02-211-19/+38
* Refactor path/environment preserver, make it always preserve the PATHReto Kaiser2016-02-141-4/+4
* Avoid accessing the ENV hash twice in Bundler.whichseg-simplify-execSamuel Giddins2016-02-021-3/+3
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+3
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+3