Skip to content

Commit 8239f43

Browse files
Bump rake from 13.0.1 to 13.4.2
Bumps [rake](https://github.com/ruby/rake) from 13.0.1 to 13.4.2. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.0.1...v13.4.2) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d49669f commit 8239f43

1 file changed

Lines changed: 66 additions & 21 deletions

File tree

Gemfile.lock

Lines changed: 66 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,95 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
ast (2.4.3)
5+
base64 (0.3.0)
46
diff-lcs (1.4.4)
57
ffi (1.15.3)
6-
graphql (1.11.3)
7-
interscript (2.3.2)
8-
interscript-maps (~> 2.3.0a)
9-
text
8+
graphql (1.13.25)
9+
base64
10+
interscript (0.1.9)
1011
thor
11-
interscript-maps (2.3.2)
12+
json (2.21.1)
13+
language_server-protocol (3.17.0.6)
14+
lint_roller (1.1.0)
1215
onnxruntime (0.6.3)
1316
ffi
1417
optparse (0.1.1)
18+
parallel (2.1.0)
19+
parser (3.3.12.0)
20+
ast (~> 2.4.1)
21+
racc
22+
prism (1.9.0)
1523
rababa (0.1.1)
1624
onnxruntime
1725
optparse
1826
tqdm
1927
yaml
20-
rake (13.0.1)
21-
rspec (3.9.0)
22-
rspec-core (~> 3.9.0)
23-
rspec-expectations (~> 3.9.0)
24-
rspec-mocks (~> 3.9.0)
25-
rspec-core (3.9.2)
26-
rspec-support (~> 3.9.3)
27-
rspec-expectations (3.9.2)
28+
racc (1.8.1)
29+
rainbow (3.1.1)
30+
rake (13.4.2)
31+
regexp_parser (2.12.0)
32+
rspec (3.13.2)
33+
rspec-core (~> 3.13.0)
34+
rspec-expectations (~> 3.13.0)
35+
rspec-mocks (~> 3.13.0)
36+
rspec-core (3.13.6)
37+
rspec-support (~> 3.13.0)
38+
rspec-expectations (3.13.5)
2839
diff-lcs (>= 1.2.0, < 2.0)
29-
rspec-support (~> 3.9.0)
30-
rspec-mocks (3.9.1)
40+
rspec-support (~> 3.13.0)
41+
rspec-mocks (3.13.8)
3142
diff-lcs (>= 1.2.0, < 2.0)
32-
rspec-support (~> 3.9.0)
33-
rspec-support (3.9.3)
34-
text (1.3.1)
43+
rspec-support (~> 3.13.0)
44+
rspec-support (3.13.7)
45+
rubocop (1.88.2)
46+
json (~> 2.3)
47+
language_server-protocol (~> 3.17.0.2)
48+
lint_roller (~> 1.1.0)
49+
parallel (>= 1.10)
50+
parser (>= 3.3.0.2)
51+
rainbow (>= 2.2.2, < 4.0)
52+
regexp_parser (>= 2.9.3, < 3.0)
53+
rubocop-ast (>= 1.49.0, < 2.0)
54+
ruby-progressbar (~> 1.7)
55+
unicode-display_width (>= 2.4.0, < 4.0)
56+
rubocop-ast (1.50.0)
57+
parser (>= 3.3.7.2)
58+
prism (~> 1.7)
59+
rubocop-performance (1.26.1)
60+
lint_roller (~> 1.1)
61+
rubocop (>= 1.75.0, < 2.0)
62+
rubocop-ast (>= 1.47.1, < 2.0)
63+
ruby-progressbar (1.13.0)
64+
standard (1.56.0)
65+
language_server-protocol (~> 3.17.0.2)
66+
lint_roller (~> 1.0)
67+
rubocop (~> 1.88.0)
68+
standard-custom (~> 1.0.0)
69+
standard-performance (~> 1.8)
70+
standard-custom (1.0.2)
71+
lint_roller (~> 1.0)
72+
rubocop (~> 1.50)
73+
standard-performance (1.9.0)
74+
lint_roller (~> 1.1)
75+
rubocop-performance (~> 1.26.0)
3576
thor (1.1.0)
3677
tqdm (0.3.0)
78+
unicode-display_width (3.2.0)
79+
unicode-emoji (~> 4.1)
80+
unicode-emoji (4.2.0)
3781
yaml (0.1.1)
3882

3983
PLATFORMS
4084
ruby
4185

4286
DEPENDENCIES
43-
graphql (~> 1.9)
44-
interscript (= 2.3.2)
87+
graphql (~> 1.13)
88+
interscript (= 0.1.9)
4589
rababa (~> 0.1.1)
4690
rake
47-
rspec
91+
rspec (~> 3.13)
92+
standard
4893

4994
RUBY VERSION
5095
ruby 2.7.2p137

0 commit comments

Comments
 (0)