Skip to content

Commit 0a8ebdb

Browse files
Bump graphql from 1.11.3 to 2.6.7
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 1.11.3 to 2.6.7. - [Release notes](https://github.com/rmosolgo/graphql-ruby/releases) - [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md) - [Commits](rmosolgo/graphql-ruby@v1.11.3...v2.6.7) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.6.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d49669f commit 0a8ebdb

2 files changed

Lines changed: 70 additions & 21 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
# The codebase is audited to use no deprecated 3.x APIs.
66
ruby ">= 3.4"
77

8-
gem "graphql", "~> 1.13"
8+
gem "graphql", "~> 2.6"
99

1010
if ENV["INTERSCRIPT_GEM_VERSION"] && !ENV["INTERSCRIPT_GEM_VERSION"].empty?
1111
gem "interscript", ENV["INTERSCRIPT_GEM_VERSION"]

Gemfile.lock

Lines changed: 69 additions & 20 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)
9-
text
8+
fiber-storage (1.0.1)
9+
graphql (2.6.7)
10+
base64
11+
fiber-storage
12+
logger
13+
interscript (0.1.9)
1014
thor
11-
interscript-maps (2.3.2)
15+
json (2.21.1)
16+
language_server-protocol (3.17.0.6)
17+
lint_roller (1.1.0)
18+
logger (1.7.0)
1219
onnxruntime (0.6.3)
1320
ffi
1421
optparse (0.1.1)
22+
parallel (2.1.0)
23+
parser (3.3.12.0)
24+
ast (~> 2.4.1)
25+
racc
26+
prism (1.9.0)
1527
rababa (0.1.1)
1628
onnxruntime
1729
optparse
1830
tqdm
1931
yaml
32+
racc (1.8.1)
33+
rainbow (3.1.1)
2034
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)
35+
regexp_parser (2.12.0)
36+
rspec (3.13.2)
37+
rspec-core (~> 3.13.0)
38+
rspec-expectations (~> 3.13.0)
39+
rspec-mocks (~> 3.13.0)
40+
rspec-core (3.13.6)
41+
rspec-support (~> 3.13.0)
42+
rspec-expectations (3.13.5)
2843
diff-lcs (>= 1.2.0, < 2.0)
29-
rspec-support (~> 3.9.0)
30-
rspec-mocks (3.9.1)
44+
rspec-support (~> 3.13.0)
45+
rspec-mocks (3.13.8)
3146
diff-lcs (>= 1.2.0, < 2.0)
32-
rspec-support (~> 3.9.0)
33-
rspec-support (3.9.3)
34-
text (1.3.1)
47+
rspec-support (~> 3.13.0)
48+
rspec-support (3.13.7)
49+
rubocop (1.88.2)
50+
json (~> 2.3)
51+
language_server-protocol (~> 3.17.0.2)
52+
lint_roller (~> 1.1.0)
53+
parallel (>= 1.10)
54+
parser (>= 3.3.0.2)
55+
rainbow (>= 2.2.2, < 4.0)
56+
regexp_parser (>= 2.9.3, < 3.0)
57+
rubocop-ast (>= 1.49.0, < 2.0)
58+
ruby-progressbar (~> 1.7)
59+
unicode-display_width (>= 2.4.0, < 4.0)
60+
rubocop-ast (1.50.0)
61+
parser (>= 3.3.7.2)
62+
prism (~> 1.7)
63+
rubocop-performance (1.26.1)
64+
lint_roller (~> 1.1)
65+
rubocop (>= 1.75.0, < 2.0)
66+
rubocop-ast (>= 1.47.1, < 2.0)
67+
ruby-progressbar (1.13.0)
68+
standard (1.56.0)
69+
language_server-protocol (~> 3.17.0.2)
70+
lint_roller (~> 1.0)
71+
rubocop (~> 1.88.0)
72+
standard-custom (~> 1.0.0)
73+
standard-performance (~> 1.8)
74+
standard-custom (1.0.2)
75+
lint_roller (~> 1.0)
76+
rubocop (~> 1.50)
77+
standard-performance (1.9.0)
78+
lint_roller (~> 1.1)
79+
rubocop-performance (~> 1.26.0)
3580
thor (1.1.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 (~> 2.6)
92+
interscript (= 0.1.9)
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)