# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'appraisal'
gem 'rake'
gem 'rspec', '>= 2.13', '< 4.0'
gem 'rubocop', '~> 1.53.0'
gem 'rubocop-performance', '~> 1.17.0'
