Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1657e78

Browse files
authoredMay 25, 2025··
Merge pull request #597 from y-yagi/add_logger_as_dependency
2 parents 0c7665a + 0f8f09e commit 1657e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎ruby_wasm.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ Gem::Specification.new do |spec|
2929
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3030
spec.require_paths = ["lib"]
3131
spec.extensions = ["ext/ruby_wasm/Cargo.toml"]
32+
33+
spec.add_dependency "logger"
3234
end

0 commit comments

Comments
 (0)
Please sign in to comment.