From b5d5ed5ee67c9817f86cbd15051d74de6fa9e12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:57:18 +0000 Subject: [PATCH] Update graphql requirement from ~> 2.0.18 to ~> 2.3.5 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](https://github.com/rmosolgo/graphql-ruby/compare/v2.0.18...v2.3.5) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemfiles/Gemfile.additional | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/Gemfile.additional b/gemfiles/Gemfile.additional index 68bc36fb..0bb23d04 100644 --- a/gemfiles/Gemfile.additional +++ b/gemfiles/Gemfile.additional @@ -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"