# HG changeset patch # User Edho Arief # Date 1376037788 0 # Node ID 8dfbf854fad385d52df7deb28b045fe069884a69 # Parent 1889f31557975e05e9967ad97f6d72666ee93162 Default bundler group according to 4.0. diff -r 1889f3155797 -r 8dfbf854fad3 config/default_config.rb --- a/config/default_config.rb Fri Aug 09 08:42:01 2013 +0000 +++ b/config/default_config.rb Fri Aug 09 08:43:08 2013 +0000 @@ -1,5 +1,5 @@ CONFIG['standalone'] = true if CONFIG['standalone'].nil? CONFIG['newrelic'] = false if CONFIG['newrelic'].nil? -CONFIG['bundler_groups'] ||= Rails.groups(:assets => %w(development test)) +CONFIG['bundler_groups'] ||= [:default, Rails.env] CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone'] CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']