README.md in spree-2.0.6 vs README.md in spree-2.0.7

- old
+ new

@@ -32,12 +32,12 @@ The fastest way to get started is by using the spree command line tool available in the spree gem which will add Spree to an existing Rails application. ```shell -gem install rails -v 3.2.14 +gem install rails -v 3.2.15 gem install spree -rails _3.2.14_ new my_store +rails _3.2.15_ new my_store spree install my_store ``` This will add the Spree gem to your Gemfile, create initializers, copy migrations and optionally generate sample products and orders.