# frozen_string_literal: true

source 'https://rubygems.org'

gem 'pathutil'
gem 'rake'

group :development, :test do
  gem 'rspec'
end
