We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2546ecb commit de8f176Copy full SHA for de8f176
lib/ruby_wasm/packager.rb
@@ -70,6 +70,7 @@ def specs
70
return [] unless @definition
71
@specs ||= @definition.resolve.materialize(@definition.requested_dependencies)
72
.reject { |spec| EXCLUDED_GEMS.include?(spec.name) }
73
+ .reject { |spec| spec.is_a?(Bundler::LazySpecification) }
74
@specs
75
end
76
0 commit comments