From 9ec6bde834aea2d1d2072f720d9940a7e404df17 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Thu, 19 Dec 2013 17:07:05 -0500 Subject: [PATCH] Use racc > 1.4.10, as 1.4.11 fixes ruby 1.8.7 compatibility --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 39dd41c998..85a0b3ee13 100644 --- a/Rakefile +++ b/Rakefile @@ -63,7 +63,7 @@ Depending on your version of ruby, you may need to install ruby rdoc/ri data: require_ruby_version '>= 1.8.7' extra_deps << ['json', '~> 1.4'] - extra_dev_deps << ['racc', '~> 1.4', '!= 1.4.10'] + extra_dev_deps << ['racc', '~> 1.4', '> 1.4.10'] extra_dev_deps << ['minitest', '~> 4'] extra_rdoc_files << 'Rakefile'