Skip to content

Commit 157a456

Browse files
Merge pull request #43 from andreibondarev/bump-graphql-client
Bump `graphql-client` gem
2 parents 5f545bf + fcbde79 commit 157a456

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ gem "rake", "~> 13.0"
99

1010
gem "rspec", "~> 3.0"
1111
gem "standard", "~> 1.25.0"
12+
gem "graphql-client", "~> 0.19.0"

Gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PATH
88
GEM
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)
@@ -19,14 +19,14 @@ GEM
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)
@@ -35,17 +35,18 @@ GEM
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)
@@ -55,6 +56,7 @@ GEM
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

102104
PLATFORMS
103105
arm64-darwin-21
106+
arm64-darwin-23
104107
x86_64-darwin-19
105108
x86_64-darwin-21
106109
x86_64-linux
107110

108111
DEPENDENCIES
112+
graphql-client (~> 0.19.0)
109113
pry-byebug (~> 3.9)
110114
rake (~> 13.0)
111115
rdiscount

0 commit comments

Comments
 (0)