aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 PATHSamuel Giddins2016-02-291-5/+5
* Ensure loaded_from is always set to a stringSamuel 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.whichSamuel Giddins2016-02-021-3/+3
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+3
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+3
* Refactor path preservation into generic codeSamuel Giddins2016-01-311-3/+3
* Preserve PATH in with_clean_envSamuel Giddins2016-01-311-0/+1
* Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-301-3/+3
* unify global config and compact index cache dirsAndre Arko2016-01-251-1/+1
* Cache compact indexes per-userAndre Arko2016-01-251-0/+4
* Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-141-20/+0
* Remove `Bundler::SystemRubyVersion`James Wen2016-01-141-2/+17
* Remove `Bundler::RubyVersionRequirement`James Wen2016-01-111-1/+0
* Indent autoload lines correctlyPablo Carranza2015-12-271-2/+2
* Add mirrors class to simplify config parsing and collectingPablo Carranza2015-12-271-0/+1
* WIP - it can parse the keys correctlyPablo Carranza2015-12-271-0/+1
* Merge tag 'v1.11.2'Andre Arko2015-12-151-1/+1
|\
| * YamlLibrarySyntaxError != YamlsyntayxErrorAndre Arko2015-12-131-1/+1
* | Merge pull request #4064 from pivotal-cf-experimental/masterAndre Arko2015-12-121-33/+34
|\ \ | |/ |/|
| * Merge remote-tracking branch 'remotes/upstream/master'David Morhovich2015-11-181-1/+1
| |\
| * \ Merge branch 'master' into upstream_masterBrandon Shroyer2015-11-121-33/+34
| |\ \
| | * \ Merge remote-tracking branch 'version/master'JT Archie2015-10-201-33/+34
| | |\ \
| | | * | Allow fuzzy ruby version requirements.Pan Thomakos2015-04-171-0/+1
* | | | | [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-3/+1
* | | | | [RuboCop] Enable Style/RedundantSelfSamuel Giddins2015-11-261-1/+1
* | | | | [RuboCop] Enable Style/RescueModifierSamuel Giddins2015-11-261-1/+5
| |_|_|/ |/| | |
* | | | My goal was to reveal the main part of install_gem_from_spec. From myAndreas Hellwig2015-10-271-1/+1
|/ / /
* | | Extract exception classes to a separate fileAgis Anastasopoulos2015-10-271-71/+1
* | | Introduce GemRemoteFetcherAgis Anastasopoulos2015-10-201-0/+1
|/ /
* | [RuboCop] Update to 0.34.1Samuel Giddins2015-10-181-2/+2
* | Remove `autoload :Specification`John Backus2015-10-111-1/+0
* | Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-271-2/+4
* | Make PermissionError more genericAgis Anastasopoulos2015-09-271-6/+6
* | Clean RUBYLIB as well in `with_clean_env`Andre Arko2015-09-191-2/+9
* | Auto merge of #3971 - agis-:issue-3783, r=indirectHomu2015-09-031-0/+1
|\ \
| * | Distinguish Gemfile syntax and evaluation errorsAgis-2015-09-021-0/+1
* | | Auto merge of #3969 - agis-:issue-3895, r=segiddinsHomu2015-08-311-1/+1
|\ \ \ | |/ / |/| |
| * | Output gemspec validation errors on exec commandsAgis-2015-08-301-1/+1
* | | Handle errors when requiring gems gracefullyAgis-2015-08-291-0/+11
|/ /
* | Wrap sudo access prompts in a mutexAgis-2015-08-231-9/+13
* | Fix Style/DeprecatedHashMethodsVictor Koronen2015-08-141-1/+1
* | Fix Style/MultilineTernaryOperatorVictor Koronen2015-08-141-2/+4
* | [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1