# frozen_string_literal: true source 'https://rubygems.org' gemspec gem 'rake' group :development do gem 'pry' gem 'rspec' gem 'rubocop' end