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

2013-04-23 Thread Robert Walker
John Merlino wrote in post #1106692: > So this means I don't need to add devise to my Gemfile now and run a > bundle because devise is already isntalled and fully functioning in my > app? No. This means that if you have devise in your gem file, and run bundle, all gems that devise depends on will

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

2013-04-23 Thread John Merlino
So this means I don't need to add devise to my Gemfile now and run a bundle because devise is already isntalled and fully functioning in my app? On Apr 23, 6:17 pm, Scott Ribe wrote: > On Apr 23, 2013, at 3:52 PM, John Merlino wrote: > > > Does this mean that the gem I want to install is dependen