We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73dded6 + 9ec6bde commit 083d902Copy full SHA for 083d902
Rakefile
@@ -63,7 +63,7 @@ Depending on your version of ruby, you may need to install ruby rdoc/ri data:
63
64
require_ruby_version '>= 1.8.7'
65
extra_deps << ['json', '~> 1.4']
66
- extra_dev_deps << ['racc', '~> 1.4', '!= 1.4.10']
+ extra_dev_deps << ['racc', '~> 1.4', '> 1.4.10']
67
extra_dev_deps << ['minitest', '~> 4']
68
69
extra_rdoc_files << 'Rakefile'
0 commit comments