Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-07-24 12:53:57 +0300
committerNick Thomas <nick@gitlab.com>2017-07-24 13:03:37 +0300
commit61f948baed18788c2bb34dd6d5da452a19f58e52 (patch)
treed3a8017f735771fab7c16240929da22870e3754f /Gemfile
parent883488e0b2adda7dad93334f17f3895f05a7c587 (diff)
Upgrade the re2 gem to 1.1.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1ee44680774..5758b1b554e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -164,7 +164,7 @@ gem 'rainbow', '~> 2.2'
gem 'settingslogic', '~> 2.0.9'
# Linear-time regex library for untrusted regular expressions
-gem 're2', '~> 1.0.0'
+gem 're2', '~> 1.1.0'
# Misc