简体   繁体   中英

Spree Gem 1.0.0

  • Mac OSX
  • Rails 3.2.1
  • Ruby 1.9.3p0

The spree documentation says to run gem install spree. This installs spree '0.70.3'. However, their documentation specifies spree '1.0.0' as the latest gem version.

When I add gem 'spree', '1.0.0' to my Gemfile and run bundle, it says "Could not find gem 'spree (= 1.0.0) ruby' in any of the gem sources listed in your Gemfile."

When I run gem install spree -v '1.0.0' it says "Could not find a valid gem 'spree' (= 1.0.0) in any repository".

How do I install spree '1.0.0'?

命令行是Spree 1.0.0.rc4的命令行

gem install spree --pre

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM