Skip to content

Commit

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

---
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 1, 2023
1 parent 88c509f commit 7ac36e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'bcrypt'
gem 'rack-cors'

# https://github.com/rmosolgo/graphql-ruby
gem "graphql", "~> 2.0"
gem "graphql", "~> 2.1"

# https://github.com/papodaca/graphql_playground-rails
gem "graphql_playground-rails"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ GEM
ffi (1.15.5)
globalid (1.2.1)
activesupport (>= 6.1)
graphql (2.0.24)
graphql (2.1.5)
racc (~> 1.4)
graphql_playground-rails (2.1.0)
rails (>= 5.1.0)
i18n (1.14.1)
Expand Down Expand Up @@ -323,7 +324,7 @@ DEPENDENCIES
database_cleaner-active_record
devise
factory_bot_rails
graphql (~> 2.0)
graphql (~> 2.1)
graphql_playground-rails
jbuilder (~> 2.11)
jwt
Expand Down

0 comments on commit 7ac36e5

Please sign in to comment.