source "https://rubygems.org"

gem 'bundler'
gem 'rake'

gem 'rspec', '~> 3.2'

gemspec

group :development do
  gem 'pry'
end