source 'https://rubygems.org'

gemspec

gem 'graphql', ENV['GRAPHQL_VERSION'] if ENV['GRAPHQL_VERSION']
gem 'rubocop', '~> 0.78.0', require: false
