-
- Downloads
Upgrade the re2 gem to 1.1.0
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- lib/gitlab/untrusted_regexp.rb 3 additions, 27 deletionslib/gitlab/untrusted_regexp.rb
- spec/lib/gitlab/ci/trace/stream_spec.rb 14 additions, 0 deletionsspec/lib/gitlab/ci/trace/stream_spec.rb
- spec/lib/gitlab/untrusted_regexp_spec.rb 4 additions, 4 deletionsspec/lib/gitlab/untrusted_regexp_spec.rb
Loading
| @@ -164,7 +164,7 @@ gem 'rainbow', '~> 2.2' | Loading
| @@ -164,7 +164,7 @@ gem 'rainbow', '~> 2.2' |
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.0.0' | gem 're2', '~> 1.1.0' | ||
# Misc | # Misc | ||
Loading
| Loading
|
Please register or sign in to comment