gem_group in application template
Is there a a way to use
gem_group :development do
...
end
gem_group :development, :test do
...
end
in application template file without duplicating those groups in Gemfile after generating a new rails app?