Skip to content

Commit

Permalink
Merge pull request #4088 from sambostock/add-missing-require
Browse files Browse the repository at this point in the history
Require Rake before referencing `Rake::DSL`
  • Loading branch information
rmosolgo committed Jun 3, 2022
2 parents a13b4ef + 6b84268 commit d85d91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/graphql/rake_task.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: true
require "fileutils"
require "rake"
require "graphql/rake_task/validate"

module GraphQL
Expand Down

0 comments on commit d85d91a

Please sign in to comment.