# frozen_string_literal: true
source 'https://rubygems.org'

gemspec

gem 'rubocop'
gem 'rubocop-shopify', "~> 1.0.4", require: false

gem 'rspec'