Commit f82d8b20 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'sh-update-re2-gem' into 'master'

Update re2 gem to v1.2.0

See merge request gitlab-org/gitlab!30942
parents 04c86ff1 060b6aa3
...@@ -204,7 +204,7 @@ gem 'ruby-progressbar' ...@@ -204,7 +204,7 @@ gem 'ruby-progressbar'
gem 'settingslogic', '~> 2.0.9' gem 'settingslogic', '~> 2.0.9'
# Linear-time regex library for untrusted regular expressions # Linear-time regex library for untrusted regular expressions
gem 're2', '~> 1.1.1' gem 're2', '~> 1.2.0'
# Misc # Misc
......
...@@ -854,7 +854,7 @@ GEM ...@@ -854,7 +854,7 @@ GEM
msgpack (>= 0.4.3) msgpack (>= 0.4.3)
optimist (>= 3.0.0) optimist (>= 3.0.0)
rdoc (6.1.2) rdoc (6.1.2)
re2 (1.1.1) re2 (1.2.0)
recaptcha (4.13.1) recaptcha (4.13.1)
json json
recursive-open-struct (1.1.0) recursive-open-struct (1.1.0)
...@@ -1346,7 +1346,7 @@ DEPENDENCIES ...@@ -1346,7 +1346,7 @@ DEPENDENCIES
rblineprof (~> 0.3.6) rblineprof (~> 0.3.6)
rbtrace (~> 0.4) rbtrace (~> 0.4)
rdoc (~> 6.1.2) rdoc (~> 6.1.2)
re2 (~> 1.1.1) re2 (~> 1.2.0)
recaptcha (~> 4.11) recaptcha (~> 4.11)
redis (~> 4.0) redis (~> 4.0)
redis-namespace (~> 1.6.0) redis-namespace (~> 1.6.0)
......
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