Skip to content

Commit

Permalink
Maintenance: Update dependency graphql to v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovatebot authored and mgruner committed Dec 6, 2023
1 parent fb73f2e commit b053828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ GEM
activesupport (>= 6.1)
gmail_xoauth (0.4.2)
oauth (>= 0.3.6)
graphql (2.1.6)
graphql (2.1.7)
racc (~> 1.4)
graphql-batch (0.5.3)
graphql (>= 1.12.18, < 3)
Expand Down
8 changes: 4 additions & 4 deletions spec/graphql/gql/record_loader_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def trace_queries(total_queries, uncached_queries)
'ObjectLookup Load' => 1,
'Permission Load' => 7,
'Permission Exists?' => 6,
'Group Load' => 1,
'UserGroup Exists?' => 2,
'Group Load' => 11,
'UserGroup Exists?' => 4,
'Ticket Load' => 1,
# 'Ticket Exists?' => 1,
'User Load' => 2,
Expand All @@ -154,8 +154,8 @@ def trace_queries(total_queries, uncached_queries)
'ObjectLookup Load' => 1,
'Permission Load' => 6,
'Permission Exists?' => 6,
'Group Load' => 1,
'UserGroup Exists?' => 2,
'Group Load' => 3,
'UserGroup Exists?' => 4,
'Ticket Load' => 1,
# 'Ticket Exists?' => 1,
'User Load' => 2,
Expand Down

0 comments on commit b053828

Please sign in to comment.