Up grape version. Fix issue with raw content being escaped
Showing
... | @@ -41,8 +41,8 @@ gem "gitlab-gollum-lib", "~> 1.0.0", require: 'gollum-lib' | ... | @@ -41,8 +41,8 @@ gem "gitlab-gollum-lib", "~> 1.0.0", require: 'gollum-lib' |
gem "github-linguist", require: "linguist" | gem "github-linguist", require: "linguist" | ||
# API | # API | ||
gem "grape", "~> 0.3.1" | gem "grape", "~> 0.4.1" | ||
gem "grape-entity", "~> 0.2.0" | gem "grape-entity", "~> 0.3.0" | ||
# Format dates and times | # Format dates and times | ||
# based on human-friendly examples | # based on human-friendly examples | ||
... | ... |
Please register or sign in to comment