Skip to content

Commit 26d0030

Browse files
committed
fix: upgrade ruby_wasm
1 parent 618e3b7 commit 26d0030

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source "https://rubygems.org"
44

55
gem "js", "~> 2.4.1.pre.1" unless ENV["JS"] == "false"
6-
gem "ruby_wasm", "~> 2.5.pre.1"
6+
gem "ruby_wasm", github: "ruby/ruby.wasm"
77
gem "ruby-next", "~> 1.0"

Gemfile.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
GIT
2+
remote: https://github.com/ruby/ruby.wasm.git
3+
revision: 95255203f208e18e6356be6a898e55f2002b49ec
4+
specs:
5+
ruby_wasm (2.4.1)
6+
17
GEM
28
remote: https://rubygems.org/
39
specs:
@@ -19,21 +25,20 @@ GEM
1925
ruby-next-core (1.0.0)
2026
ruby-next-parser (3.2.2.0)
2127
parser (>= 3.0.3.1)
22-
ruby_wasm (2.5.0.pre.1)
2328
unparser (0.6.12)
2429
diff-lcs (~> 1.3)
2530
parser (>= 3.2.2.4)
2631

2732
PLATFORMS
28-
arm64-darwin-21
2933
aarch64-linux
30-
x86_64-linux
34+
arm64-darwin-21
3135
ruby
36+
x86_64-linux
3237

3338
DEPENDENCIES
3439
js (~> 2.4.1.pre.1)
3540
ruby-next (~> 1.0)
36-
ruby_wasm (~> 2.5.pre.1)
41+
ruby_wasm!
3742

3843
BUNDLED WITH
3944
2.5.3

0 commit comments

Comments
 (0)