Skip to content

Commit e1fd716

Browse files
committed
Update the "Updating default and bundled gems" section in the "Updating our version of Ruby" document
1 parent 1a5805e commit e1fd716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/contributor/updating-ruby.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ rm -rf lib/gems/specifications
135135
cd ~/.rubies/ruby-$VERSION
136136
cp -R lib/ruby/gems/*.0/gems $TRUFFLERUBY/lib/gems
137137
cp -R lib/ruby/gems/*.0/specifications $TRUFFLERUBY/lib/gems
138-
rm -f lib/gems/gems/**/*.{o,a,so,bundle} lib/gems/gems/**/{Makefile,extconf.h,mkmf.log} lib/gems/gems/**/*.mk
139138
140139
cd $TRUFFLERUBY
140+
rm -f lib/gems/gems/**/*.{o,a,so,bundle} lib/gems/gems/**/{Makefile,extconf.h,mkmf.log} lib/gems/gems/**/*.mk
141141
rm -rf lib/gems/gems/typeprof-* lib/gems/specifications/typeprof-*.gemspec
142+
rm lib/gems/gems/rbs-*/Gemfile.lock
142143
ruby tool/patch-default-gemspecs.rb
143144
```
144145

0 commit comments

Comments
 (0)