source 'https://rubygems.org'

gemspec

group :generator do
  gem 'activesupport'
  gem 'actionpack'
  gem 'thor'
  gem 'yard'
end
