# frozen_string_literal: true source 'https://rubygems.org' ruby '>= 3.0.0' group :development, :test do gem 'rspec', '~> 3.12' end