Issue 566: specified exact version of librex (0.0.52) in the install script to prevent errors in Windows.
git-svn-id: https://beef.googlecode.com/svn/trunk@1428 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
2
install
2
install
@@ -31,7 +31,7 @@ puts "\nPlease make sure you have installed SQLite before proceeding. For instr
|
||||
|
||||
# array of required gems - add to as needed (specify a version if needed eg "gem_name, =x.x.x")
|
||||
$gems_required = ["ansi", "term-ansicolor", "dm-core", "json", "data_objects", "do_sqlite3", "sqlite3", "dm-sqlite-adapter",
|
||||
"parseconfig", "erubis", "dm-migrations", "librex"]
|
||||
"parseconfig", "erubis", "dm-migrations", "librex, =0.0.52"]
|
||||
|
||||
# array of missing non-version specific gems installed
|
||||
$gems_missing = Array.new
|
||||
|
||||
Reference in New Issue
Block a user