summaryrefslogtreecommitdiff
path: root/lib/api.rb
diff options
context:
space:
mode:
authorKazuhiko <kazuhiko@fdiary.net>2013-02-26 21:31:45 +0100
committerKazuhiko <kazuhiko@fdiary.net>2013-02-26 21:31:45 +0100
commit3b548d925176791958a12324ab27ad457b110068 (patch)
treec6c4263473da682b9f8b399c60efc40f050097c8 /lib/api.rb
parentc08f19f275182a24fa675c31d630126c75b50af9 (diff)
downloadgitlab-ce-3b548d925176791958a12324ab27ad457b110068.tar.gz
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.
Diffstat (limited to 'lib/api.rb')
-rw-r--r--lib/api.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api.rb b/lib/api.rb
index d9dce7c70cc..da31a1519dd 100644
--- a/lib/api.rb
+++ b/lib/api.rb
@@ -9,7 +9,6 @@ module Gitlab
end
format :json
- error_format :json
helpers APIHelpers
mount Groups