diff options
author | Kazuhiko <kazuhiko@fdiary.net> | 2013-02-26 21:31:45 +0100 |
---|---|---|
committer | Kazuhiko <kazuhiko@fdiary.net> | 2013-02-26 21:31:45 +0100 |
commit | 3b548d925176791958a12324ab27ad457b110068 (patch) | |
tree | c6c4263473da682b9f8b399c60efc40f050097c8 /lib/api.rb | |
parent | c08f19f275182a24fa675c31d630126c75b50af9 (diff) | |
download | gitlab-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.rb | 1 |
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 |