2.4) I am trying to help debug a project. When I try to start the server, ...">

The source does not contain any versions of "rails-assets-lodash (~> 2.4)

I am trying to help debug a project. When I try to start the server, I get a very strange error. I tried using google gem but no luck. Does anyone have any ideas? I tried bundle installand bundle update.

Here is the actual block of code I'm trying to run.

source 'https://rails-assets.org' do
  # Assets via Bower
  gem 'rails-assets-lodash', '~> 2.4'
  gem 'rails-assets-angular', '~> 1.2'
  gem 'rails-assets-angular-spree', '= 0.0.2'
end

error: The source does not contain any versions of "rails-assets-lodash (~> 2.4) ruby" Run bundle installto install the missing stones.

If I comment on the first stone, I get a similar error with the stone, continuing it. When I comment on a block, it really works, but I was instructed not to change the environment.

+4
1

Bundler 1.8.0-1.8.2, , , : https://github.com/bundler/bundler/issues/3414

Bundler 1.8.3 ( ).

+2

All Articles