# A sample Gemfile
source "https://rubygems.org"

gemspec

group 'test' do
  gem 'pry'
  gem 'rack-test'
  gem 'rspec'
  gem 'awesome_print'
end
