[Ruby on Rails 4] group :assets do … end is Deprecated
Starting from Ruby on Rails 4, writing group :assets do … end in the Gemfile has been deprecated.
Rails 4.0 removed the assets group from Gemfile. You'd need to remove that line from your Gemfile when upgrading. ・Ruby on Rails Guides
・Ruby on Rails Guides
That’s all from the Gemba.