summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-12-13 10:48:47 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2016-12-14 12:38:23 +0100
commit5886030f08bd41cba22509987fd5b232ec7ec965 (patch)
tree2d34f5400006c5960d92319bf57301dbfa6639a0 /Gemfile
parent3a90612660ab90225907ec6d79032905885c2507 (diff)
downloadgitlab-ce-5886030f08bd41cba22509987fd5b232ec7ec965.tar.gz
Update grape to 0.18.0gem-update-grape
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2cc7764e6b8..dec0bea2cb0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -67,7 +67,7 @@ gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
gem 'github-linguist', '~> 4.7.0', require: 'linguist'
# API
-gem 'grape', '~> 0.15.0'
+gem 'grape', '~> 0.18.0'
gem 'grape-entity', '~> 0.6.0'
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'