找不到 gem 'angular-rails-templates (>= 1.0.0.beta2, ~> 1.0) ruby'
Could not find gem 'angular-rails-templates (>= 1.0.0.beta2, ~> 1.0) ruby'
我正在尝试更新我的一些 gem,但我在更新 angular-rails-模板 gem 时遇到了问题。在我的 gem 文件中,我从这里 https://rubygems.org/gems/angular-rails-templates/versions/1.0.0.beta2 复制了 gem 'angular-rails-templates', '~> 1.0', '>= 1.0.0.beta2'
,但是当我 运行 捆绑包更新时,我得到一个错误
Could not find gem 'angular-rails-templates (>= 1.0.0.beta2, ~> 1.0) ruby' in any of the gem sources
listed in your Gemfile or available on this machine.
如果有人想知道这个问题,答案是 here
gem 'angular-rails-templates', '>= 1.0.0.beta2'
我正在尝试更新我的一些 gem,但我在更新 angular-rails-模板 gem 时遇到了问题。在我的 gem 文件中,我从这里 https://rubygems.org/gems/angular-rails-templates/versions/1.0.0.beta2 复制了 gem 'angular-rails-templates', '~> 1.0', '>= 1.0.0.beta2'
,但是当我 运行 捆绑包更新时,我得到一个错误
Could not find gem 'angular-rails-templates (>= 1.0.0.beta2, ~> 1.0) ruby' in any of the gem sources listed in your Gemfile or available on this machine.
如果有人想知道这个问题,答案是 here
gem 'angular-rails-templates', '>= 1.0.0.beta2'