Skip to content

Commit c821560

Browse files
Bump interscript from 2.3.2 to 2.4.5
Bumps [interscript](https://github.com/interscript/interscript) from 2.3.2 to 2.4.5. - [Commits](https://github.com/interscript/interscript/commits) --- updated-dependencies: - dependency-name: interscript dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d49669f commit c821560

2 files changed

Lines changed: 69 additions & 20 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "graphql", "~> 1.13"
1010
if ENV["INTERSCRIPT_GEM_VERSION"] && !ENV["INTERSCRIPT_GEM_VERSION"].empty?
1111
gem "interscript", ENV["INTERSCRIPT_GEM_VERSION"]
1212
else
13-
gem "interscript", "0.1.9"
13+
gem "interscript", "2.4.5"
1414
end
1515

1616
gem "rababa", "~> 0.1.1"

Gemfile.lock

Lines changed: 68 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,99 @@
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)
8+
graphql (1.13.25)
9+
base64
10+
interscript (2.4.5)
11+
interscript-maps (~> 2.4.0a)
912
text
1013
thor
11-
interscript-maps (2.3.2)
14+
interscript-maps (2.4.3)
15+
json (2.21.1)
16+
language_server-protocol (3.17.0.6)
17+
lint_roller (1.1.0)
1218
onnxruntime (0.6.3)
1319
ffi
1420
optparse (0.1.1)
21+
parallel (2.1.0)
22+
parser (3.3.12.0)
23+
ast (~> 2.4.1)
24+
racc
25+
prism (1.9.0)
1526
rababa (0.1.1)
1627
onnxruntime
1728
optparse
1829
tqdm
1930
yaml
31+
racc (1.8.1)
32+
rainbow (3.1.1)
2033
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)
34+
regexp_parser (2.12.0)
35+
rspec (3.13.2)
36+
rspec-core (~> 3.13.0)
37+
rspec-expectations (~> 3.13.0)
38+
rspec-mocks (~> 3.13.0)
39+
rspec-core (3.13.6)
40+
rspec-support (~> 3.13.0)
41+
rspec-expectations (3.13.5)
2842
diff-lcs (>= 1.2.0, < 2.0)
29-
rspec-support (~> 3.9.0)
30-
rspec-mocks (3.9.1)
43+
rspec-support (~> 3.13.0)
44+
rspec-mocks (3.13.8)
3145
diff-lcs (>= 1.2.0, < 2.0)
32-
rspec-support (~> 3.9.0)
33-
rspec-support (3.9.3)
46+
rspec-support (~> 3.13.0)
47+
rspec-support (3.13.7)
48+
rubocop (1.88.2)
49+
json (~> 2.3)
50+
language_server-protocol (~> 3.17.0.2)
51+
lint_roller (~> 1.1.0)
52+
parallel (>= 1.10)
53+
parser (>= 3.3.0.2)
54+
rainbow (>= 2.2.2, < 4.0)
55+
regexp_parser (>= 2.9.3, < 3.0)
56+
rubocop-ast (>= 1.49.0, < 2.0)
57+
ruby-progressbar (~> 1.7)
58+
unicode-display_width (>= 2.4.0, < 4.0)
59+
rubocop-ast (1.50.0)
60+
parser (>= 3.3.7.2)
61+
prism (~> 1.7)
62+
rubocop-performance (1.26.1)
63+
lint_roller (~> 1.1)
64+
rubocop (>= 1.75.0, < 2.0)
65+
rubocop-ast (>= 1.47.1, < 2.0)
66+
ruby-progressbar (1.13.0)
67+
standard (1.56.0)
68+
language_server-protocol (~> 3.17.0.2)
69+
lint_roller (~> 1.0)
70+
rubocop (~> 1.88.0)
71+
standard-custom (~> 1.0.0)
72+
standard-performance (~> 1.8)
73+
standard-custom (1.0.2)
74+
lint_roller (~> 1.0)
75+
rubocop (~> 1.50)
76+
standard-performance (1.9.0)
77+
lint_roller (~> 1.1)
78+
rubocop-performance (~> 1.26.0)
3479
text (1.3.1)
35-
thor (1.1.0)
80+
thor (1.5.0)
3681
tqdm (0.3.0)
82+
unicode-display_width (3.2.0)
83+
unicode-emoji (~> 4.1)
84+
unicode-emoji (4.2.0)
3785
yaml (0.1.1)
3886

3987
PLATFORMS
4088
ruby
4189

4290
DEPENDENCIES
43-
graphql (~> 1.9)
44-
interscript (= 2.3.2)
91+
graphql (~> 1.13)
92+
interscript (= 2.4.5)
4593
rababa (~> 0.1.1)
4694
rake
47-
rspec
95+
rspec (~> 3.13)
96+
standard
4897

4998
RUBY VERSION
5099
ruby 2.7.2p137

0 commit comments

Comments
 (0)