Skip to content

Commit 2085614

Browse files
author
Robert Mosolgo
authored
Merge pull request #242 from exAspArk/forwardable
Require forwardable explicitly
2 parents 03fd1fc + 50172ef commit 2085614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/graphql.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require "json"
22
require "set"
33
require "singleton"
4+
require "forwardable"
45

56
module GraphQL
67
class Error < StandardError

0 commit comments

Comments
 (0)