This forum is no longer active. Please post your questions to our new community site

Forums Spree

How do i update spree gem in Windows?

Subscribe to How do i update spree gem in Windows? 4 post(s), 2 voice(s)

 
Avatar danimal 4 post(s)

Hi, newbie here to Ruby and the Spree stack. I installed the Windows Spree stack and runs fine. I learned that the hook & template functionality only is in version 0.9.5. I have 0.9.4 it appears. How do i update the Spree gem to this? Thanks!

Dan

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

We are working to update Spree in BitNami and we will release soon. You can install the new Rubystack 2.2 Stack and then run the “gem install spree” command from the Rubyconsole to install the latest version.

 
Avatar danimal 4 post(s)

Thanks for your reply. I did that and now when i try to start ruby with ruby script/server I get "The program can’t start because msvcrt-ruby191.dll is missing from your computer. Try reinstalling the program to fix this problem. " I did reinstall and still get this error. I’m using Win 7 64 bit. I looked for a solution in google and could not find how to fix this. Thank you again!

Dan

 

Attached Files

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Try removing the json gem:

> gem uninstall json

Forums Spree