Added missing <code>require 'yaml'</code>, without which the TextPattern migrator script was failing.

This commit is contained in:
Simon Griffee 2011-12-04 23:35:36 +01:00
parent 1da88bb30a
commit 06d9446ade
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
require 'rubygems'
require 'sequel'
require 'fileutils'
require 'yaml'
# NOTE: This converter requires Sequel and the MySQL gems.
# The MySQL gem can be difficult to install on OS X. Once you have MySQL