Commit 59e12838129e859926f4cf362dcffdf5a8a356d9

Authored by Antonio Terceiro
1 parent bc462d14

New dependency: minitest

This is required to boot Noosfero on Centos 7 (with Ruby 2.0).
Showing 2 changed files with 2 additions and 0 deletions   Show diff stats
Gemfile
1 1 source "https://rubygems.org"
2 2 gem 'rails', '~> 3.2.19'
  3 +gem 'minitest', '~> 3.2.0'
3 4 gem 'fast_gettext', '~> 0.6.8'
4 5 gem 'acts-as-taggable-on', '~> 3.0.2'
5 6 gem 'prototype-rails', '~> 3.2.1'
... ...
debian/control
... ... @@ -66,6 +66,7 @@ Depends:
66 66 ruby-eventmachine (>= 0.12.10-4~),
67 67 ruby-rack (>= 1.4.5-2~),
68 68 ruby-tzinfo (>= 1.1.0-2~),
  69 + ruby-minitest,
69 70 ${misc:Depends}
70 71 Recommends:
71 72 postgresql,
... ...