Build-Depends tightening: ruby-grape-entity (>= 0.7.1~)

~~~
Could not find gem 'grape-entity (~> 0.7.1)' in any of the gem sources listed in
your Gemfile.
~~~~
This commit is contained in:
Dmitry Smirnov 2018-04-16 12:26:26 +10:00
parent 99cd046955
commit dead43f69d

2
debian/control vendored
View file

@ -91,7 +91,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-github-linguist (>= 5.3.3~),
# API
ruby-grape (>= 1.0~),
ruby-grape-entity (>= 0.6~),
ruby-grape-entity (>= 0.7.1~),
ruby-rack-cors (>= 1.0~),
# Disable strong_params so that Mash does not respond to :permitted?
ruby-hashie-forbidden-attributes,