简体   繁体   English

Searchlogic gem install->安装非searchlogic的gem(然后不安装searchlogic)

[英]Searchlogic gem install -> installs gems that aren't searchlogic (and then doesn't install searchlogic)

% gem install searchlogic -v2.4.28
Fetching: arel-2.2.1.gem (100%)
Fetching: tzinfo-0.3.31.gem (100%)
Successfully installed activemodel-3.1.3
Successfully installed arel-2.2.1
Successfully installed tzinfo-0.3.31
3 gems installed
Installing ri documentation for activemodel-3.1.3...
Installing ri documentation for arel-2.2.1...
Installing ri documentation for tzinfo-0.3.31...
Installing RDoc documentation for activemodel-3.1.3...
Installing RDoc documentation for arel-2.2.1...
Installing RDoc documentation for tzinfo-0.3.31...

.... what is going on here? .... 这里发生了什么? shouldn't search logic be installed, and not these... gems I don't need? 不应该安装搜索逻辑,而不是这些……我不需要的宝石吗?

This looks like it's installing the dependencies for the gem, as it depends on activerecord and these are the dependencies for the activerecord gem. 看起来它正在安装gem的依赖项,因为它依赖于activerecord,而这些是activerecord gem的依赖项。 You should check to see if the gem is not already installed. 您应该检查是否尚未安装gem。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM