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
| 1 | source "https://rubygems.org" | 1 | source "https://rubygems.org" |
| 2 | -gem 'rails', '~> 4.2.4' | 2 | +gem 'rails', '~> 4.1' |
| 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 | - rails3 (>= 3.2.21-1~), | 10 | + rails (>= 4), |
| 11 | rake, | 11 | rake, |
| 12 | ruby-capybara, | 12 | ruby-capybara, |
| 13 | ruby-cucumber-rails, | 13 | ruby-cucumber-rails, |
| @@ -18,7 +18,6 @@ Build-Depends: cucumber, | @@ -18,7 +18,6 @@ Build-Depends: cucumber, | ||
| 18 | ruby-rspec-rails (>= 2.14), | 18 | ruby-rspec-rails (>= 2.14), |
| 19 | ruby-selenium-webdriver, | 19 | ruby-selenium-webdriver, |
| 20 | ruby-sqlite3, | 20 | ruby-sqlite3, |
| 21 | - ruby-tidy, | ||
| 22 | ruby-will-paginate, | 21 | ruby-will-paginate, |
| 23 | tango-icon-theme, | 22 | tango-icon-theme, |
| 24 | xvfb | 23 | xvfb |
| @@ -36,7 +35,7 @@ Depends: adduser, | @@ -36,7 +35,7 @@ Depends: adduser, | ||
| 36 | exim4 | mail-transport-agent, | 35 | exim4 | mail-transport-agent, |
| 37 | iso-codes, | 36 | iso-codes, |
| 38 | memcached, | 37 | memcached, |
| 39 | - rails3 (>= 3.2.6-1~), | 38 | + rails (>= 4), |
| 40 | rake, | 39 | rake, |
| 41 | ruby (>= 1:1.9.3), | 40 | ruby (>= 1:1.9.3), |
| 42 | ruby-acts-as-taggable-on, | 41 | ruby-acts-as-taggable-on, |