diff options
author | Pavel Rosický <[email protected]> | 2021-06-12 18:49:57 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-12 20:46:13 +0900 |
commit | 94882df3a215a3de16fa7ca18cf5c160f904c904 () | |
tree | 1150503c5eb6a5b570ba3eb5e8fce26998fe036a /tool/lib/core_assertions.rb | |
parent | ff1f696d300cdf2a7073ddec91846cd3aee103d8 (diff) |
[ruby/digest] jruby support
https://.com/ruby/digest/commit/2e9dc14693
-rw-r--r-- | tool/lib/core_assertions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -270,6 +270,7 @@ BEGIN { eom args = args.dup args.insert((Hash === args.first ? 1 : 0), "-w", "--disable=gems", *$:.map {|l| "-I#{l}"}) stdout, stderr, status = EnvUtil.invoke_ruby(args, src, capture_stdout, true, **opt) ensure if res_c |