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:
authorPirate Praveen <praveen@debian.org>2018-04-04 17:56:14 +0300
committerRémy Coutable <remy@rymai.me>2018-05-03 19:16:26 +0300
commit829441dcbccf79e5bb8c9c3d7486a81e6a3dbfe4 (patch)
treeb4d1f24aa1d56ee1effd2bcfb59b7c530c7f13ab /Gemfile
parent7ff891e5ec21bc392abeab7d5049df49596d53a6 (diff)
Update grape-entity 0.6.0 -> 0.7.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7a18fab2058..932b4ccc94e 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?