Skip to content

Commit

Permalink
chore(deps): Bump graphql from 2.1.1 to 2.1.3
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.1.1 to 2.1.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.1.1...v2.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 227b53b commit ab956bd
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 @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gem 'faraday'
gem 'faraday-follow_redirects'
gem 'graphql', '2.1.1'
gem 'graphql', '2.1.3'
gem 'hanami', '~> 2.0'
gem 'hanami-controller', '~> 2.0'
gem 'hanami-validations', '~> 2.0'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ GEM
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
graphql (2.1.1)
graphql (2.1.3)
racc (~> 1.4)
hanami (2.0.3)
bundler (>= 1.16, < 3)
dry-configurable (~> 1.0, < 2)
Expand Down Expand Up @@ -277,7 +278,7 @@ DEPENDENCIES
dotenv (~> 2.8)
faraday
faraday-follow_redirects
graphql (= 2.1.1)
graphql (= 2.1.3)
hanami (~> 2.0)
hanami-controller (~> 2.0)
hanami-validations (~> 2.0)
Expand Down

0 comments on commit ab956bd

Please sign in to comment.