# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec gem 'bump', require: false gem 'rake' gem 'rubocop', github: 'rubocop/rubocop' gem 'rubocop-performance', '~> 1.11.0' gem 'yard', '~> 0.9'