Commit 9f7b8923 authored by Stan Hu's avatar Stan Hu Committed by Heinrich Lee Yu

Update grape-path-helpers to v1.6.3

This brings in a performance improvement and a subsequent fix:

* https://gitlab.com/gitlab-org/grape-path-helpers/-/merge_requests/33
* https://gitlab.com/gitlab-org/grape-path-helpers/-/merge_requests/35

Changelog: performance
parent bd1f9ef9
...@@ -18,7 +18,7 @@ gem 'default_value_for', '~> 3.4.0' ...@@ -18,7 +18,7 @@ gem 'default_value_for', '~> 3.4.0'
gem 'pg', '~> 1.1' gem 'pg', '~> 1.1'
gem 'rugged', '~> 1.1' gem 'rugged', '~> 1.1'
gem 'grape-path-helpers', '~> 1.6.1' gem 'grape-path-helpers', '~> 1.6.3'
gem 'faraday', '~> 1.0' gem 'faraday', '~> 1.0'
gem 'marginalia', '~> 1.10.0' gem 'marginalia', '~> 1.10.0'
......
...@@ -541,7 +541,7 @@ GEM ...@@ -541,7 +541,7 @@ GEM
grape-entity (0.7.1) grape-entity (0.7.1)
activesupport (>= 4.0) activesupport (>= 4.0)
multi_json (>= 1.3.2) multi_json (>= 1.3.2)
grape-path-helpers (1.6.1) grape-path-helpers (1.6.3)
activesupport activesupport
grape (~> 1.3) grape (~> 1.3)
rake (> 12) rake (> 12)
...@@ -1471,7 +1471,7 @@ DEPENDENCIES ...@@ -1471,7 +1471,7 @@ DEPENDENCIES
gpgme (~> 2.0.19) gpgme (~> 2.0.19)
grape (~> 1.5.2) grape (~> 1.5.2)
grape-entity (~> 0.7.1) grape-entity (~> 0.7.1)
grape-path-helpers (~> 1.6.1) grape-path-helpers (~> 1.6.3)
grape_logging (~> 1.7) grape_logging (~> 1.7)
graphiql-rails (~> 1.4.10) graphiql-rails (~> 1.4.10)
graphlient (~> 0.4.0) graphlient (~> 0.4.0)
......
---
title: Update grape-path-helpers to v1.6.3
merge_request: 61196
author:
type: performance
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment