Bundler won't install git repository gems without git being installed

227 views
Skip to first unread message

purvezdesai

unread,
Feb 18, 2014, 4:07:20 AM2/18/14
to ruby-b...@googlegroups.com
Is there a way of installing gems from a git repository without first having to install git on a server?

André Arko

unread,
Feb 21, 2014, 12:32:20 AM2/21/14
to ruby-b...@googlegroups.com
No. Git gems, by their entire definition, require git to function. If you don’t have git, you cannot use git gems.

On Feb 18, 2014, at 8:07 PM, purvezdesai <pur...@nexar.free-online.co.uk> wrote:

Is there a way of installing gems from a git repository without first having to install git on a server?

--
You received this message because you are subscribed to the Google Groups "ruby-bundler" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-bundler...@googlegroups.com.
To post to this group, send email to ruby-b...@googlegroups.com.
Visit this group at http://groups.google.com/group/ruby-bundler.
For more options, visit https://groups.google.com/groups/opt_out.

Johnneylee Rollins

unread,
Feb 25, 2014, 2:19:51 AM2/25/14
to ruby-b...@googlegroups.com


On Thursday, February 20, 2014 9:32:20 PM UTC-8, Andre Arko wrote:
No. Git gems, by their entire definition, require git to function. If you don’t have git, you cannot use git gems.

On Feb 18, 2014, at 8:07 PM, purvezdesai <pur...@nexar.free-online.co.uk> wrote:

Is there a way of installing gems from a git repository without first having to install git on a server?


Alternatively, you could bundle the git gem dependencies before the code gets on the server.

~Spaceghost 
Reply all
Reply to author
Forward
0 new messages