Re: Local gems in your Gemfile - Antonio's ramblings - http://blog.santosvelasco.com/2012...
"It might be easier to setup a new group in your Gemfile just for yourself. group :development do gem 'otherblah' end group :local do gem 'blah' end Then bundle install --without=local:production for everyone else, and bundle install --without=production for everyone else." - Marlin Forbes