Skip to content

Commit f908752

Browse files
committed
* upgrade to ruby-next 1.2
1 parent f63156e commit f908752

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

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

55
gem "js", "~> 2.7.1" unless ENV["JS"] == "false"
66
gem "ruby_wasm", "~> 2.7.1"
7-
gem "ruby-next", "~> 1.1.0"
7+
gem "ruby-next", "~> 1.2.0"

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
ast (2.4.2)
5-
diff-lcs (1.5.1)
4+
ast (2.4.3)
5+
diff-lcs (1.6.2)
66
js (2.7.1)
77
paco (0.2.3)
8-
parser (3.3.7.0)
8+
parser (3.3.10.0)
99
ast (~> 2.4.1)
1010
racc
1111
racc (1.8.1)
12-
require-hooks (0.2.2)
13-
ruby-next (1.1.0)
12+
require-hooks (0.2.3)
13+
ruby-next (1.2.0)
1414
paco (~> 0.2)
1515
require-hooks (~> 0.2)
16-
ruby-next-core (= 1.1.0)
16+
ruby-next-core (= 1.2.0)
1717
ruby-next-parser (>= 3.4.0.2)
1818
unparser (~> 0.6.0)
19-
ruby-next-core (1.1.0)
19+
ruby-next-core (1.2.0)
2020
ruby-next-parser (3.4.0.2)
2121
parser (>= 3.0.3.1)
2222
ruby_wasm (2.7.1)
@@ -35,7 +35,7 @@ PLATFORMS
3535

3636
DEPENDENCIES
3737
js (~> 2.7.1)
38-
ruby-next (~> 1.1.0)
38+
ruby-next (~> 1.2.0)
3939
ruby_wasm (~> 2.7.1)
4040

4141
BUNDLED WITH

0 commit comments

Comments
 (0)