| * also depend on actionpack * bump version of required rails gems to 2.2 - repo… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 503719cb2730e09bc18ae2d05633b75bd3b0a02a | |
| parent edc362ddfc9b694ec81ea531bf45bce1c732bc31 | |
| Author: Marco Otte-Witte <[email protected]> | |
| 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(-) | |
| --- | |
| 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' |