Commit 0e6cd29a95ead5127394b87dc65d156f67e1a915
1 parent
7fcc2cb0
Exists in
master
and in
20 other branches
rails4: relax dependencies for Debian Jessie
Showing
2 changed files
with
3 additions
and
4 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 | - rails3 (>= 3.2.21-1~), | |
10 | + rails (>= 4), | |
11 | 11 | rake, |
12 | 12 | ruby-capybara, |
13 | 13 | ruby-cucumber-rails, |
... | ... | @@ -18,7 +18,6 @@ Build-Depends: cucumber, |
18 | 18 | ruby-rspec-rails (>= 2.14), |
19 | 19 | ruby-selenium-webdriver, |
20 | 20 | ruby-sqlite3, |
21 | - ruby-tidy, | |
22 | 21 | ruby-will-paginate, |
23 | 22 | tango-icon-theme, |
24 | 23 | xvfb |
... | ... | @@ -36,7 +35,7 @@ Depends: adduser, |
36 | 35 | exim4 | mail-transport-agent, |
37 | 36 | iso-codes, |
38 | 37 | memcached, |
39 | - rails3 (>= 3.2.6-1~), | |
38 | + rails (>= 4), | |
40 | 39 | rake, |
41 | 40 | ruby (>= 1:1.9.3), |
42 | 41 | ruby-acts-as-taggable-on, | ... | ... |