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:
parent
cdfeeed85f
commit
9e935e5d24
|
@ -1,3 +1,5 @@
|
|||
gem 'racc'
|
||||
|
||||
require 'ast'
|
||||
require 'set'
|
||||
require 'stringio'
|
||||
|
|
Loading…
Reference in New Issue