Skip to content

Commit

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

---
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 Aug 31, 2023
1 parent 54f1ee3 commit 0f62e70
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 @@ -74,4 +74,4 @@ group :test do
end

gem 'graphiql-rails', group: :development
gem 'graphql', '~> 2.0'
gem 'graphql', '~> 2.1'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
graphiql-rails (1.9.0)
railties
sprockets-rails
graphql (2.0.26)
graphql (2.1.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
Expand Down Expand Up @@ -267,7 +267,7 @@ DEPENDENCIES
capybara
debug
graphiql-rails
graphql (~> 2.0)
graphql (~> 2.1)
jbuilder
puma (~> 6.3)
rails (~> 7.0.7, >= 7.0.7.2)
Expand Down

0 comments on commit 0f62e70

Please sign in to comment.