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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 12:10:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 12:10:35 +0300
commit55dea17c8d10d1b25cd25f1cdaeaed64332995a7 (patch)
treed8deec499e9aacae38b95cb509f9dc7873b0652a /Gemfile.lock
parentf0224e32ca39fe7b261a8d6bcec64bb449c65856 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock12
1 files changed, 8 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 484ebdaf7d5..79ddb78d686 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -91,6 +91,13 @@ PATH
nokogiri (>= 1.4.4)
omniauth (~> 2.0)
+PATH
+ remote: vendor/gems/sidekiq-reliable-fetch
+ specs:
+ gitlab-sidekiq-fetcher (0.9.0)
+ json (>= 2.5)
+ sidekiq (~> 6.1)
+
GEM
remote: https://rubygems.org/
specs:
@@ -612,9 +619,6 @@ GEM
gitlab-mail_room (0.0.9)
gitlab-markup (1.9.0)
gitlab-net-dns (0.9.1)
- gitlab-sidekiq-fetcher (0.9.0)
- json (>= 2.5)
- sidekiq (~> 6.1)
gitlab-styles (10.0.0)
rubocop (~> 1.43.0)
rubocop-graphql (~> 0.18)
@@ -1725,7 +1729,7 @@ DEPENDENCIES
gitlab-mail_room (~> 0.0.9)
gitlab-markup (~> 1.9.0)
gitlab-net-dns (~> 0.9.1)
- gitlab-sidekiq-fetcher (= 0.9.0)
+ gitlab-sidekiq-fetcher!
gitlab-styles (~> 10.0.0)
gitlab_chronic_duration (~> 0.10.6.2)
gitlab_omniauth-ldap (~> 2.2.0)