# frozen_string_literal: true source 'https://rubygems.org' group :development, :test do gem 'rspec' end gem 'rubocop', '~> 1.67'