Skip to content

Commit d4a9a03

Browse files
Merge pull request #592 from y-yagi/fix_gemfile_for_34
Fix the Gemfile for Ruby 3.4
2 parents bf5e7f8 + 78a7ff6 commit d4a9a03

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)