From de71183c26a5e8df818020755c4437045dbaadee Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 16 Jun 2013 15:34:46 +0200 Subject: [PATCH] Update the README for the 3.2 versions of Rails module depends --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index ac6b0dc..cc27350 100644 --- a/README +++ b/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)