Skip to content

Commit 79b4be9

Browse files
committed
update synvert-core to 2.0.2
1 parent 8f8b8a1 commit 79b4be9

File tree

2 files changed

+46
-36
lines changed

2 files changed

+46
-36
lines changed

Gemfile.lock

+45-35
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,29 @@ PATH
22
remote: .
33
specs:
44
synvert (1.10.3)
5-
synvert-core (>= 1.35.1)
5+
synvert-core (>= 2.0.2)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (6.1.7.7)
10+
activesupport (7.1.3.4)
11+
base64
12+
bigdecimal
1113
concurrent-ruby (~> 1.0, >= 1.0.2)
14+
connection_pool (>= 2.2.5)
15+
drb
1216
i18n (>= 1.6, < 2)
1317
minitest (>= 5.1)
18+
mutex_m
1419
tzinfo (~> 2.0)
15-
zeitwerk (~> 2.3)
1620
ast (2.4.2)
21+
base64 (0.2.0)
22+
bigdecimal (3.1.8)
1723
coderay (1.1.3)
18-
concurrent-ruby (1.2.3)
19-
diff-lcs (1.4.4)
24+
concurrent-ruby (1.3.3)
25+
connection_pool (2.4.1)
26+
diff-lcs (1.5.1)
27+
drb (2.2.1)
2028
ffi (1.16.3)
2129
formatador (1.1.0)
2230
guard (2.18.1)
@@ -33,71 +41,73 @@ GEM
3341
guard (~> 2.1)
3442
guard-compat (~> 1.1)
3543
rspec (>= 2.99.0, < 4.0)
36-
i18n (1.14.4)
44+
i18n (1.14.5)
3745
concurrent-ruby (~> 1.0)
3846
listen (3.8.0)
3947
rb-fsevent (~> 0.10, >= 0.10.3)
4048
rb-inotify (~> 0.9, >= 0.9.10)
4149
lumberjack (1.2.9)
4250
method_source (1.0.0)
43-
minitest (5.22.3)
51+
minitest (5.23.1)
52+
mutex_m (0.2.0)
4453
nenv (0.3.0)
45-
node_mutation (1.24.3)
46-
node_query (1.15.2)
54+
node_mutation (1.24.4)
55+
node_query (1.15.3)
56+
node_visitor (1.0.1)
4757
notiffany (0.1.3)
4858
nenv (~> 0.1)
4959
shellany (~> 0.0)
50-
parallel (1.24.0)
51-
parser (3.3.0.5)
60+
parallel (1.25.1)
61+
parser (3.3.3.0)
5262
ast (~> 2.4.1)
5363
racc
54-
parser_node_ext (1.3.0)
64+
parser_node_ext (1.3.2)
5565
parser
5666
prettier_print (1.2.1)
57-
prism (0.25.0)
58-
prism_ext (0.3.1)
67+
prism (0.30.0)
68+
prism_ext (0.3.2)
5969
prism
6070
pry (0.14.2)
6171
coderay (~> 1.1)
6272
method_source (~> 1.0)
63-
racc (1.7.3)
73+
racc (1.8.0)
6474
rake (13.0.6)
6575
rb-fsevent (0.11.2)
6676
rb-inotify (0.10.1)
6777
ffi (~> 1.0)
68-
rspec (3.10.0)
69-
rspec-core (~> 3.10.0)
70-
rspec-expectations (~> 3.10.0)
71-
rspec-mocks (~> 3.10.0)
72-
rspec-core (3.10.1)
73-
rspec-support (~> 3.10.0)
74-
rspec-expectations (3.10.1)
78+
rspec (3.13.0)
79+
rspec-core (~> 3.13.0)
80+
rspec-expectations (~> 3.13.0)
81+
rspec-mocks (~> 3.13.0)
82+
rspec-core (3.13.0)
83+
rspec-support (~> 3.13.0)
84+
rspec-expectations (3.13.1)
7585
diff-lcs (>= 1.2.0, < 2.0)
76-
rspec-support (~> 3.10.0)
77-
rspec-mocks (3.10.2)
86+
rspec-support (~> 3.13.0)
87+
rspec-mocks (3.13.1)
7888
diff-lcs (>= 1.2.0, < 2.0)
79-
rspec-support (~> 3.10.0)
80-
rspec-support (3.10.2)
89+
rspec-support (~> 3.13.0)
90+
rspec-support (3.13.1)
8191
shellany (0.0.1)
8292
syntax_tree (6.2.0)
8393
prettier_print (>= 1.2.0)
84-
syntax_tree_ext (0.8.1)
94+
syntax_tree_ext (0.8.2)
8595
syntax_tree
86-
synvert-core (1.35.1)
87-
activesupport (< 7.0.0)
88-
node_mutation (>= 1.24.3)
89-
node_query (>= 1.15.2)
96+
synvert-core (2.0.2)
97+
activesupport
98+
node_mutation (>= 1.24.4)
99+
node_query (>= 1.15.3)
100+
node_visitor (>= 1.0.1)
90101
parallel
91102
parser
92-
parser_node_ext (>= 1.3.0)
103+
parser_node_ext (>= 1.3.2)
93104
prism
94-
prism_ext (>= 0.3.1)
105+
prism_ext (>= 0.3.2)
95106
syntax_tree
96-
syntax_tree_ext (>= 0.8.1)
107+
syntax_tree_ext (>= 0.8.2)
97108
thor (1.3.0)
98109
tzinfo (2.0.6)
99110
concurrent-ruby (~> 1.0)
100-
zeitwerk (2.6.13)
101111

102112
PLATFORMS
103113
ruby

synvert-ruby.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
2020
spec.require_paths = ['lib']
2121
spec.post_install_message = 'Please run `synvert-ruby --sync` first to sync snippets remotely.'
2222

23-
spec.add_runtime_dependency 'synvert-core', '>= 1.35.1'
23+
spec.add_runtime_dependency 'synvert-core', '>= 2.0.2'
2424
end

0 commit comments

Comments
 (0)