boomerdigital / solidus_elastic_product

High performance sync integration for Elastic Search
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

Could not find gem 'solidus_elastic_product' in any of the gem sources listed in your Gemfile. #5

Open umitozturk opened 5 years ago

umitozturk commented 5 years ago

I set up solidus demo on my local. I didn't do anything else. It's working but when I want to try to install solidus_elastic_product i'm receiving an error:

Could not find gem 'solidus_elastic_product' in any of the gem sources listed in your Gemfile.

Any idea?

(ruby 2.5.1p57, Rails 5.2.1 )

mtomov commented 5 years ago

I think it's because it hasn't been published as a gem, you'd have to specify the location manually, as in:

gem 'solidus_elastic_product', github: boomerdigital/solidus_elastic_product