summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDrew Blessing <drew.blessing@buckle.com>2013-05-25 19:43:51 -0500
committerDrew Blessing <drew.blessing@buckle.com>2013-05-25 19:43:51 -0500
commit245deb5cce916fb7a42c33cc98210ce5e4b6ed0a (patch)
tree1015f1278939e0644bfceedbcb920af6840d9310 /Gemfile
parentd58aca0693d28e17633fb0d2825f1cddfd4f0748 (diff)
downloadgitlab-ce-245deb5cce916fb7a42c33cc98210ce5e4b6ed0a.tar.gz
Fix regression caused by using newer version of Grape
This commit fixes the regression caused by using a newer version of Grape and Grape entity. This solves Issue 4023.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 924d8a27254..44fd09ba242 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,8 +41,8 @@ gem "gitlab-gollum-lib", "~> 1.0.0", require: 'gollum-lib'
gem "github-linguist", require: "linguist"
# API
-gem "grape"
-gem "grape-entity"
+gem "grape", "~> 0.3.1"
+gem "grape-entity", "~> 0.2.0"
# Format dates and times
# based on human-friendly examples