2016-03-10 32 views
0

我发现,即使在清空宝石后,我仍然有宝石。 这是怎么回事?rvm:清空宝石后剩余的宝石

~/gray/infrastructure (master)[]$ rvm-prompt 
[email protected] 
~/gray/infrastructure (master)[]$ rvm gemset empty infrastucture 
Are you SURE you wish to remove the installed gems for /Users/redacted/.rvm/gems/[email protected]? 
(anything other than 'yes' will cancel) > yes 
installing gem /Users/redacted/.rvm/gem-cache/gem-empty-1.1.2.gem --local --no-ri --no-rdoc. 
Successfully uninstalled gem-empty-1.1.2 
Removed successfully. 
~/gray/infrastructure (master)[]$ 
~/gray/infrastructure (master)[]$ 
~/gray/infrastructure (master)[]$ 
~/gray/infrastructure (master)[]$ gem list 

*** LOCAL GEMS *** 

bigdecimal (1.2.7) 
bundler-unload (1.0.2) 
did_you_mean (1.0.0.beta3) 
executable-hooks (1.3.2) 
gem-wrappers (1.2.7) 
io-console (0.4.3) 
json (1.8.2) 
minitest (5.8.2) 
net-telnet (0.1.1) 
power_assert (0.2.6) 
psych (2.0.14) 
rake (10.4.2) 
rdoc (4.2.0) 
rubygems-bundler (1.4.4) 
rvm (1.11.3.9) 
test-unit (3.1.5) 
~/gray/infrastructure (master)[]$ 

我想用干净的石板开始我的应用程序。

+0

这些是Rails的基本宝石。我对吗 ? – Caillou

+0

我还没有在这个gemset上安装导轨,所以我怀疑它 – oystersauce8

回答

1

那些是全球宝石中的宝石。有关信息,请参阅https://rvm.io/gemsets/global

如果你想摆弄它们rvm gemset use global然后根据需要进行调整。

+0

我甚至尝试从全局gemset中删除宝石,但其中一些没有安装在全局或者 – Donato

+0

有些作为ruby本身的一部分安装... –