diff options
author | Nick Thomas <nick@gitlab.com> | 2017-07-24 10:53:57 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-07-24 11:03:37 +0100 |
commit | 61f948baed18788c2bb34dd6d5da452a19f58e52 (patch) | |
tree | d3a8017f735771fab7c16240929da22870e3754f /Gemfile | |
parent | 883488e0b2adda7dad93334f17f3895f05a7c587 (diff) | |
download | gitlab-ce-61f948baed18788c2bb34dd6d5da452a19f58e52.tar.gz |
Upgrade the re2 gem to 1.1.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |