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:
authorPavlo Strokov <pstrokov@gitlab.com>2022-07-25 22:46:53 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2022-07-25 22:46:53 +0300
commit0b1db31ee8f9d2a3f2d22eb37684f97aa098eb42 (patch)
treef702c9497f81974d4fddfe7014ad29e29d50ab5e
parent57799f7ef0216b90337d93eef1b63a07af762c91 (diff)
parente8e87c1a9a8b8648c1b499bef74361822026cacd (diff)
Merge branch 'wc-gemfile-update' into 'master'
ruby: Fix dependencies in Gemfile.lock See merge request gitlab-org/gitaly!4750
-rw-r--r--ruby/Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 3eded022d..fa214b30c 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -9,13 +9,13 @@ GEM
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
- actionview (6.1.4.7)
- activesupport (= 6.1.4.7)
+ actionview (6.1.5.1)
+ activesupport (= 6.1.5.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
- activesupport (6.1.4.7)
+ activesupport (6.1.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)