From ab956bddb7c6a0613bc3c67eb2bf688addbeafa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:07:47 +0000 Subject: [PATCH] chore(deps): Bump graphql from 2.1.1 to 2.1.3 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.1.1 to 2.1.3. - [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.1.1...v2.1.3) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f935c28..631bdd1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'faraday' gem 'faraday-follow_redirects' -gem 'graphql', '2.1.1' +gem 'graphql', '2.1.3' gem 'hanami', '~> 2.0' gem 'hanami-controller', '~> 2.0' gem 'hanami-validations', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 54ba9d1..0b24a54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,8 @@ GEM fugit (1.8.1) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) - graphql (2.1.1) + graphql (2.1.3) + racc (~> 1.4) hanami (2.0.3) bundler (>= 1.16, < 3) dry-configurable (~> 1.0, < 2) @@ -277,7 +278,7 @@ DEPENDENCIES dotenv (~> 2.8) faraday faraday-follow_redirects - graphql (= 2.1.1) + graphql (= 2.1.3) hanami (~> 2.0) hanami-controller (~> 2.0) hanami-validations (~> 2.0)