lib/tasks/projectdx_pipeline.rake in projectdx_pipeline-1.3.5 vs lib/tasks/projectdx_pipeline.rake in projectdx_pipeline-1.3.6

- old
+ new

@@ -27,9 +27,10 @@ end namespace :build do desc 'Clone reference database' task :clone_reference_database do + require 'pg' config = YAML.load_file('config/database.yml')['development'] pg = PGconn.new(:host => config['host'], :port => config['port'], :user => config['username'], :password => config['password'], :dbname => 'postgres')