Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-05-04 06:47:17 +0300
committerStan Hu <stanhu@gmail.com>2018-05-04 06:47:17 +0300
commit31fa96960f7d224a1da4ca1cf1520a657558567d (patch)
tree25eb6d3dc41c7022efe42d1df0ad47cc8fbb669c /Gemfile
parentef1bdc443be23b026042a6aeee6352b3652ebed5 (diff)
parente50bed7eff276eac2dc1fbb86bddb04d9dd9e70d (diff)
Merge branch 'pravi/gitlab-ce-update-grape-entity' into 'master'
Update grape-entity 0.6.0 -> 0.7.1 See merge request gitlab-org/gitlab-ce!18720
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 36d0d73c5e6..a139e8a32c4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -90,7 +90,7 @@ gem 'github-linguist', '~> 5.3.3', require: 'linguist'
# API
gem 'grape', '~> 1.0'
-gem 'grape-entity', '~> 0.6.0'
+gem 'grape-entity', '~> 0.7.1'
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'
# Disable strong_params so that Mash does not respond to :permitted?