Skip to content

Commit 9ec6bde

Browse files
author
Zachary Scott
committed
Use racc > 1.4.10, as 1.4.11 fixes ruby 1.8.7 compatibility
1 parent 62e256b commit 9ec6bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Depending on your version of ruby, you may need to install ruby rdoc/ri data:
6363

6464
require_ruby_version '>= 1.8.7'
6565
extra_deps << ['json', '~> 1.4']
66-
extra_dev_deps << ['racc', '~> 1.4', '!= 1.4.10']
66+
extra_dev_deps << ['racc', '~> 1.4', '> 1.4.10']
6767
extra_dev_deps << ['minitest', '~> 4']
6868

6969
extra_rdoc_files << 'Rakefile'

0 commit comments

Comments
 (0)