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
68
68
# Retrieves the specs from the Bundler definition, excluding the excluded gems.
69
69
def specs
70
70
return [ ] unless @definition
71
- @specs ||= @definition . resolve . materialize ( @definition . requested_dependencies )
71
+ __skip__ = @specs ||= @definition . resolve . materialize ( @definition . requested_dependencies )
72
72
. reject { |spec | EXCLUDED_GEMS . include? ( spec . name ) }
73
73
. reject { |spec | spec . is_a? ( Bundler ::LazySpecification ) }
74
74
@specs
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class RubyWasm::Packager
46
46
47
47
def root : () -> string
48
48
49
- ALL_DEFAULT_EXTS: string
49
+ ALL_DEFAULT_EXTS: String
50
50
51
51
def build_options : () -> Hash[Symbol, untyped ]
52
52
def full_build_options : () -> Hash[Symbol, untyped ]
You can’t perform that action at this time.
0 commit comments