Skip to content

Commit

Permalink
Display the required gems in README
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Oct 18, 2009
1 parent 33d54cb commit dbcfe2a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README
Expand Up @@ -37,4 +37,15 @@ ruby script/server

Now in your browser go to http://localhost:3000 and your site should be running.

You will be prompted to setup your first user.
You will be prompted to setup your first user.

== Environment required

Refinery runs using a number of gems which (as of version 0.9.4.1) are outlined below:

- "rake", :version => ">= 0.8.3"
- "friendly_id", :version => ">= 2.1.4"
- "mislav-will_paginate", :version => ">= 2.3.11"
- "rails", :version => ">= 2.3.4"
- "rubyist-aasm", :version => ">= 2.1.1"
- "unicode", :version => ">= 0.1"

0 comments on commit dbcfe2a

Please sign in to comment.