0

gemfile here我是编码新手,无法连接到云 9 上的 rails 服务器。我不断收到此错误消息,如何解决此问题?] !] 解析时出错Gemfile:Gemfile 的未定义局部变量或方法“资源”。Bundler 无法继续。

# 来自 /home/ubuntu/workspace/blog/Gemfile:1 # ------------------------------------------------ --------

资源“ https://rubygems.org

4

1 回答 1

0

在您的 Gemfile 中,而不是:

resource 'https://rubygems.org'

它应该是:

source 'https://rubygems.org'
于 2016-06-09T00:08:11.943 回答