What is the use of Gemfile in rails?

前端 未结 5 988
萌比男神i
萌比男神i 2020-11-29 21:31

What is the use of Gemfile in rails?

How to use Gemfile?

5条回答
  •  抹茶落季
    2020-11-29 22:07

    Gemfiles are configuration for Bundler, which is used to manage your application's Ruby dependencies. That website includes a lot of documentation, including the Gemfile manual page.

提交回复
热议问题