# frozen_string_literal: true source 'https://rubygems.org' gemspec group :development, :test do # https://github.com/rubocop-hq/rubocop#quickstart gem 'rubocop', '~> 1.22', '>= 1.22.3' # https://github.com/backus/rubocop-rspec gem 'rubocop-rspec', '~> 2.6' # https://github.com/rubocop-hq/rubocop-performance/#usage gem 'rubocop-performance', '~> 1.12' # https://github.com/rubocop/rubocop-rake#usage gem 'rubocop-rake', '~> 0.6.0' # https://github.com/rspec/rspec#install gem 'rspec', '~> 3.10' # https://github.com/pry/pry#installation gem 'pry', '~> 0.14.1' # https://github.com/presidentbeef/brakeman gem 'brakeman', '~> 5.1', '>= 5.1.2', require: false # https://github.com/rails/rails/tree/master/activesupport#download-and-installation gem 'activesupport', '~> 6.1', '>= 6.1.4.1' end