Skip to content

Commit

Permalink
Bump graphql-client from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [graphql-client](https://github.com/github-community-projects/graphql-client) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/github-community-projects/graphql-client/releases)
- [Commits](github-community-projects/graphql-client@v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: graphql-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 8aefe03 commit 9372f4c
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,26 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
docile (1.4.0)
drb (2.2.1)
Expand All @@ -37,14 +41,14 @@ GEM
faraday-net_http (3.3.0)
net-http
fiber-storage (1.0.0)
graphql (2.3.18)
graphql (2.3.20)
base64
fiber-storage
graphql-client (0.23.0)
graphql-client (0.24.0)
activesupport (>= 3.0)
graphql (>= 1.13.0)
hana (1.3.7)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
json_schemer (2.3.0)
Expand All @@ -57,7 +61,6 @@ GEM
minitest (5.25.1)
mocha (2.5.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
net-http (0.4.1)
uri
octokit (9.2.0)
Expand Down Expand Up @@ -95,6 +98,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down

0 comments on commit 9372f4c

Please sign in to comment.