ginlane / spree_importer

BSD 3-Clause "New" or "Revised" License
1 stars 9 forks source link

Could not find gem 'spree_importer (>= 0) ruby' #22

Closed ronzalo closed 10 years ago

ronzalo commented 10 years ago

Hi,

I try to install this gem, but was not found

vagrant@precise32:/vagrant$ bundle Fetching gem metadata from https://rubygems.org/... Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Could not find gem 'spree_importer (>= 0) ruby' in the gems available on this machine. vagrant@precise32:/vagrant$

Greetings

Allanon29 commented 10 years ago

Same problem for me. I am using Rails 4 with Spree 2.1 stable.

Fetching gem metadata from https://rubygems.org/........ Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Could not find gem 'spree_importer (>= 0) ruby' in the gems available on this machine.

Allanon29 commented 10 years ago

Got it working like this: gem 'spree_importer', :git => 'git://github.com/ginlane/spree_importer.git', :branch => 'master'

weeksie commented 10 years ago

Thanks! I'll add that to the README.