Skip to content

Commit ffafc47

Browse files
committed
fix syntax for not-equals dependency from @f668452
1 parent f668452 commit ffafc47

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)