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:
authorStan Hu <stanhu@gmail.com>2022-08-14 20:09:25 +0300
committerStan Hu <stanhu@gmail.com>2022-08-14 20:09:52 +0300
commit94bdfbe63229ce05d0bf2c5e6bd867e415de6af9 (patch)
tree369b86f111aad087bef884def17f47786953f2f4
parent4128e23ac5533b0f3548d4a627e8a3e19718be5f (diff)
Update rack and rouge gems to match GitLab Railssh-update-rack-and-rouge
This matches the versions used in GitLab Rails and helps reduce some space in the Omnibus build. Changelog: changed
-rw-r--r--ruby/Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index ac977a7a6..a841dc69e 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -138,7 +138,7 @@ GEM
method_source (~> 0.9.0)
public_suffix (4.0.6)
racc (1.6.0)
- rack (2.2.3)
+ rack (2.2.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
@@ -157,7 +157,7 @@ GEM
reverse_markdown (1.4.0)
nokogiri
rexml (3.2.5)
- rouge (3.27.0)
+ rouge (3.30.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)