Commit 0e6cd29a95ead5127394b87dc65d156f67e1a915

Authored by Antonio Terceiro
1 parent 7fcc2cb0

rails4: relax dependencies for Debian Jessie

Showing 2 changed files with 3 additions and 4 deletions   Show diff stats
Gemfile
1 1 source "https://rubygems.org"
2   -gem 'rails', '~> 4.2.4'
  2 +gem 'rails', '~> 4.1'
3 3 gem 'fast_gettext', '~> 0.9'
4 4 gem 'acts-as-taggable-on', '~> 3.5'
5 5 gem 'rails_autolink', '~> 1.1.5'
... ...
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,
... ...