Skip to content

Commit

Permalink
Update graphql requirement from >= 2.1.12, < 2.4.0 to >= 2.1.12, < 2.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [graphql](https://github.com/rmosolgo/graphql-ruby) to permit the latest version.
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v2.3.18...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 5f3f572 commit 2e73426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
up_for_grabs_tooling (0.2.0)
graphql (>= 2.1.12, < 2.4.0)
graphql (>= 2.1.12, < 2.5.0)
graphql-client (~> 0.18)
json_schemer (>= 0.2, < 3.0)
octokit (>= 5.6, < 10.0)
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
faraday-net_http (3.3.0)
net-http
fiber-storage (1.0.0)
graphql (2.3.18)
graphql (2.4.0)
base64
fiber-storage
graphql-client (0.23.0)
Expand Down
2 changes: 1 addition & 1 deletion up_for_grabs_tooling.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'safe_yaml', '~> 1.0'
s.add_runtime_dependency 'octokit', '>= 5.6', '< 10.0'
s.add_runtime_dependency 'graphql-client', '~> 0.18'
s.add_runtime_dependency 'graphql', '>= 2.1.12', '< 2.4.0'
s.add_runtime_dependency 'graphql', '>= 2.1.12', '< 2.5.0'
s.add_runtime_dependency 'json_schemer', '>= 0.2', '< 3.0'
end

0 comments on commit 2e73426

Please sign in to comment.