summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Delay deprecation of `bundle config` and `bundle update` without argsundeprecate_argless_config_and_updateDavid Rodríguez2019-12-131-1/+1
* Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-1/+1
* Add actionable suggestions to config deprecationmove_bundle_config_deprecation_to_bundler_2David Rodríguez2019-03-151-1/+13
* Fix deprecation version for `bundle config`David Rodríguez2019-03-151-1/+1
* Add specs for the new config subcommandsseg-cleanup-configSamuel Giddins2017-08-301-2/+2
* [CLI] Implement config subcommandsSamuel Giddins2017-08-301-93/+148
* [CLI] Use options for configSamuel Giddins2017-08-301-25/+33
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
* print key & value on config set and print new value when overwritting existin...Colby Swandale2017-04-151-3/+7
* print old config value in parseable format using overwriting an existingColby Swandale2017-04-121-1/+4
* print only highest priority value per configColby Swandale2017-04-061-2/+2
* update config output parseable format and specsColby Swandale2017-04-051-2/+2
* print minimal report of configuration with bundler config --parseableColby Swandale2017-04-031-6/+14
* remove duplicate conditionColby Swandale2017-01-061-1/+2
* move parseable functionality down a bit and only when no args are givenColby Swandale2017-01-051-2/+2
* Add parseable option to bundle configJuanitoFatas2016-08-261-0/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* [RuboCop] Fix Performance/StartWithSamuel Giddins2016-01-311-2/+2
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+3
* Refactoring config.rbAndreas Hellwig2015-10-101-58/+70
* Fix Style/ParallelAssignmentErick Sasse2015-08-021-2/+4
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* [Config] Ensure we set the expanded path as the new valueSamuel E. Giddins2015-05-161-1/+1
* skip config warning when new value is unchangedAndre Arko2015-05-161-11/+14
* #3649 - Stop printing replacement message when config is not changedFelipe Tanus2015-05-161-1/+1
* whitespace styleAndre Arko2014-01-261-0/+1
* Refactored config commandSmit Shah2014-01-181-0/+83