source 'https://rubygems.org'

gemspec

group :tools do
  gem "guard"
  gem "guard-rspec"
  gem "byebug"
end