summaryrefslogtreecommitdiff
path: root/tool/lib/bundled_gem.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-02-21 20:30:08 +0900
committerNobuyoshi Nakada <[email protected]>2023-02-22 02:07:59 +0900
commit289080e4d86c70f8231a74a78892b2db65a86e9a ()
treee46529c82bb4778930a156b23477a578e7cc1d4c /tool/lib/bundled_gem.rb
parent241c4cfdd47c3f5df0738bb636d3f3954101de49 (diff)
Clone and create dummy gemspec in sequential build
Notes: Merged: https://.com/ruby/ruby/pull/7347
-rw-r--r--tool/lib/bundled_gem.rb11
1 files changed, 11 insertions, 0 deletions
@@ -83,4 +83,15 @@ module BundledGem
File.write(gemfile, spec.to_ruby)
end
end
end