summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2023-07-20 14:51:17 -0400
committerGitHub <noreply@github.com>2023-07-20 14:51:17 -0400
commit134d8741731101b4b115e3d92ac008f6cecee1d8 (patch)
tree09c4235bf18d9bc6f6be7adf5edeec7cb3091c5c /tool/sync_default_gems.rb
parent639aa76e820480d707b90028972a52fd2a30957a (diff)
Sync YARP gemspec (#8101)
* Sync YARP gemspec We were previously not syncing the YARP gemspec over which meant that the Ruby YARP gem was out of sync. * Sync YARP node / lex_compat files
Notes
Notes: Merged-By: jemmaissroff
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index e5dec18222..15a7ca7b6b 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -416,6 +416,7 @@ module SyncDefaultGems
mv "yarp/enc/#{f}", "yarp/enc/yp_#{f}"
end
+ cp_r("#{upstream}/yarp.gemspec", "lib/yarp")
cp_r("#{upstream}/include/yarp/.", "yarp")
cp_r("#{upstream}/include/yarp.h", "yarp")