【发布时间】:2016-10-20 08:51:45
【问题描述】:
我是 RoR 新手,在尝试安装 Amazon gem aws-3 时不断收到此错误:
Could not find gem 'aws-3' in any of the gem sources listed in your Gemfile or available on this machine.
我正在使用 Rails 5。
gem 本身似乎已成功安装:
$ gem install aws-s3
Successfully installed aws-s3-0.6.3
Parsing documentation for aws-s3-0.6.3
Done installing documentation for aws-s3 after 1 seconds
1 gem installed
将其添加到我的 Gemfile 中:
gem 'aws-3', :require => 'aws/s3'
在我列出的 Gemfile 顶部:
source 'https://rubygems.org'
【问题讨论】:
标签: ruby-on-rails amazon-web-services rubygems