File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def ruby_core_build
6868 # Retrieves the specs from the Bundler definition, excluding the excluded gems.
6969 def specs
7070 return [ ] unless @definition
71- @specs ||= @definition . resolve . materialize ( @definition . requested_dependencies )
71+ __skip__ = @specs ||= @definition . resolve . materialize ( @definition . requested_dependencies )
7272 . reject { |spec | EXCLUDED_GEMS . include? ( spec . name ) }
7373 . reject { |spec | spec . is_a? ( Bundler ::LazySpecification ) }
7474 @specs
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class RubyWasm::Packager
4646
4747 def root : () -> string
4848
49- ALL_DEFAULT_EXTS: string
49+ ALL_DEFAULT_EXTS: String
5050
5151 def build_options : () -> Hash[Symbol, untyped ]
5252 def full_build_options : () -> Hash[Symbol, untyped ]
You can’t perform that action at this time.
0 commit comments