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
debian/control
... | ... | @@ -7,7 +7,7 @@ Build-Depends: cucumber, |
7 | 7 | debhelper (>= 7.0.50~), |
8 | 8 | imagemagick, |
9 | 9 | po4a, |
10 | - rails (>= 4), | |
10 | + rails (>= 2:4.2), | |
11 | 11 | rake, |
12 | 12 | ruby-capybara, |
13 | 13 | ruby-cucumber-rails, |
... | ... | @@ -39,7 +39,7 @@ Depends: adduser, |
39 | 39 | exim4 | mail-transport-agent, |
40 | 40 | iso-codes, |
41 | 41 | memcached, |
42 | - rails (>= 4), | |
42 | + rails (>= 2:4.2), | |
43 | 43 | rake, |
44 | 44 | ruby (>= 1:1.9.3), |
45 | 45 | ruby-actionpack-action-caching, | ... | ... |