Commit 10aff692bb7f29324c158ee16a8b45fe4da639f5
1 parent
2c34db5f
Exists in
master
and in
11 other branches
rails4: go back to rails 4.2
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
1 | source "https://rubygems.org" | 1 | source "https://rubygems.org" |
2 | -gem 'rails', '~> 4.1' | 2 | +gem 'rails', '~> 4.2.4' |
3 | gem 'fast_gettext', '~> 0.9' | 3 | gem 'fast_gettext', '~> 0.9' |
4 | gem 'acts-as-taggable-on', '~> 3.5' | 4 | gem 'acts-as-taggable-on', '~> 3.5' |
5 | gem 'rails_autolink', '~> 1.1.5' | 5 | gem 'rails_autolink', '~> 1.1.5' |
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 | - rails (>= 4), | 10 | + rails (>= 2:4.2), |
11 | rake, | 11 | rake, |
12 | ruby-capybara, | 12 | ruby-capybara, |
13 | ruby-cucumber-rails, | 13 | ruby-cucumber-rails, |
@@ -39,7 +39,7 @@ Depends: adduser, | @@ -39,7 +39,7 @@ Depends: adduser, | ||
39 | exim4 | mail-transport-agent, | 39 | exim4 | mail-transport-agent, |
40 | iso-codes, | 40 | iso-codes, |
41 | memcached, | 41 | memcached, |
42 | - rails (>= 4), | 42 | + rails (>= 2:4.2), |
43 | rake, | 43 | rake, |
44 | ruby (>= 1:1.9.3), | 44 | ruby (>= 1:1.9.3), |
45 | ruby-actionpack-action-caching, | 45 | ruby-actionpack-action-caching, |