Ruby 未能安装Gems

Ruby 未能安装Gems,ruby,gem,rubygems,rubymine,Ruby,Gem,Rubygems,Rubymine,我正在使用RubyMine,第一次尝试设置解决方案 当我打开项目时,它说 RubyMine Gem Manager RubyMine has detected that some of the gems required for 'features' are not installed Install missing gems (show balloon) 当我尝试安装它时,它会“搜索

我正在使用RubyMine,第一次尝试设置解决方案

当我打开项目时,它说

RubyMine Gem Manager
           RubyMine has detected that
           some of the gems required for 'features'
           are not installed
           Install missing gems
           (show balloon)
当我尝试安装它时,它会“搜索gem存储库”,然后弹出一个错误:

Following gems were not installed:
mauth-client: No Gem satisfying dependency found in remote gem repositories
问题是,这从一开始就没有意义。如果我在RubyMine中打开的同一目录中键入“bundle show mauth client”,它将给出此gem所在的/bundler/gems文件夹中的位置

为什么会出现此错误?如何解决


谢谢

在默认的gem源RubyGems.org中找不到gem。我在谷歌上快速搜索了一下,却找不到
mauth客户端
gem,所以很可能是在一个私有的gem存储库中

如果最终找到gem源代码,请在gem文件顶部添加一行如下内容:

源代码'https://rubygems.org“


显然,替换为gem存储库的URL。

将您的
Gemfile
添加到问题中。如果来源是rubygems,那是因为