Commit 6c756a08b835c72c816bdeb4733376f7baf11568
1 parent
754befb3
Exists in
staging
and in
42 other branches
Require at least Rails 3.2.21
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
Gemfile
1 | source "https://rubygems.org" | 1 | source "https://rubygems.org" |
2 | -gem 'rails', '~> 3.2.19' | 2 | +gem 'rails', '~> 3.2.21' |
3 | gem 'minitest', '~> 3.2.0' | 3 | gem 'minitest', '~> 3.2.0' |
4 | gem 'fast_gettext', '~> 0.6.8' | 4 | gem 'fast_gettext', '~> 0.6.8' |
5 | gem 'acts-as-taggable-on', '~> 3.0.2' | 5 | gem 'acts-as-taggable-on', '~> 3.0.2' |
debian/control
@@ -7,7 +7,7 @@ Build-Depends: cucumber, | @@ -7,7 +7,7 @@ Build-Depends: cucumber, | ||
7 | debhelper (>= 7.0.50~), | 7 | debhelper (>= 7.0.50~), |
8 | imagemagick, | 8 | imagemagick, |
9 | po4a, | 9 | po4a, |
10 | - rails3 (>= 3.2.19-1~), | 10 | + rails3 (>= 3.2.21-1~), |
11 | rake, | 11 | rake, |
12 | ruby-capybara, | 12 | ruby-capybara, |
13 | ruby-cucumber-rails, | 13 | ruby-cucumber-rails, |