# frozen_string_literal: true

source "https://rubygems.org"

gemspec

gem "minitest", "~> 6"
gem "mutant"
gem "mutant-minitest"
gem "rake", ">= 13"
gem "rubocop"
gem "rubocop-minitest"
gem "rubocop-performance"
gem "rubocop-rake"
gem "simplecov"
gem "standard"
gem "standard-performance"
gem "steep"
gem "yard"
gem "yardstick"
