Skip to content

Commit

Permalink
Merge pull request #1367 from tryzealot/dependabot/bundler/graphql-2.2.1
Browse files Browse the repository at this point in the history
chore(deps): bump graphql from 2.2.0 to 2.2.1
  • Loading branch information
icyleaf authored Dec 21, 2023
2 parents 8cac154 + 6461eb5 commit c4c7f77
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 @@ -18,7 +18,7 @@ gem 'lograge', '~> 0.14.0'

# API
gem 'active_model_serializers', '~> 0.10.14'
gem 'graphql', '~> 2.2.0'
gem 'graphql', '~> 2.2.1'
gem 'rack-cors', '~> 2.0.1'
gem 'health_check', '~> 3.1.0'
gem 'tiny_appstore_connect', '~> 0.1.12'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ GEM
graphiql-rails (1.9.0)
railties
sprockets-rails
graphql (2.2.0)
graphql (2.2.1)
racc (~> 1.4)
hashie (5.0.0)
health_check (3.1.0)
Expand Down Expand Up @@ -589,7 +589,7 @@ DEPENDENCIES
friendly_id (~> 5.5.1)
gitlab_omniauth-ldap (~> 2.2.0)
graphiql-rails
graphql (~> 2.2.0)
graphql (~> 2.2.1)
health_check (~> 3.1.0)
improved_jenkins_client (~> 1.6.7)
jb (~> 0.8.2)
Expand Down

0 comments on commit c4c7f77

Please sign in to comment.