* also depend on actionpack * bump version of required rails gems to 2.2 - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 503719cb2730e09bc18ae2d05633b75bd3b0a02a
 (DIR) parent edc362ddfc9b694ec81ea531bf45bce1c732bc31
 (HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
       Date:   Thu, 11 Mar 2010 20:30:32 +0100
       
       * also depend on actionpack
       * bump version of required rails gems to 2.2
       
       Diffstat:
         M Gemfile                             |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Gemfile b/Gemfile
       @@ -1,7 +1,8 @@
        source :gemcutter
        
       -gem 'activerecord',  '>= 2.0.0', :require => 'active_record'
       -gem 'activesupport', '>= 2.0.0', :require => 'active_support'
       +gem 'activerecord',  '>= 2.2.0', :require => 'active_record'
       +gem 'activesupport', '>= 2.2.0', :require => 'active_support'
       +gem 'actionpack',    '>= 2.2.0', :require => 'action_pack'
        
        gem 'rake',       '>= 0.8.7'
        gem 'rspec',      '>= 1.2.0'