Skip to content

Commit 78a7ff6

Browse files
committed
Fix the Gemfile for Ruby 3.4
Currently, `ruby-3.4-wasm-wasi` uses the Gemfile for Ruby 3.3. I assume this should be for Ruby 3.4.
1 parent bf5e7f8 commit 78a7ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ NPM_PACKAGES = [
4141
{
4242
name: "ruby-3.4-wasm-wasi",
4343
ruby_version: "3.4",
44-
gemfile: "packages/npm-packages/ruby-3.3-wasm-wasi/Gemfile",
44+
gemfile: "packages/npm-packages/ruby-3.4-wasm-wasi/Gemfile",
4545
target: "wasm32-unknown-wasip1"
4646
},
4747
{

0 commit comments

Comments
 (0)