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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 87f08d6f372..43ed6081274 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,7 +308,7 @@ GEM json multi_json request_store (>= 1.0) - grape (0.13.0) + grape (0.15.0) activesupport builder hashie (>= 2.1.0) @@ -876,7 +876,7 @@ DEPENDENCIES gollum-lib (~> 4.2) gollum-rugged_adapter (~> 0.4.2) gon (~> 6.1.0) - grape (~> 0.13.0) + grape (~> 0.15.0) grape-entity (~> 0.4.2) hamlit (~> 2.5) health_check (~> 2.1.0) |