diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-10 11:23:51 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-08-09 09:42:49 -0600 |
commit | 6320a83ae8a2e692e62e7e5c56321c98f5f813a6 (patch) | |
tree | 51382c72bc03a3d3385ed587e4a20b37d9112bba /Gemfile | |
parent | ec4fca69355b3a9bb2acba4d943960a9acbcae2e (diff) | |
download | gitlab-ce-6320a83ae8a2e692e62e7e5c56321c98f5f813a6.tar.gz |
Update Grape from 0.13.0 to 0.15.0.
Changelog: https://github.com/ruby-grape/grape/blob/v0.15.0/CHANGELOG.md
Works toward #18226.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ gem 'gollum-rugged_adapter', '~> 0.4.2', require: false gem 'github-linguist', '~> 4.7.0', require: 'linguist' # API -gem 'grape', '~> 0.13.0' +gem 'grape', '~> 0.15.0' gem 'grape-entity', '~> 0.4.2' gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' |