summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* Add specs for install --force with git specsseg-git-force-no-git-opsSamuel Giddins2017-05-291-1/+1
* Auto merge of #5646 - bundler:colby/installer-documetnation, r=segiddinsThe Bundler Bot2017-05-101-12/+15
|\
| * update comments in installer that was a bit out of datecolby/installer-documetnationColby Swandale2017-05-091-12/+15
* | Unify the notation of RubyGemsKoichi ITO2017-05-041-2/+2
|/
* fix typoleslie.wen2017-02-211-1/+1
* [Inline] Support running when BUNDLE_GEMFILE=""seg-inline-empty-bundle-gemfileSamuel 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 installingseg-load-gem-plugins-on-installSamuel 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 compatibilityseg-remove-environmentSamuel 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 matchseg-ruby-rubygems-version-fail-fastSamuel 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 standaloneseg-standalone-builtinSamuel 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 installationseg-forceSamuel E. Giddins2015-03-261-8/+10
* mri doesn’t use forking workers anymoreAndre Arko2015-02-131-4/+3