summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* [Package] Always resolve remotely for --all-platformsSamuel Giddins2019-07-051-1/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-4/+4
* Remove more unnecessary rubygems version checksDavid Rodríguez2019-02-251-8/+1
* Add registered events for after-all, before, after gem installjules26892018-06-121-0/+1
* Make all plugin events registered to make documenting them easierjules26892018-05-221-1/+1
* Rescue StandardError from Etc.nprocessors since it can raise NoMethodError on...Samuel Giddins2018-03-171-1/+1
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-1/+1
* Deprecate safe_level of `ERB.new` in Ruby 2.6Koichi ITO2018-03-031-2/+10
* Rename Bundler.frozen? to avoid Object method conflictseg-rename-bundler-frozenSamuel Giddins2018-01-151-2/+2
* Prioritise explicitly requested gems in dependency resolution sort orderGrey Baker2017-10-271-1/+1
* Double assignment is no longer an effective workaround for unused variable wa...Akira Matsuda2017-10-161-6/+12
* Default to 1 job when auto_config_jobs is not setseg-jobs-countSamuel Giddins2017-09-061-1/+3
* Auto-configure job count in 2.0Samuel Giddins2017-09-061-5/+25
* [Update] Avoid a normal update when running with only --bundlerseg-bundle-update-bundler-no-reresolveSamuel Giddins2017-08-201-1/+1
* Auto merge of #5860 - bundler:seg-validate-settings, r=segiddinsThe Bundler Bot2017-07-251-2/+2
|\
| * Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-2/+2
* | Add a special bundler binstub that ensures the correct version is activatedSamuel Giddins2017-07-211-3/+6
|/
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+4
* Speed up no-op installsseg-speed-up-no-op-installSamuel Giddins2017-07-191-7/+18
* Auto merge of #5864 - koic:enable_layout_empty_line_after_magic_comment_cop, ...The Bundler Bot2017-07-161-0/+1
|\
| * [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* | Merge branch 'master' of https://github.com/bundler/bundler into add-process-...Stefan Sedich2017-07-121-2/+2
|\ \ | |/
| * Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-2/+2
* | Adding process lock for bundle install operations to fix issue where multiple...Stefan Sedich2017-07-111-14/+16
|/
* [Inline] Work when BUNDLE_BIN is setseg-inline-bundle-binSamuel Giddins2017-07-071-1/+1
* 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
|/