-1

Bundle install works well. In my gemfile.lock I have

therubyracer (0.10.2)
  libv8 (~> 3.3.10) 

But trying to start the server returns:

/Users/toptierlabs/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `materialize': 
Could not find libv8-3.3.10.4 in any of the sources (Bundler::GemNotFound)

The gem is correctly installed:

gem list libv8 

*** LOCAL GEMS ***

libv8 (3.3.10.4 ruby x86_64-darwin-10)

Please help! I don´t know what to do, I have been stucked with this problem. I am using ruby 1.9.3.

gem which 
/Users/toptierlabs/.rvm/gems/ruby-1.9.3-p194/gems/libv8-3.3.10.4-x86_64-darwin-10/lib/libv8.rb
Tony
  • 10,088
  • 20
  • 85
  • 139

1 Answers1

4

I did rvm reinstall 1.9.3 and bundle update. It installed libv8-3.3.10.4-x86_64-darwin-12 instead of libv8-3.3.10.4-x86_64-darwin-10 and it worked.

Tony
  • 10,088
  • 20
  • 85
  • 139