RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 231 forks source link

removed double grouping, rearranged order #133

Closed kathyonu closed 9 years ago

kathyonu commented 9 years ago

merges duplicate groups, reorders gem name lineup.

DanielKehoe commented 9 years ago

Thanks but I am not going to merge this PR. Rails Composer generates the Gemfile. There's no disadvantage to having a gem group repeated in the Gemfile. For me, the existing Gemfile shows the gems that are installed by default by Rails with a second group of gems that are needed for the starter app. I'll reconsider this if anyone can show that duplication of groups is a problem and not just a matter of personal preference.