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:
parent
7c381b64c4
commit
7bfdae1eaa
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -18,7 +18,7 @@ XB-Ruby-Versions: ${ruby:Versions}
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
lsb-base (>= 3.0-6),
|
lsb-base (>= 3.0-6),
|
||||||
git (>= 1:2.7.3~),
|
git (>= 1:2.7.3~),
|
||||||
rake,
|
rake (>= 12.3.0~),
|
||||||
bundler,
|
bundler,
|
||||||
postgresql-client,
|
postgresql-client,
|
||||||
dbconfig-pgsql | dbconfig-no-thanks,
|
dbconfig-pgsql | dbconfig-no-thanks,
|
||||||
|
|
Loading…
Add table
Reference in a new issue