我在Windows平台上成功安装了hpricot
gem。它的名称为hpricot (0.8.4 i386-mswin32)
。
在Gemfile中我有这一行
group :development do
gem 'hpricot', "0.8.4", :platform => :mswin
gem 'ruby_parser'
end
但bundle install
成功执行,但无法在输出中显示hpricot gem,bundle show hpricot
无法在当前包中找到gem hpricot。
如何将已安装的gem hpricot与bundler连接?