Skip to content

Commit 2d82f8d

Browse files
committed
Update Truffle::GemUtil::DEFAULT_GEMS
1 parent 1ca8d78 commit 2d82f8d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/contributor/updating-ruby.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Update all of these:
154154
* Update method lists - see `spec/truffle/methods_spec.rb`
155155
* Build TruffleRuby (`jt build`).
156156
* Run `jt test gems default-bundled-gems`
157+
* Get `jt test spec/truffle/rubygems/default_gems_list_spec.rb` to pass
157158
* Grep for the old Ruby version with `git grep -F x.y.z`
158159
* Grep for the old Bundler version with `git grep -F x.y.z`
159160
* If `tool/id.def` or `lib/cext/include/truffleruby/internal/id.h` has changed, then run `jt build core-symbols` and check for correctness.

src/main/ruby/truffleruby/core/truffle/gem_util.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module Truffle::GemUtil
6565
'singleton' => true,
6666
'stringio' => true,
6767
'strscan' => true,
68+
'syntax_suggest' => true,
6869
'syslog' => true,
6970
'tempfile' => true,
7071
'time' => true,

0 commit comments

Comments
 (0)