Skip to content

Commit 14a4f83

Browse files
Install webrick explicitly
1 parent adcdcb6 commit 14a4f83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ source "https://rubygems.org"
55
group :development do
66
gem "rake"
77
gem "syntax_tree", "~> 3.5"
8+
gem "webrick"
89
end

packages/npm-packages/ruby-wasm-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test:unit": "./tools/run-test-unit.mjs",
3131
"test:e2e": "npm run test:e2e:example",
3232
"test:e2e:example": "playwright install && playwright test -c test-e2e/playwright.examples.config.ts",
33-
"serve:example": "ruby -run -e httpd ./example -p 8085",
33+
"serve:example": "bundle exec ruby -run -e httpd ./example -p 8085",
3434
"format": "prettier --write .",
3535
"build:static": "./tools/pack-bindgen-src.sh ./dist",
3636
"build:rollup": "rollup -c rollup.config.mjs && tsc --build",

0 commit comments

Comments
 (0)