# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'minitest'
gem 'rake'
gem 'rubocop', '~> 1.0', '< 1.12'
