source 'https://rubygems.org'

gemspec

if ENV["TESTING_INTERPRETER"] == "true"
  gem "graphql", "1.9.0.pre4"
end
