File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ gem "rake", "~> 13.0"
99
1010gem "rspec" , "~> 3.0"
1111gem "standard" , "~> 1.25.0"
12+ gem "graphql-client" , "~> 0.19.0"
Original file line number Diff line number Diff line change 88GEM
99 remote: https://rubygems.org/
1010 specs:
11- activesupport (7.1.0 )
11+ activesupport (7.1.3 )
1212 base64
1313 bigdecimal
1414 concurrent-ruby (~> 1.0 , >= 1.0.2 )
1919 mutex_m
2020 tzinfo (~> 2.0 )
2121 ast (2.4.2 )
22- base64 (0.1.1 )
23- bigdecimal (3.1.4 )
22+ base64 (0.2.0 )
23+ bigdecimal (3.1.6 )
2424 byebug (11.1.3 )
2525 coderay (1.1.3 )
26- concurrent-ruby (1.2.2 )
26+ concurrent-ruby (1.2.3 )
2727 connection_pool (2.4.1 )
2828 diff-lcs (1.5.0 )
29- drb (2.1.1 )
29+ drb (2.2.0 )
3030 ruby2_keywords
3131 faraday (2.7.10 )
3232 faraday-net_http (>= 2.0 , < 3.1 )
3535 graphlient (0.7.0 )
3636 faraday (~> 2.0 )
3737 graphql-client
38- graphql (2.1.1 )
39- graphql-client (0.18.0 )
38+ graphql (2.2.6 )
39+ racc (~> 1.4 )
40+ graphql-client (0.19.0 )
4041 activesupport (>= 3.0 )
4142 graphql
4243 i18n (1.14.1 )
4344 concurrent-ruby (~> 1.0 )
4445 json (2.6.3 )
4546 language_server-protocol (3.17.0.3 )
4647 method_source (1.0.0 )
47- minitest (5.20.0 )
48- mutex_m (0.1.2 )
48+ minitest (5.21.2 )
49+ mutex_m (0.2.0 )
4950 parallel (1.22.1 )
5051 parser (3.2.1.1 )
5152 ast (~> 2.4.1 )
5556 pry-byebug (3.10.1 )
5657 byebug (~> 11.0 )
5758 pry (>= 0.13 , < 0.15 )
59+ racc (1.7.3 )
5860 rainbow (3.1.1 )
5961 rake (13.0.6 )
6062 rdiscount (2.2.7.1 )
@@ -101,11 +103,13 @@ GEM
101103
102104PLATFORMS
103105 arm64-darwin-21
106+ arm64-darwin-23
104107 x86_64-darwin-19
105108 x86_64-darwin-21
106109 x86_64-linux
107110
108111DEPENDENCIES
112+ graphql-client (~> 0.19.0 )
109113 pry-byebug (~> 3.9 )
110114 rake (~> 13.0 )
111115 rdiscount
You can’t perform that action at this time.
0 commit comments