summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-27 17:14:47 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-27 17:14:47 +0300
commit9351a295c1ac84e2e67559a9140cb921445c8951 (patch)
treee0657e5672b7eb971a4e8fad54b11a990626b677 /Gemfile
parente26d149cd8a4eedaf56810de01e085c5661f1c02 (diff)
downloadgitlab-ce-9351a295c1ac84e2e67559a9140cb921445c8951.tar.gz
Up grape version. Fix issue with raw content being escaped
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 44fd09ba242..a596b99de48 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", "~> 0.3.1"
-gem "grape-entity", "~> 0.2.0"
+gem "grape", "~> 0.4.1"
+gem "grape-entity", "~> 0.3.0"
# Format dates and times
# based on human-friendly examples