From 3651d8ef381d9b8c9d59c44e12503f89ea2e9c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:42:11 +0000 Subject: [PATCH] Update graphql requirement from ~> 2.0.18 to ~> 2.3.3 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.3) --- 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..62432081 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.3" gem "httpclient" gem "rexml" gem "sequel", "> 0"