Force the usage of the Racc Gem.

This ensures that we're loading the Gem and not the standard library version.
This commit is contained in:
Yorick Peterse 2014-09-16 11:58:56 +02:00
parent cdfeeed85f
commit 9e935e5d24
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
gem 'racc'
require 'ast'
require 'set'
require 'stringio'