Update a gems in a specific group
just open an a rails console
$ rails c
and follow this lines
> gems = Bundler.require(:development, :assets, :test).map(&:name).join(" ")
> %x{ bundle update #{gems} }
note: if you want to update the gems without group those belongs to :default group
Written by Jonathan Garay
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#