Skip to content

Commit

Permalink
Update graphql requirement from ~> 2.0.18 to ~> 2.3.5
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.0.18...v2.3.5)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent c5acafa commit b5d5ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.additional
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "delayed_job_active_record", require: false
gem "excon"
gem "faraday"
gem "graphiti", git: "https://github.com/graphiti-api/graphiti.git"
gem "graphql", "~> 2.0.18"
gem "graphql", "~> 2.3.5"
gem "httpclient"
gem "rexml"
gem "sequel", "> 0"
Expand Down

0 comments on commit b5d5ed5

Please sign in to comment.