summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Auto merge of #5809 - bundler:seg-config-converted-value, r=indirectThe Bundler Bot2017-06-231-12/+16
|\
| * [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-valueSamuel Giddins2017-06-221-12/+16
* | Allow conflicts between bundler dependencies and the current bundler versionSamuel Giddins2017-06-221-0/+1
|/
* Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flagSamuel Giddins2017-06-181-0/+1
* Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-151-0/+1
* Add `—all` flag to `bundle update`Samuel Giddins2017-06-141-0/+1
* [Settings] Require the local config file before emitting deprecationsSamuel Giddins2017-06-141-1/+3
* fix the order of the boolean setting keyscolby/init-new-gemfile-formatColby Swandale2017-06-061-2/+2
* rename feature flag to `init_gems_rb` and PR feedbackColby Swandale2017-06-051-1/+1
* generate gems.rb in bundle init with feature flagColby Swandale2017-06-041-0/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-6/+6
* stderr feature flag is notw error_on_stderrColby Swandale2017-05-171-1/+1
* add print error to stderr featureColby Swandale2017-05-161-0/+1
* [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-caseSamuel Giddins2017-05-091-1/+1
* Fix a typosKoichi ITO2017-05-031-4/+4