summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename major_deprecations to silence_deprecationsdeprecation_changesDavid Rodríguez2019-02-211-2/+2
* Remove major_deprecations feature flagDavid Rodríguez2019-02-211-0/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-3/+3
* change prefer to patch_prefer and updated help textAnkit Kataria2019-01-271-2/+2
* update bundle config man pageAnkit Kataria2019-01-241-2/+2
* add patch option in bundle configAnkit Kataria2019-01-241-0/+2
* Update specs for path always including ruby scopeSamuel Giddins2018-07-291-1/+1
* [Settings] Append the ruby scope on Bundler 2 with a global path settingSamuel Giddins2018-07-291-1/+2
* Add config variable and check for platform warningsAgrim Mittal2018-02-261-0/+1
* Auto merge of #6024 - gwerbin:custom-user-bundle-dir, r=colby-swandaleThe Bundler Bot2017-09-181-1/+1
|\
| * Allow the user to set alternative to ~/.bundleGreg Werbin2017-09-101-1/+1
* | [CLI] For now, disable the new version warning by defaultseg-disable-new-version-warning-by-defaultSamuel Giddins2017-09-131-0/+1
|/
* Print absolute paths outside of the bundle root as absoluteSamuel Giddins2017-09-081-2/+7
* Set CLI path options relative to the CWD on 2.0Samuel Giddins2017-09-081-0/+9
* Make `install --path` relative to the cwdIgor Bozato2017-09-081-0/+1
* Auto-configure job count in 2.0Samuel Giddins2017-09-061-0/+2
* deprecate the viz command in bundler 2colby/deprecate-viz-commandColby Swandale2017-09-061-0/+1
* [Resolver] Use the GVP for major updates in 2.0Samuel Giddins2017-09-051-0/+1
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-0/+1
* Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-1/+1
* Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddinsThe Bundler Bot2017-08-121-0/+1
|\
| * Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-021-0/+1
* | Auto merge of #5920 - bundler:colby/bundler-list, r=segiddinsThe Bundler Bot2017-08-111-0/+1
|\ \
| * | implement new list command taken from bundler showColby Swandale2017-08-041-0/+1
| |/
* | [2.0] Print only version number from `bundler --version`Koichi ITO2017-08-011-0/+1
|/
* fixup! Add unit tests for the settings validatorSamuel Giddins2017-07-231-2/+2
* Hash#to_h does not exist on old rubiesSamuel Giddins2017-07-231-1/+1
* Add unit tests for the settings validatorSamuel Giddins2017-07-231-2/+2
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-1/+1
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-7/+44
* Introduce the notion of settings validationSamuel Giddins2017-07-231-15/+26
* Ensure groups are properly handled when the overlap in settingsSamuel Giddins2017-07-191-1/+2
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+8
* [Settings] Remove #deleteSamuel Giddins2017-07-191-4/+0
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-191-41/+52
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-0/+2
* Make Bundler.setup not make Kernel#gem public in Bundler 2seg-make-gem-privateSamuel Giddins2017-07-071-0/+1
* Enable specific_platform by default on 2.0Samuel Giddins2017-07-051-0/+1
* Auto merge of #5798 - bundler:seg-new-cache-is-package, r=indirectThe Bundler Bot2017-07-051-0/+1
|\
| * Use the Package command for `bundle cache` on Bundler 2seg-new-cache-is-packageSamuel Giddins2017-07-031-0/+1
* | Auto merge of #5790 - bundler:seg-suppress-using-messages, r=indirectThe Bundler Bot2017-07-051-0/+1
|\ \ | |/ |/|
| * Suppress `Using …` messages during installation when a version has not changedSamuel Giddins2017-07-021-0/+1
* | Remove the console command in Bundler 2.0seg-deprecate-consoleSamuel Giddins2017-07-021-0/+1
|/
* [DSL] Remove default git sources on 2.0seg-no-default-git-sourcesSamuel Giddins2017-06-281-0/+1
* Auto merge of #5792 - bundler:seg-remove-rubygems-aggregate, r=segiddinsThe Bundler Bot2017-06-271-1/+3
|\
| * Implement source pinning for 2.0Samuel Giddins2017-06-231-1/+1
| * Disable mutisource gemfiles by default on 2.0Samuel Giddins2017-06-231-0/+1
| * Add a feature flag for the lockfile using separate RubyGems sourcesSamuel Giddins2017-06-231-0/+1
* | Put the global gem cache behind a feature flagSamuel Giddins2017-06-271-0/+1
|/