diff --git a/Gemfile b/Gemfile index 8d66364..e1557a9 100644 --- a/Gemfile +++ b/Gemfile @@ -92,30 +92,10 @@ group :test do gem 'launchy' end -# Include database gems for the adapters found in the database -# configuration file -require 'erb' -require 'yaml' -database_file = File.join(File.dirname(__FILE__), "config/database.yml") -if File.exist?(database_file) - database_config = YAML::load(ERB.n