Skip to content

Commit

Permalink
Bump graphql from 2.0.29 to 2.3.3
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.0.29 to 2.3.3.
- [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.29...v2.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent bcd36ec commit 0ff5a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ gem 'grover'
gem 'rqrcode'

# A Ruby library for declaring, composing and executing GraphQL queries
gem 'graphql', '<2.1'
gem 'graphql', '<2.4'
gem 'graphql-client'

# Rails Plugin that tracks impressions and page views
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ GEM
fugit (>= 1.1)
railties (>= 6.0.0)
thor (>= 0.14.1)
graphql (2.0.30)
graphql (2.3.3)
base64
graphql-client (0.22.0)
activesupport (>= 3.0)
Expand Down Expand Up @@ -616,7 +616,7 @@ DEPENDENCIES
fastimage
fnv
good_job
graphql (< 2.1)
graphql (< 2.4)
graphql-client
groupdate
grover
Expand Down

0 comments on commit 0ff5a11

Please sign in to comment.