diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-07-20 16:33:18 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-07-20 16:33:18 +0300 |
commit | 6b8ad689da393125bb2d1e548211c9a50039b0a7 (patch) | |
tree | eb35d412b07e28c58d9cbd017ca357ae16aefef0 /Gemfile | |
parent | 4766a77b1d44bb6989e6c86a7a7dd10f6983ba4e (diff) | |
download | gitlab-ce-6b8ad689da393125bb2d1e548211c9a50039b0a7.tar.gz |
Update grape gemdz-update-grape
New version of the gem returns 200 status code on delete with content
instead of 204 so we explicitly set status code to keep existing
behavior
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ gem 'gollum-rugged_adapter', '~> 0.4.4', require: false gem 'github-linguist', '~> 4.7.0', require: 'linguist' # API -gem 'grape', '~> 0.19.0' +gem 'grape', '~> 0.19.2' gem 'grape-entity', '~> 0.6.0' gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' |