# frozen_string_literal: true
source "https://rubygems.org"
gemspec

gem "debug"
gem "bump"
gem "rubocop", "~> 1.82.1" # locked to prevent random failures from new cops
gem "rubocop-rake"
