1 2 3 4 5 6 7 8 9
# frozen_string_literal: true source 'https://rubygems.org' group :development, :test do gem 'rspec' end gem 'rubocop', '~> 1.67'