Skip to content

Commit

Permalink
Use Rails 4.0.5
Browse files Browse the repository at this point in the history
Fixes #238
  • Loading branch information
radar committed Jun 26, 2014
1 parent be726ab commit d483a14
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Before starting this tutorial, make sure you have Ruby and RubyGems installed on

By following this tutorial, you will create a simple Spree project called `mystore`. Before you can start building the application, you need to make sure that you have Rails itself installed.

To run Spree 2.2 you need the latest Rails version, 4.0.4.
To run Spree 2.2 you need the latest Rails version, 4.0.5.

### Installing Rails

In most cases, the easiest way to install Rails is to take advantage of RubyGems:

```bash
$ gem install rails -v 4.0.4
$ gem install rails -v 4.0.5
```

### Installing Bundler
Expand Down Expand Up @@ -56,7 +56,7 @@ The distribution of Spree as a Rubygem allows it to be used in a new Rails proje
Let's start by creating a standard Rails application using the following command:

```bash
$ rails _4.0.4_ new mystore
$ rails _4.0.5_ new mystore
```

### Adding Spree to Your Rails Application
Expand Down

0 comments on commit d483a14

Please sign in to comment.