ruby 把它放在你的Gemfile中,来自redmine ;-)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 把它放在你的Gemfile中,来自redmine ;-)相关的知识,希望对你有一定的参考价值。

# load Gemfile.local if it exists
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
eval_gemfile local_gemfile if File.exists?(local_gemfile)

# Load plugins' Gemfiles
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
  eval_gemfile file
end

以上是关于ruby 把它放在你的Gemfile中,来自redmine ;-)的主要内容,如果未能解决你的问题,请参考以下文章

Ruby 中的“Gemfile”在哪里?

在 Gemfile 和 .ruby-version Dotfile 中列出 Ruby 版本是一种不好的做法吗?

在 Gemfile 中设置 ruby​​ 版本

Gemfile 中的 Ruby Bundler 多个源

您的 Ruby 版本是 2.0.0,但您的 Gemfile 指定了 2.1.0

Ruby on Rails 中的 Gemfile 和 Gemfile.lock 有啥区别