Skip to content

Commit

Permalink
Update graphql requirement from ~> 2.1.12 to >= 2.1.12, < 2.4.0 (#402)
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.1.12...v2.3.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 80ece7e commit 4b05444
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 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)
graphql (>= 2.1.12, < 2.4.0)
graphql-client (~> 0.18)
json_schemer (>= 0.2, < 3.0)
octokit (>= 5.6, < 10.0)
Expand Down Expand Up @@ -35,8 +35,10 @@ GEM
logger
faraday-net_http (3.1.0)
net-http
graphql (2.1.12)
racc (~> 1.4)
fiber-storage (1.0.0)
graphql (2.3.14)
base64
fiber-storage
graphql-client (0.23.0)
activesupport (>= 3.0)
graphql (>= 1.13.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'
s.add_runtime_dependency 'graphql', '>= 2.1.12', '< 2.4.0'
s.add_runtime_dependency 'json_schemer', '>= 0.2', '< 3.0'
end

0 comments on commit 4b05444

Please sign in to comment.