Skip to content

Commit

Permalink
Bump graphql from 2.1.5 to 2.1.6 in /spec/tester_mongo
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.1.5 to 2.1.6.
- [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.1.5...v2.1.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent d292b9a commit 6723375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/tester_mongo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "mongoid"
gem "puma", "~> 6.4"

# Use graphql gem for handle API
gem 'graphql', "~> 2.1.5"
gem 'graphql', "~> 2.1.6"

gem 'graphoid', path: "../../", require: 'graphoid/graphoid'

Expand Down
4 changes: 2 additions & 2 deletions spec/tester_mongo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GEM
graphiql-rails (1.9.0)
railties
sprockets-rails
graphql (2.1.5)
graphql (2.1.6)
racc (~> 1.4)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -246,7 +246,7 @@ DEPENDENCIES
debug
graphiql-rails
graphoid!
graphql (~> 2.1.5)
graphql (~> 2.1.6)
mongoid
pry-byebug
puma (~> 6.4)
Expand Down

0 comments on commit 6723375

Please sign in to comment.