From 5b42ebbf24272fe07775d60f7af680a5e7de96e7 Mon Sep 17 00:00:00 2001 From: Stan Hu <stanhu@gmail.com> Date: Tue, 20 Nov 2018 10:06:36 -0800 Subject: [PATCH] Upgrade escape_utils to 1.2.1 This matches the version shipped in gitaly-ruby. The main changes between 1.1.1 and 1.2.1 are CI-related improvements: https://github.com/brianmario/escape_utils/compare/1.1.1...1.2.1 --- Gemfile.lock | 2 +- Gemfile.rails4.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 380f1dbc89f87..5ceb5d29252b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM encryptor (3.0.0) equalizer (0.0.11) erubis (2.7.0) - escape_utils (1.1.1) + escape_utils (1.2.1) et-orbi (1.0.3) tzinfo eventmachine (1.2.7) diff --git a/Gemfile.rails4.lock b/Gemfile.rails4.lock index ead404c5f27f9..dd2cd59daaef0 100644 --- a/Gemfile.rails4.lock +++ b/Gemfile.rails4.lock @@ -181,7 +181,7 @@ GEM encryptor (3.0.0) equalizer (0.0.11) erubis (2.7.0) - escape_utils (1.1.1) + escape_utils (1.2.1) et-orbi (1.0.3) tzinfo eventmachine (1.2.7) -- GitLab