# frozen_string_literal: true source 'https://rubygems.org' gemspec gem 'rake' gem 'pry' group :test do gem 'rspec', '~> 3' gem 'rack-test' end