Commit 63963974aad0824d83b68b5e6fa460568befe774
1 parent
b2104972
Exists in
master
and in
6 other branches
rails4: update debian package dependencies
Everything that is needed to run the rails4 branch on Debian Jessie should be available at Noosfero's repository now.
Showing
1 changed file
with
17 additions
and
6 deletions
Show diff stats
debian/control
... | ... | @@ -14,12 +14,15 @@ Build-Depends: cucumber, |
14 | 14 | ruby-database-cleaner, |
15 | 15 | ruby-diffy, |
16 | 16 | ruby-gettext, |
17 | + ruby-launchy-shim, | |
18 | + ruby-minitest, | |
19 | + ruby-minitest-reporters, | |
17 | 20 | ruby-mocha, |
18 | - ruby-rspec (>= 2.14), | |
19 | - ruby-rspec-rails (>= 2.14), | |
21 | + ruby-rspec (>= 3), | |
22 | + ruby-rspec-rails (>= 3), | |
20 | 23 | ruby-selenium-webdriver, |
21 | 24 | ruby-sqlite3, |
22 | - ruby-will-paginate, | |
25 | + ruby-will-paginate (>> 3.0.5-1), | |
23 | 26 | tango-icon-theme, |
24 | 27 | xvfb |
25 | 28 | Standards-Version: 3.8.4 |
... | ... | @@ -39,9 +42,15 @@ Depends: adduser, |
39 | 42 | rails (>= 4), |
40 | 43 | rake, |
41 | 44 | ruby (>= 1:1.9.3), |
42 | - ruby-acts-as-taggable-on, | |
45 | + ruby-actionpack-action-caching, | |
46 | + ruby-actionpack-page-caching, | |
47 | + ruby-activerecord-session-store, | |
48 | + ruby-activerecord-deprecated-finders, | |
49 | + ruby-acts-as-taggable-on (>= 3.5), | |
43 | 50 | ruby-daemons, |
44 | 51 | ruby-dalli, |
52 | + ruby-delayed-job, | |
53 | + ruby-delayed-job-active-record, | |
45 | 54 | ruby-eita-jrails (>= 0.9.3-5~), |
46 | 55 | ruby-eventmachine (>= 0.12.10-4~), |
47 | 56 | ruby-exception-notification, |
... | ... | @@ -52,15 +61,17 @@ Depends: adduser, |
52 | 61 | ruby-grape, |
53 | 62 | ruby-grape-entity, |
54 | 63 | ruby-grape-logging, |
55 | - ruby-memcache-client, | |
56 | 64 | ruby-minitest, |
57 | 65 | ruby-nokogiri, |
58 | 66 | ruby-pg, |
67 | + ruby-pothoven-attachment-fu, | |
59 | 68 | ruby-progressbar, |
69 | + ruby-protected-attributes, | |
60 | 70 | ruby-rack (>= 1.4.5-2~), |
61 | 71 | ruby-rack-contrib, |
62 | 72 | ruby-rack-cors, |
63 | 73 | ruby-rails-autolink, |
74 | + ruby-rails-observers, | |
64 | 75 | ruby-redcloth, |
65 | 76 | ruby-rest-client, |
66 | 77 | ruby-rmagick, |
... | ... | @@ -68,7 +79,7 @@ Depends: adduser, |
68 | 79 | ruby-tzinfo (>= 1.1.0-2~), |
69 | 80 | ruby-uglifier, |
70 | 81 | ruby-whenever, |
71 | - ruby-will-paginate (>= 2.3.12-1~), | |
82 | + ruby-will-paginate (>> 3.0.5-1), | |
72 | 83 | tango-icon-theme, |
73 | 84 | unicorn (>= 4.8), |
74 | 85 | ${misc:Depends} | ... | ... |