safe_ruby 1.0.2
Evaluates ruby code by writing it to a tempfile and spawning a child process. Uses a whitelist of methods and constants to keep, for example one cannot run system commands in the environment created by this gem. The environment created by the untrusted code does not leak out into the parent process.
Gemfile:
=
install:
=
Runtime Dependencies (1):
childprocess
>= 0.3.9