source 'https://rubygems.org'

gemspec

gem 'pry'
# Don't update rubocop automatically because sometimes it fails test by breaking changes.
gem 'rubocop', '1.28.2'
gem 'appraisal'
gem 'rake'
gem 'rspec'
gem 'sqlite3'
