aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab-ce/files/patch-Gemfile
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-10-26 19:24:05 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-10-27 06:20:37 +0000
commit46b95c05501c643fada4e953533f5eb9ff3caba6 (patch)
treed2493f87dbea322a3489001bf02454e69fbcfd8a /www/gitlab-ce/files/patch-Gemfile
parente492c6fd35a3cacf44267efc13b73ef83eb7706a (diff)
downloadports-46b95c05501c643fada4e953533f5eb9ff3caba6.tar.gz
ports-46b95c05501c643fada4e953533f5eb9ff3caba6.zip
www/gitlab-ce: Update to 14.4.0
Changelog: https://about.gitlab.com/releases/2021/10/22/gitlab-14-4-released/ I included the following patch to fix a problem with sidekiq-cron gem version 1.2.0: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73093
Diffstat (limited to 'www/gitlab-ce/files/patch-Gemfile')
-rw-r--r--www/gitlab-ce/files/patch-Gemfile19
1 files changed, 5 insertions, 14 deletions
diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile
index a00d2284d787..21aff8dff2a0 100644
--- a/www/gitlab-ce/files/patch-Gemfile
+++ b/www/gitlab-ce/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2021-10-01 16:06:26 UTC
+--- Gemfile.orig 2021-10-21 22:00:37 UTC
+++ Gemfile
@@ -88,7 +88,7 @@ gem 'gpgme', '~> 2.0.19'
# GitLab fork with several improvements to original library. For full list of changes
@@ -17,15 +17,6 @@
gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import)
gem 'hashie'
-@@ -229,7 +228,7 @@ gem 'js_regex', '~> 3.7'
- gem 'device_detector'
-
- # Redis
--gem 'redis', '~> 4.1.4'
-+gem 'redis', '~> 4.1'
- gem 'connection_pool', '~> 2.0'
-
- # Redis session store
@@ -332,106 +331,10 @@ gem 'snowplow-tracker', '~> 0.6.1'
# Metrics
@@ -39,7 +30,7 @@
- gem 'lefthook', '~> 0.7.0', require: false
- gem 'solargraph', '~> 0.43', require: false
-
-- gem 'letter_opener_web', '~> 1.4.0'
+- gem 'letter_opener_web', '~> 1.4.1'
-
- # Better errors handler
- gem 'better_errors', '~> 2.9.0'
@@ -53,7 +44,7 @@
- gem 'bullet', '~> 6.1.3'
- gem 'pry-byebug'
- gem 'pry-rails', '~> 0.3.9'
-- gem 'pry-shell', '~> 0.4.0'
+- gem 'pry-shell', '~> 0.5.0'
-
- gem 'awesome_print', require: false
-
@@ -122,7 +113,7 @@
- gem 'webmock', '~> 3.9.1'
- gem 'rails-controller-testing'
- gem 'concurrent-ruby', '~> 1.1'
-- gem 'test-prof', '~> 0.12.0'
+- gem 'test-prof', '~> 1.0.7'
- gem 'rspec_junit_formatter'
- gem 'guard-rspec'
-
@@ -133,7 +124,7 @@
gem 'octokit', '~> 4.15'
# https://gitlab.com/gitlab-org/gitlab/issues/207207
-@@ -479,7 +382,7 @@ gem 'gitaly', '~> 14.3.0.pre.rc1'
+@@ -479,7 +382,7 @@ gem 'gitaly', '~> 14.3.0.pre.rc2'
# KAS GRPC protocol definitions
gem 'kas-grpc', '~> 0.0.2'