all settings $ bundle config "path" # print the current `path` setting $ bundle config "path" "vendor" # set the path to "vendor" $ bundle config --delete "path" # delete the current setting for `path` Samuel Giddins, RubyConf BR 2017 25
list all settings $ bundle config get "path" # print the current `path` setting $ bundle config set "path" "vendor" # set the path to "vendor" $ bundle config unset "path" # delete the current setting for `path` Samuel Giddins, RubyConf BR 2017 26
Release Date Downloads 0.3.0 July 29, 2009 3,308 1.0.0 August 29, 2010 297,889 1.15.4 August 19, 2017 12,493,974 All Time 205,973,132 1 Current as of November 10, 2017 Samuel Giddins, RubyConf BR 2017 43