update grape to 0.3.1 for ruby 2.0 support.

add grape-entity, that is split from grape 0.3.0.
remove usage of deprecated error_format, that is removed in grape 0.2.3.
This commit is contained in:
Kazuhiko 2013-02-26 21:31:45 +01:00
parent c08f19f275
commit 3b548d9251
3 changed files with 7 additions and 4 deletions

View file

@ -9,7 +9,6 @@ module Gitlab
end
format :json
error_format :json
helpers APIHelpers
mount Groups