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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Holtz <gholtz@gitlab.com>2022-01-19 02:19:39 +0300
committerGary Holtz <gholtz@gitlab.com>2022-01-19 02:19:39 +0300
commit367b7fbda3b7fbbfd128cc130522a17cad08be48 (patch)
tree1182b1bfeb5fa5555b2be5ef0c20325df286251a
parent7cd8ef212eccee3ffd388f1b88ccdeca15971435 (diff)
Bump rouge version to fix a security issuegmh-update-rouge-gem
Changelog: security
-rw-r--r--ruby/Gemfile1
-rw-r--r--ruby/Gemfile.lock1
2 files changed, 2 insertions, 0 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 70dd9c594..b2f0a3652 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -10,6 +10,7 @@ gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false
gem 'grpc', '~> 1.42.0' # keep in lock-step with grpc-tools
gem 'sentry-raven', '~> 3.0', require: false
gem 'faraday', '~> 1.0'
+gem 'rouge', '~> 3.27.0'
gem 'rbtrace', require: false
# Labkit provides observability functionality
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index fd0dea027..6e9f68b27 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -241,6 +241,7 @@ DEPENDENCIES
pry (~> 0.12.2)
rbtrace
rdoc (~> 6.0)
+ rouge (~> 3.27.0)
rspec
rspec-parameterized
rubocop (~> 0.69)