Depends: set minimum version for "rake".

~~~~
Bundler could not find compatible versions for gem "rake":
  In Gemfile:
    grape-route-helpers (~> 2.0) was resolved to 2.1.0, which depends on
      rake (>= 11.0.0)

Could not find gem 'rake (>= 11.0.0)', which is required by gem
'grape-route-helpers (~> 2.0)', in any of the sources.
~~~~
This commit is contained in:
Dmitry Smirnov 2018-03-16 16:34:35 +11:00
parent 7c381b64c4
commit 7bfdae1eaa

2
debian/control vendored
View file

@ -18,7 +18,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
lsb-base (>= 3.0-6),
git (>= 1:2.7.3~),
rake,
rake (>= 12.3.0~),
bundler,
postgresql-client,
dbconfig-pgsql | dbconfig-no-thanks,