# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'rake'
gem 'rspec'
gem 'rubocop'
gem 'simplecov'
