X
X
xxx44yyy2019-07-29 01:54:57
Ruby on Rails
xxx44yyy, 2019-07-29 01:54:57

What happens when you run a bundle install?

What happens when you run a bundle install? The logs say that gems are installed, but where are they installed? If it's just on the local machine, in the system, then why is the installation happening for each project? Those. if you create a separate folder with a new project, then with the same gems as in another project, then in both projects with bundle install in the logs we will see the installation of gems. Although it seems to me logically, in one project it should see install, and in another skip or something like that.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2019-07-29
@xxx44yyy

there is a simple thing - the installation of the described dependencies.
and dependencies are set per project, as different projects may have different dependencies.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question