Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们编写Rails应用程序时,它需要为我们定义的所有 gem Gemfile。
Rails
Gemfile
如何让非 Rails 应用程序做到这一点?
require 'rubygems' require 'bundler' Bundler.require(:default)
以上需要特定组中的宝石,注意命名组之外的宝石在 :default 组中
见这里:https ://bundler.io/v2.0/guides/groups.html