summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/install.rb
Commit message (Expand)AuthorAgeFilesLines
* Unify deployment setting and flagimprove_deployment_flagDavid Rodríguez2019-12-311-2/+3
* Fix message about skipped groups for `bundle update`proper_group_skip_message_for_bundle_updateDavid Rodríguez2019-04-281-1/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Fix multiple source warning messages from `error` to `warn`Jeremy Weathers2018-11-161-8/+9
* Rename Bundler.frozen? to avoid Object method conflictseg-rename-bundler-frozenSamuel Giddins2018-01-151-2/+2
* Expand path relative to pwd in the settings validatorSamuel Giddins2017-09-081-4/+8
* Set CLI path options relative to the CWD on 2.0Samuel Giddins2017-09-081-8/+5
* Expand path where it is usedIgor Bozato2017-09-081-1/+3
* Make `install --path` relative to the cwdIgor Bozato2017-09-081-1/+1
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-3/+1
* Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-1/+1
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-0/+2
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-11/+6
* Introduce the notion of settings validationSamuel Giddins2017-07-231-4/+9
* [CLI] Deprecate install --force in favor of --redownloadSamuel Giddins2017-07-191-0/+2
* Ensure groups are properly handled when the overlap in settingsSamuel Giddins2017-07-191-12/+9
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-8/+4
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-2/+2
* [Settings] Remove #deleteSamuel Giddins2017-07-191-2/+2
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-191-29/+26
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Fix deployment specs under 2.0Samuel Giddins2017-07-121-2/+6
* Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-6/+8
* Completely remove the postit trampolineSamuel Giddins2017-06-211-16/+0
* Auto merge of #5785 - bundler:colby/fix-group-conflict-error, r=segiddinsThe Bundler Bot2017-06-181-1/+1
|\
| * fix a missing space in the group conflict error messagecolby/fix-group-conflict-errorColby Swandale2017-06-181-1/+1
* | [Install] Avoid re-writing settings when they won’t changeSamuel Giddins2017-06-141-3/+4
* | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keysSamuel Giddins2017-06-131-1/+1
|/
* Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
* Auto merge of #5374 - colby-swandale:bundle-info, r=indirectThe Bundler Bot2017-02-211-1/+1
|\
| * remove --path argument from info commandFrederico Bittencourt2016-11-221-1/+1
* | DRY up some duplication between install and updateJason King2016-12-081-17/+4
* | fix rubocop feedbackColby Swandale2016-11-151-1/+1
* | fix missing capitalizationColby Swandale2016-11-141-1/+1
* | fix small alignmentColby Swandale2016-11-141-1/+1
* | improve error message for bundle install --path --system conflictColby Swandale2016-11-141-2/+2
|/
* [Installer] Load gem plugins when installingseg-load-gem-plugins-on-installSamuel Giddins2016-09-071-3/+0
* [Definition] Validate platform in addition to rubySamuel Giddins2016-08-251-1/+1
* Add FeatureFlag classseg-feature-flagSamuel Giddins2016-08-181-1/+1
* [Installer] Move post-install messages to be an instance attributeSamuel Giddins2016-08-041-2/+2
* Return out of `warn_if_outdated` if installed ver satisfies running verBoggs2016-07-291-0/+1
* Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-051-3/+2
* Show deprecation warning when using --binstubsStefan Lance2016-07-051-0/+6
* Use `Bundler::VERSION` for specBoggs2016-06-281-1/+1
* Add warnings for different versions of bundler; add specsBoggs2016-06-281-0/+15
* Don't incorrectly relativize sibling `--path` with the same prefixJon Jensen2016-06-241-1/+1
* Included plugins in bool_keys for settingsAsutosh Palai2016-06-101-1/+1
* Minor correctionsAsutosh Palai2016-06-071-1/+1
* Fixed the issues raised in commentsAsutosh Palai2016-06-061-13/+21
* Reduced complexity of cli/install#runAsutosh Palai2016-06-011-55/+76