Skip to content

Commit

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

---
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 Nov 11, 2024
1 parent 83f3cec commit c5c2aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'faraday'

gem 'figaro'

gem 'graphql', '~> 2.3'
gem 'graphql', '~> 2.4'

gem 'prettier_print'
gem 'syntax_tree'
Expand Down
4 changes: 2 additions & 2 deletions rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ GEM
activesupport (>= 6.1)
graphiql-rails (1.10.1)
railties
graphql (2.3.14)
graphql (2.4.2)
base64
fiber-storage
haml (6.3.0)
Expand Down Expand Up @@ -349,7 +349,7 @@ DEPENDENCIES
faraday
figaro
graphiql-rails
graphql (~> 2.3)
graphql (~> 2.4)
jbuilder
launchy
pg (~> 1.1)
Expand Down

0 comments on commit c5c2aba

Please sign in to comment.