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>2022-01-19 21:14:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-19 21:14:01 +0300
commitd738ba980c5ce598811b700e215ab957132f3a67 (patch)
tree5f866d1448f5b670f834fb19a8c4082e839bfac0 /Gemfile
parentb22f3af733282394aa18261c073adbec117a1d47 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 473194f4e62..334e7df7681 100644
--- a/Gemfile
+++ b/Gemfile
@@ -196,7 +196,7 @@ gem 'acts-as-taggable-on', '~> 9.0'
# Background jobs
gem 'sidekiq', '~> 6.3'
-gem 'sidekiq-cron', '~> 1.0'
+gem 'sidekiq-cron', '~> 1.2'
gem 'redis-namespace', '~> 1.8.1'
gem 'gitlab-sidekiq-fetcher', '0.8.0', require: 'sidekiq-reliable-fetch'
@@ -392,8 +392,6 @@ group :development, :test do
gem 'parallel', '~> 1.19', require: false
- gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
-
gem 'test_file_finder', '~> 0.1.3'
end