Closed reset closed 10 years ago
Looking closer, this might have already been fixed by https://github.com/RiotGames/ridley/commit/495d1563413c2d5ffed18a7dcbb6607b97cb6db8 ?
We create a new ruby VM. This can't be an issue because we don't shellout...
@sethvargo ah yeah, we used to shell out many versions ago. My mistake!
When we perform a syntax check we should use the current active version of Ruby. It appears that it is possible for the syntax checker to shell out to a different version of Ruby depending on the system it is running on.
See: https://github.com/berkshelf/berkshelf/issues/1139#issuecomment-54366816