# frozen_string_literal: true

source "https://rubygems.org"

gemspec

gem "rake"
gem "rdoc", "<7.2" # incompatible with ruby 2.6
gem "test-unit"
