From c6b31fc3cca971e44102388b304fa120be83dc41 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Fri, 11 Nov 2011 16:51:50 +0000 Subject: [PATCH] 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 --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 7cdfdef47..daee5c4ed 100644 --- a/install +++ b/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