Skip to content

Commit

Permalink
Update the "Updating default and bundled gems" section in the "Updati…
Browse files Browse the repository at this point in the history
…ng our version of Ruby" document
  • Loading branch information
andrykonchin committed Feb 25, 2025
1 parent 1a5805e commit e1fd716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/contributor/updating-ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,11 @@ rm -rf lib/gems/specifications
cd ~/.rubies/ruby-$VERSION
cp -R lib/ruby/gems/*.0/gems $TRUFFLERUBY/lib/gems
cp -R lib/ruby/gems/*.0/specifications $TRUFFLERUBY/lib/gems
rm -f lib/gems/gems/**/*.{o,a,so,bundle} lib/gems/gems/**/{Makefile,extconf.h,mkmf.log} lib/gems/gems/**/*.mk
cd $TRUFFLERUBY
rm -f lib/gems/gems/**/*.{o,a,so,bundle} lib/gems/gems/**/{Makefile,extconf.h,mkmf.log} lib/gems/gems/**/*.mk
rm -rf lib/gems/gems/typeprof-* lib/gems/specifications/typeprof-*.gemspec
rm lib/gems/gems/rbs-*/Gemfile.lock
ruby tool/patch-default-gemspecs.rb
```

Expand Down

0 comments on commit e1fd716

Please sign in to comment.