Commit 6c756a08b835c72c816bdeb4733376f7baf11568

Authored by Antonio Terceiro
1 parent 754befb3

Require at least Rails 3.2.21

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
Gemfile
1 1 source "https://rubygems.org"
2   -gem 'rails', '~> 3.2.19'
  2 +gem 'rails', '~> 3.2.21'
3 3 gem 'minitest', '~> 3.2.0'
4 4 gem 'fast_gettext', '~> 0.6.8'
5 5 gem 'acts-as-taggable-on', '~> 3.0.2'
... ...
debian/control
... ... @@ -7,7 +7,7 @@ Build-Depends: cucumber,
7 7 debhelper (>= 7.0.50~),
8 8 imagemagick,
9 9 po4a,
10   - rails3 (>= 3.2.19-1~),
  10 + rails3 (>= 3.2.21-1~),
11 11 rake,
12 12 ruby-capybara,
13 13 ruby-cucumber-rails,
... ...