Add graphql dependencies
This commit is contained in:
parent
9998918b17
commit
6802f62b1d
1 changed files with 5 additions and 1 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -46,7 +46,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
#ruby-mysql2 | ruby-pg,
|
#ruby-mysql2 | ruby-pg,
|
||||||
ruby-pg (>= 0.19~),
|
ruby-pg (>= 0.19~),
|
||||||
ruby-rugged (>= 0.27~),
|
ruby-rugged (>= 0.27~),
|
||||||
ruby-grape-route-helpers (>= 2.1~),
|
# ruby-grape-route-helps now contain grape-path-helpers
|
||||||
|
ruby-grape-route-helpers (>= 2:1.0.6~),
|
||||||
ruby-faraday (>= 0.12~),
|
ruby-faraday (>= 0.12~),
|
||||||
# Authentication libraries
|
# Authentication libraries
|
||||||
ruby-devise (>= 4.4.3~),
|
ruby-devise (>= 4.4.3~),
|
||||||
|
@ -97,6 +98,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-grape (>= 1.0~),
|
ruby-grape (>= 1.0~),
|
||||||
ruby-grape-entity (>= 0.7.1~),
|
ruby-grape-entity (>= 0.7.1~),
|
||||||
ruby-rack-cors (>= 1.0~),
|
ruby-rack-cors (>= 1.0~),
|
||||||
|
# GraphQL API
|
||||||
|
ruby-graphql (>= 1.8~),
|
||||||
|
ruby-graphiql-rails (>= 1.4.10~),
|
||||||
# Disable strong_params so that Mash does not respond to :permitted?
|
# Disable strong_params so that Mash does not respond to :permitted?
|
||||||
ruby-hashie-forbidden-attributes,
|
ruby-hashie-forbidden-attributes,
|
||||||
# Pagination
|
# Pagination
|
||||||
|
|
Loading…
Reference in a new issue