Skip to content

Commit 8a212db

Browse files
committed
Use racc 1.4.15
1 parent 1cd1386 commit 8a212db

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
@@ -62,7 +62,7 @@ ERR
6262
end
6363

6464
assert_dependency_version("Ragel", "7.0.0.9", "ragel -v")
65-
assert_dependency_version("Racc", "1.4.14", %|ruby -e "require 'racc'; puts Racc::VERSION"|)
65+
assert_dependency_version("Racc", "1.4.15", %|ruby -e "require 'racc'; puts Racc::VERSION"|)
6666

6767
`rm -f lib/graphql/language/parser.rb lib/graphql/language/lexer.rb `
6868
`racc lib/graphql/language/parser.y -o lib/graphql/language/parser.rb`

0 commit comments

Comments
 (0)