diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-12-13 10:48:47 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-12-14 12:38:23 +0100 |
commit | 5886030f08bd41cba22509987fd5b232ec7ec965 (patch) | |
tree | 2d34f5400006c5960d92319bf57301dbfa6639a0 /Gemfile | |
parent | 3a90612660ab90225907ec6d79032905885c2507 (diff) | |
download | gitlab-ce-5886030f08bd41cba22509987fd5b232ec7ec965.tar.gz |
Update grape to 0.18.0gem-update-grape
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |