diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-27 17:14:47 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-27 17:14:47 +0300 |
commit | 9351a295c1ac84e2e67559a9140cb921445c8951 (patch) | |
tree | e0657e5672b7eb971a4e8fad54b11a990626b677 /Gemfile | |
parent | e26d149cd8a4eedaf56810de01e085c5661f1c02 (diff) | |
download | gitlab-ce-9351a295c1ac84e2e67559a9140cb921445c8951.tar.gz |
Up grape version. Fix issue with raw content being escaped
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |