Salve,.
ho scaricato l'applicazione spree da qui:
http://rubyforge.org/projects/spree/

Volevo utilizzarla e così ho etto la guida per avviare l'app che dice:

Running from sources (latest and greatest features) ---------------------------------------------------
1. Clone the git repo
git clone git://github.com/schof/spree.git spree

2. Create the necessary config/database.yml file

3. Install the gem dependencies
rake gems:install

4. Bootstrap the database (run the migrations, create admin account, optionally load sample data.)
rake db:bootstrap

5. Start the server
script/server

Running the Gem
---------------
1. Install spree Gem
sudo gem install spree
**NOTE:** This may take a while. The gem currently includes a frozen version of Rails 2.0.2

2. Create Spree Application
spree <app_name>

3. Create your database and edit the _config/database.yml_ to taste.
rake db:create You can skip this step if using sqlite3 as your database.
4. Bootstrap
cd <app-name>
rake db:bootstrap

5. Launch Application
script/server


Ho provato sia normalmente che con la gem ma arrivato al comando rake db:create mi dà questo errore:
rake aborted!
can't activate highline (=1.4.0), already activate highline-1.5.0

Pare sia un problema di versione di qualcosa, ma nn riesco ad andare avanti e ad avviare l'applicazione spree... avete qualche idea su come risolverli?

Se voi dovreste scaricare a provare spree, quali sono i passi da fare?
HELP