# File lib/bundler.rb, line 205 def settings @settings ||= begin Settings.new(app_config_path) rescue GemfileNotFound Settings.new end end