summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirectThe Bundler Bot2017-06-231-1/+1
|\
| * Allow not having specs available for gems that won’t be installedSamuel Giddins2017-06-221-1/+1
* | Make pretty-printing a dependency consistentseg-allow-bundler-dep-conflictsSamuel Giddins2017-06-221-1/+2
* | Allow conflicts between bundler dependencies and the current bundler versionSamuel Giddins2017-06-221-0/+16
|/
* Auto merge of #5718 - bundler:seg-reduce-gemfile-eval-count, r=indirectThe Bundler Bot2017-06-161-10/+3
|\
| * Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-countSamuel Giddins2017-06-141-10/+3
* | Ensure that diff/lcs is loaded in the specsseg-load-path-gem-pluginsSamuel Giddins2017-06-141-1/+6
* | [RubyGemsIntegration] Implement #matches_for_glob for RG < 1.8Samuel Giddins2017-06-141-1/+1
* | [Installer] Load plugin files from path gemsSamuel Giddins2017-06-141-1/+11
|/
* 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