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:
authorWill Chandler <wchandler@gitlab.com>2022-07-22 22:29:12 +0300
committerWill Chandler <wchandler@gitlab.com>2022-07-22 22:29:12 +0300
commit4da75e5814680fe0d657bb734099527c74b76905 (patch)
tree4fa6afde340481bb8f7d778feee5fc6cd3633bdd
parent496b13d0792120e78f553458a90ca83e94de54f0 (diff)
parentbe02a482c351bc171d12518f6a000f785447eab6 (diff)
Merge branch 'galfaro2-master-patch-64390' into 'master'
Gemfile.lock: Update actionview gem See merge request gitlab-org/gitaly!4739
-rw-r--r--ruby/Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 65faf2b72..3eded022d 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -2,9 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
abstract_type (0.0.7)
- actionpack (6.1.4.7)
- actionview (= 6.1.4.7)
- activesupport (= 6.1.4.7)
+ actionpack (6.1.5.1)
+ actionview (= 6.1.5.1)
+ activesupport (= 6.1.5.1)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)