Closed RasmusHaarslev closed 6 years ago
Hi @RasmusHaarslev!
Probably we forgot to add require 'graphql'
to lib/apollo_upload_server/upload.rb
file.
Try to put graphql
before apollo_upload_server
in your Gemfile
@fuelen That worked indeed!
Unless you're doing it now, I'll make a PR to fix it. (It's my first time interacting with an open source project, so it's a learning experience even though it's simple! :+1: )
@RasmusHaarslev fix is already in 2.0.0.alpha.3
I installed the gem by adding it to my gemfile and ran bundler as per the README. When starting the server I get the following error message:
I'm running
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
with the following gems: