Uso il bundler per gestire le dipendenze nella mia app rails e ho una gemma ospitata in un repository git incluso come segue:
gem 'gem-name', :git => 'path/to/my/gem.git'
Per aggiornare questa gemma, eseguo bundle update
ma aggiorna anche tutte le gemme menzionate in Gemfile. Quindi qual è il comando per aggiornare solo una gemma specifica?