gemstat is a gem usage analyzer which tells you the number of gems used and even similarlity of each gems
# install gem install gemstat # how-to-use find `pwd` | grep Gemfile$ | ruby gemstat.rb
Cheers!