diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-02-21 20:30:08 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-02-22 02:07:59 +0900 |
commit | 289080e4d86c70f8231a74a78892b2db65a86e9a () | |
tree | e46529c82bb4778930a156b23477a578e7cc1d4c /tool/lib/bundled_gem.rb | |
parent | 241c4cfdd47c3f5df0738bb636d3f3954101de49 (diff) |
Clone and create dummy gemspec in sequential build
Notes: Merged: https://.com/ruby/ruby/pull/7347
-rw-r--r-- | tool/lib/bundled_gem.rb | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -83,4 +83,15 @@ module BundledGem File.write(gemfile, spec.to_ruby) end end end |