Skip to content

Commit

Permalink
update deps in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Jan 28, 2024
1 parent fe3caf7 commit f8347bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/blog/release-028.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Under the hood, we make use of the `ruby.wasm` project through WASI.
To add support for Ruby, install the `@primate/binding` module and the
`@ruby/head-wasm-wasi` and `@ruby/wasm-wasi` packages.

`npm install @primate/binding @ruby/head-wasm-wasi@2.4 @ruby/wasm-wasi@2.4`
`npm install @primate/binding @ruby/head-wasm-wasi@2.5 @ruby/wasm-wasi@2.5`

## Configure

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This binding introduces support for routes written in Python.

## Install

`npm install @primate/binding pyodide@0.24`
`npm install @primate/binding pyodide@0.25`

## Configure

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This binding introduces support for routes written in Ruby.

## Install

`npm install @primate/binding @ruby/head-wasm-wasi@2.4 @ruby/wasm-wasi@2.4`
`npm install @primate/binding @ruby/head-wasm-wasi@2.5 @ruby/wasm-wasi@2.5`

## Configure

Expand Down

0 comments on commit f8347bc

Please sign in to comment.