[Rails] running bundle sometimes installs other gems than ones specified in Gemfile

2013-04-23 Thread John Merlino
Quick question. Often I add a gem to my Gemfile and then run bundle install and I notice that it installs a bunch of other stuff (in addition to what I wanted): Installing warden (1.2.1) Installing devise (2.2.3) Installing fastercsv (1.5.5) Installing formtastic (2.2.1) Installing has_scope

Re: [Rails] running bundle sometimes installs other gems than ones specified in Gemfile

2013-04-23 Thread Scott Ribe
On Apr 23, 2013, at 3:52 PM, John Merlino wrote: Does this mean that the gem I want to install is dependent on the aforementioned gems? Yes, one of the features is that it finds and installs dependencies for you, so you only have to list what you know that you're using directly, and not worry