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 
about all the requirements to get to where you can use them.

-- 
Scott Ribe
scott_r...@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice




-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[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 (0.5.1)
Installing responders (0.9.3)
Installing inherited_resources (1.4.0)

Does this mean that the gem I want to install is dependent on the
aforementioned gems?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.