New Discussion

Notifications

You’re not receiving notifications from this thread.

gem_group in application template

0
Rails

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?

Join the discussion
Create an account Log in