Rakefile in ar-octopus-ruby-3-0.11.2 vs Rakefile in ar-octopus-ruby-3-0.11.3

- old
+ new

@@ -14,18 +14,16 @@ pg_spec = { :adapter => 'postgresql', :host => 'localhost', :username => (ENV['POSTGRES_USER'] || 'postgres'), :encoding => 'utf8', - :password => '' } mysql_spec = { :adapter => 'mysql2', :host => 'localhost', :username => (ENV['MYSQL_USER'] || 'root'), :encoding => 'utf8', - :password => '' } ` rm -f /tmp/database.sqlite3 ` require 'active_record'