summaryrefslogtreecommitdiff
path: root/lib/bundler/feature_flag.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+2
|\
| * 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 #5725 - bundler:seg-default-command, r=indirectThe Bundler Bot2017-06-231-4/+16
|\
| * Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-commandSamuel Giddins2017-06-141-4/+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-2/+3
|/
* 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
* stderr feature flag is notw error_on_stderrColby Swandale2017-05-171-1/+1
* add print error to stderr featureColby Swandale2017-05-161-0/+1
* Default allow_offline_install and only_update_to_newer_versions to true on 2.0seg-2-0-enable-feature-flagsSamuel Giddins2016-09-221-2/+3
* [FeatureFlag] Add a default value block for settings flagsSamuel Giddins2016-09-221-2/+6
* Add FeatureFlag classseg-feature-flagSamuel Giddins2016-08-181-0/+27