【发布时间】:2011-05-07 13:32:54
【问题描述】:
我在我的 rails 应用程序中设置 gem 时遇到问题。我正在执行以下操作:
gem 'country_select', :git => 'git://github.com/rails/country_select.git'
尝试使用此处找到的宝石:
https://github.com/rails/country_select
我收到以下错误:
Could not find gem 'country_select (>= 0, runtime)' in git://github.com/rails/country_select.git (at master).
Source does not contain any versions of 'country_select (>= 0, runtime)'
【问题讨论】:
-
尝试使用 'carmen' gem > github.com/jim/carmen.
标签: ruby-on-rails rubygems github gem