Commit d6a8cdf5da684099b9fcc22885fc1b8201cc5e29
1 parent
986ec32a
Exists in
master
and in
15 other branches
debian/control: add missing dependency on ruby-spring
It is already recommended by rails, but it will not be installed on some scenarios. Since it is mentioned in the Gemfile, let's depend on it directly.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
debian/control
@@ -77,6 +77,7 @@ Depends: adduser, | @@ -77,6 +77,7 @@ Depends: adduser, | ||
77 | ruby-rest-client, | 77 | ruby-rest-client, |
78 | ruby-rmagick, | 78 | ruby-rmagick, |
79 | ruby-sass-rails, | 79 | ruby-sass-rails, |
80 | + ruby-spring, | ||
80 | ruby-tzinfo (>= 1.1.0-2~), | 81 | ruby-tzinfo (>= 1.1.0-2~), |
81 | ruby-uglifier, | 82 | ruby-uglifier, |
82 | ruby-whenever, | 83 | ruby-whenever, |