summaryrefslogtreecommitdiff
path: root/lib/bundler/installer
Commit message (Expand)AuthorAgeFilesLines
* RUBY_ENGINE should always be defined after 1.8.7ruby_engine_always_definedDavid Rodríguez2019-06-261-2/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-2/+2
* Shellsplit build configshellsplit_build_configDavid Rodríguez2019-03-281-1/+5
* removing requre gem_remote_fetcherGavriel Loria2018-11-241-4/+0
* Auto merge of #6549 - bundler:jules2689/more-registered-events, r=segiddinsThe Bundler Bot2018-06-171-0/+2
|\
| * Add registered events for after-all, before, after gem installjules26892018-06-121-0/+2
* | Check if source responds to `#remotes` before printing gem install error messagecolby/fix-git-gem-error-messageColby Swandale2018-06-081-3/+5
|/
* Fix some rescue calls that do not specifiy error type.utilum2018-03-172-2/+2
* Add explicit source when available in the error msg upon failureGeorge Papanikolaou2018-01-251-1/+6
* improve rubocop_todo.ymlKeiji Yoshimi2017-09-241-2/+2
* Ensure that rake is always installed first when presentSamuel Giddins2017-09-061-0/+3
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-0/+1
* Speed up no-op installsseg-speed-up-no-op-installSamuel Giddins2017-07-191-47/+72
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-163-0/+3
* Auto merge of #5850 - bundler:seg-corrupted-lockfile-show-tree, r=segiddinsThe Bundler Bot2017-07-111-1/+6
|\
| * [ParallelInstaller] Show require tree when a gem fails to install due to corr...seg-corrupted-lockfile-show-treeSamuel Giddins2017-07-071-1/+6
* | [Inline] Work when BUNDLE_BIN is setseg-inline-bundle-binSamuel Giddins2017-07-071-0/+1
|/
* [ParallelInstaller] Print out why a gem needed to be installed if installatio...Samuel Giddins2017-03-111-1/+15
* Auto merge of #5436 - okkez:fix-frozen-string-literal-error-with-rubygems-2.6...The Bundler Bot2017-02-211-1/+1
|\
| * Use empty array when `spec_settings` returns `nil`okkez2017-02-161-1/+1
* | Fail gracefully when installing a spec where the API is missing depsSamuel Giddins2017-02-131-1/+1
|/
* [SpecInstallation] Add #to_sSamuel Giddins2017-01-211-0/+4
* Auto merge of #5279 - bundler:seg-parallel-extensions, r=indirectThe Bundler Bot2016-12-271-2/+2
|\
| * [GemInstaller] Allow installing extensions in parallelseg-parallel-extensionsSamuel Giddins2016-12-251-2/+2
* | Add specs for falling back to 1 thread when the lockfile is corruptseg-parallel-installer-missing-specs-warningSamuel Giddins2016-12-261-0/+2
* | [ParallelInstaller] Only print 1 warning for missing dependenciesSamuel Giddins2016-12-261-9/+24
* | [ParallelInstaller] Allow installing with corrupted lockfilesSamuel Giddins2016-12-261-9/+19
|/
* [ParallelInstaller] Pre-require gem_remote_fetcher on 1.8.7seg-require-speedSamuel Giddins2016-12-211-0/+4
* Auto merge of #4840 - bundler:seg-unlock-locals, r=indirectHomu2016-08-091-1/+1
|\
| * Unlock sources when a local override leads to changesSamuel Giddins2016-08-051-1/+1
* | [ParallelInstaller] Account for lines returning an Enumerator in old rubiesseg-installation-errorsSamuel Giddins2016-08-051-1/+1
* | [ParallelInstaller] Check for proper exception classSamuel Giddins2016-08-041-1/+1
* | [Installer] Move post-install messages to be an instance attributeSamuel Giddins2016-08-041-8/+2
* | [ParallelInstaller] Only raise when there is an errorSamuel Giddins2016-08-041-1/+9
* | [Install] Print errors at the end of installation instead of inlineSamuel Giddins2016-08-042-23/+39
|/
* [ParallelInstaller] Wrap in the Bundler namespaceseg-parallel-installer-namespaceSamuel Giddins2016-06-281-99/+101
* Create standalone bundler/setup.rb at a consistent path.Glenn Pratt2016-03-221-1/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Merge pull request #4283 from RochesterinNYC/improve-error-message-invalid-ge...André Arko2016-02-081-0/+3
|\
| * Add helpful invalid gemspec error message for `bundle installJames Wen2016-02-071-0/+3
* | [RuboCop] Update to 0.37.0seg-rubocop-0.37Samuel Giddins2016-02-051-1/+1
|/
* Compatibility with frozen string literalsSamuel Giddins2016-01-313-0/+3
* [Worker] Add a worker name to ease debuggingseg-thread-namesSamuel Giddins2016-01-301-1/+1
* Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-141-1/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* My goal was to reveal the main part of install_gem_from_spec. From myAndreas Hellwig2015-10-272-1/+80
* There's no flat_map in 1.8.7Andreas Hellwig2015-10-031-2/+2
* Rubocop adjustmentAndreas Hellwig2015-09-301-1/+1
* Extract class StandaloneAndreas Hellwig2015-09-301-0/+48
* Change error type to LockfileErrorLukas Oberhuber2015-09-291-1/+1