ruby - Is there a way to use Bundler for production gems? -



ruby - Is there a way to use Bundler for production gems? -

i tried searching several times, if question has been answered didn't find it.

so, let's i've developed plain old gem (not rails app). know how utilize bundler development, have gemfile , in repository. however, want gem utilize bundler dependency resolution when install it, not when work on it.

is there way so, or have resort running commands git checkout bundle exec?

bundler resolves dependencies not development. run bundle install on production server after deployment , install needed gems there too.

if need install gems several repositories, add together row in gemfile:

source 'http://you_repository.com

ruby bundler

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -