aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* [Inline] Support running when BUNDLE_GEMFILE=""Samuel Giddins2017-01-141-1/+1
* dont build defintion with Gemfile.lock (if present) when using inline gemfileColby Swandale2016-11-231-1/+1
* [Installer] Load gem plugins when installingSamuel Giddins2016-09-071-0/+1
* Auto merge of #4784 - colby-swandale:path-already-exists-error-msg, r=indirectHomu2016-08-211-1/+1
|\
| * refactor file conflict error message, removing `same`Colby Swandale2016-07-151-1/+1
| * update path already exists error message to not be specific to symlinksColby2016-07-141-1/+1
* | Incorporated suggestionsAsutosh Palai2016-08-161-0/+1
* | [Installer] Move post-install messages to be an instance attributeSamuel Giddins2016-08-041-3/+8
* | Remove 0.9 upgrade compatibilitySamuel Giddins2016-08-031-7/+0
* | Remove Bundler::EnvironmentSamuel Giddins2016-08-031-4/+20
* | [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-2/+2
|/
* [Installer] Fail fast when required_ruby(gems)?_version doesn't matchSamuel Giddins2016-06-051-0/+19
* bundle install resolves all current dependencies Fixes #3981Asutosh Palai2016-03-111-1/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-2/+2
* Make standalone bin load path relative to Bundler.root rather than CWD.Glenn Pratt2016-02-031-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-3/+2
* My goal was to reveal the main part of install_gem_from_spec. From myAndreas Hellwig2015-10-271-61/+17
* Extract class StandaloneAndreas Hellwig2015-09-301-39/+2
* Raises an error if there are missing dependenciesLukas Oberhuber2015-09-291-17/+5
* Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-271-2/+6
* Fix Style/LineEndConcatenationVictor Koronen2015-08-141-2/+2
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* Merge pull request #3828 from AlexanderPavlenko/masterAndre Arko2015-08-011-1/+1
|\
| * Fixes #3813 : --standalone generates incorrect paths for native extensionsAlexanderPavlenko2015-07-281-1/+1
* | Fix pending offensesErick Sasse2015-07-191-1/+1
* | Fix Style/SpaceAfterCommaErick Sasse2015-07-191-1/+1
* | Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-1/+1
* | Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* | [Installer] Fix standaloneSamuel E. Giddins2015-07-151-1/+1
* | [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-15/+15
* | [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1
* | [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
|/
* Merge tag 'v1.10.4'Samuel E. Giddins2015-06-161-12/+3
|\
| * remove unused variableAndre Arko2015-06-081-2/+0
| * hoist post_install_messageAndre Arko2015-06-081-0/+1
| * print installing message _before_ installingAndre Arko2015-06-071-10/+2
* | Extract two methods from Installer#runfotanus@gmail.com2015-05-171-29/+34
|/
* Only force caching of default gems when installing standaloneSamuel E. Giddins2015-05-011-2/+4
* [Installer] Remove unused methodSamuel E. Giddins2015-04-191-10/+0
* turn on parallel installerPatrick Metcalfe2015-04-191-0/+1
* refactor parallel installerPatrick Metcalfe2015-04-191-42/+1
* Merge tag 'v1.9.4'Andre Arko2015-04-131-12/+19
* [Installer] Add option to force installationSamuel E. Giddins2015-03-261-8/+10
* mri doesn’t use forking workers anymoreAndre Arko2015-02-131-4/+3
* Merge tag 'v1.7.2'Andre Arko2014-08-241-0/+3
|\
| * Friendly error on ENOSPCAndre Arko2014-08-231-0/+3
* | Merge tag 'v1.7.1'Tim Moore2014-08-241-5/+4
|\|
| * Detect ambiguous gems.Tim Moore2014-07-301-5/+4
* | Refactor workers completely.Andre Arko2014-07-221-3/+3