Update the README for the 3.2 versions of Rails module depends
This commit is contained in:
parent
de0ddffea1
commit
de71183c26
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -20,14 +20,14 @@ Stop… Camping Time! is a Camping application, so you need:
|
|||
|
||||
* Ruby 1.8 (>= 1.8.7) or 1.9 (>= 1.9.3)
|
||||
* Camping (>= 2.1.532) with
|
||||
* Active Record (>= 2.3)
|
||||
* Active Record (>= 3.2)
|
||||
* Mab (>= 0.0.3) , and optionally:
|
||||
* Thin or Mongrel (for testing and deployment without Apache/Rackup)
|
||||
|
||||
The following Ruby libraries are required:
|
||||
|
||||
* ActionPack (>= 2.3) for ActionView
|
||||
* ActiveSupport (>= 2.3)
|
||||
* ActionPack (>= 3.2) for ActionView
|
||||
* ActiveSupport (>= 3.2)
|
||||
* Rack (for deployment using Apache/Rackup)
|
||||
* Sass or Haml (which at the moment includes Sass)
|
||||
|
||||
|
|
Loading…
Reference in a new issue