Skip to content

Commit 3d929e6

Browse files
committed
update synvert-core to 2.2.2
1 parent b49d1e6 commit 3d929e6

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

Gemfile.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (8.0.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
1113
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1417
ast (2.4.2)
1518
base64 (0.2.0)
16-
bigdecimal (3.1.8)
19+
benchmark (0.4.0)
20+
bigdecimal (3.1.9)
1721
coderay (1.1.3)
18-
concurrent-ruby (1.3.3)
22+
concurrent-ruby (1.3.4)
1923
connection_pool (2.4.1)
2024
diff-lcs (1.5.0)
2125
drb (2.2.1)
@@ -40,36 +44,36 @@ GEM
4044
guard (~> 2.1)
4145
guard-compat (~> 1.1)
4246
rspec (>= 2.99.0, < 4.0)
43-
i18n (1.14.5)
47+
i18n (1.14.6)
4448
concurrent-ruby (~> 1.0)
4549
listen (3.8.0)
4650
rb-fsevent (~> 0.10, >= 0.10.3)
4751
rb-inotify (~> 0.9, >= 0.9.10)
52+
logger (1.6.4)
4853
lumberjack (1.2.8)
4954
method_source (1.0.0)
50-
minitest (5.24.1)
51-
mutex_m (0.2.0)
55+
minitest (5.25.4)
5256
nenv (0.3.0)
5357
node_mutation (1.24.4)
54-
node_query (1.15.4)
58+
node_query (1.16.0)
5559
node_visitor (1.1.0)
5660
notiffany (0.1.3)
5761
nenv (~> 0.1)
5862
shellany (~> 0.0)
59-
parallel (1.25.1)
60-
parser (3.3.4.0)
63+
parallel (1.26.3)
64+
parser (3.3.6.0)
6165
ast (~> 2.4.1)
6266
racc
6367
parser_node_ext (1.4.2)
6468
parser
6569
prettier_print (1.2.1)
66-
prism (0.30.0)
70+
prism (1.3.0)
6771
prism_ext (0.4.2)
6872
prism
6973
pry (0.14.2)
7074
coderay (~> 1.1)
7175
method_source (~> 1.0)
72-
racc (1.8.0)
76+
racc (1.8.1)
7377
rake (13.0.3)
7478
rb-fsevent (0.11.2)
7579
rb-inotify (0.10.1)
@@ -87,12 +91,13 @@ GEM
8791
diff-lcs (>= 1.2.0, < 2.0)
8892
rspec-support (~> 3.12.0)
8993
rspec-support (3.12.0)
94+
securerandom (0.4.1)
9095
shellany (0.0.1)
9196
syntax_tree (6.2.0)
9297
prettier_print (>= 1.2.0)
9398
syntax_tree_ext (0.9.2)
9499
syntax_tree
95-
synvert-core (2.1.2)
100+
synvert-core (2.2.2)
96101
activesupport
97102
node_mutation (>= 1.24.4)
98103
node_query (>= 1.15.4)
@@ -107,6 +112,7 @@ GEM
107112
thor (1.2.1)
108113
tzinfo (2.0.6)
109114
concurrent-ruby (~> 1.0)
115+
uri (1.0.2)
110116

111117
PLATFORMS
112118
ruby

0 commit comments

Comments
 (0)