Refresh patches

This commit is contained in:
Mohammed Bilal 2023-01-12 18:47:06 +00:00
parent a3377f4ab8
commit 93c1e6d67d
No known key found for this signature in database
GPG key ID: B3F5945285219E1F
17 changed files with 105 additions and 109 deletions

View file

@ -22,8 +22,8 @@ gitlab Gemfile
-gem 'sprockets', '~> 3.7.0' -gem 'sprockets', '~> 3.7.0'
+gem 'sprockets', '~> 3.7' +gem 'sprockets', '~> 3.7'
-gem 'view_component', '~> 2.71.0' -gem 'view_component', '~> 2.74.1'
+gem 'view_component', '~> 2.71' +gem 'view_component', '~> 2.74'
# Default values for AR models # Default values for AR models
-gem 'default_value_for', '~> 3.4.0' -gem 'default_value_for', '~> 3.4.0'
@ -80,8 +80,7 @@ gitlab Gemfile
+gem 'omniauth-saml', '~> 2.0' +gem 'omniauth-saml', '~> 2.0'
+gem 'omniauth-shibboleth', '~> 1.3' +gem 'omniauth-shibboleth', '~> 1.3'
gem 'omniauth-twitter', '~> 1.4' gem 'omniauth-twitter', '~> 1.4'
-gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/omniauth_crowd' # See vendor/gems/omniauth_crowd/README.md gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/omniauth_crowd' # See vendor/gems/omniauth_crowd/README.md
+gem 'omniauth_crowd', '~> 2.4', path: 'vendor/gems/omniauth_crowd' # See vendor/gems/omniauth_crowd/README.md
gem 'omniauth-authentiq', '~> 0.3.3' gem 'omniauth-authentiq', '~> 0.3.3'
gem 'gitlab-omniauth-openid-connect', '~> 0.10.0', require: 'omniauth_openid_connect' gem 'gitlab-omniauth-openid-connect', '~> 0.10.0', require: 'omniauth_openid_connect'
gem 'omniauth-salesforce', '~> 1.0.5', path: 'vendor/gems/omniauth-salesforce' # See gem README.md gem 'omniauth-salesforce', '~> 1.0.5', path: 'vendor/gems/omniauth-salesforce' # See gem README.md
@ -97,8 +96,8 @@ gitlab Gemfile
# Spam and anti-bot protection # Spam and anti-bot protection
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails' gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails'
gem 'akismet', '~> 3.0' gem 'akismet', '~> 3.0'
-gem 'invisible_captcha', '~> 1.1.0' -gem 'invisible_captcha', '~> 2.0.0'
+gem 'invisible_captcha', '~> 1.1' +gem 'invisible_captcha', '~> 2.0'
# Two-factor authentication # Two-factor authentication
-gem 'devise-two-factor', '~> 4.0.2' -gem 'devise-two-factor', '~> 4.0.2'
@ -110,7 +109,7 @@ gitlab Gemfile
# GitLab Pages # GitLab Pages
-gem 'validates_hostname', '~> 1.0.11' -gem 'validates_hostname', '~> 1.0.11'
-gem 'rubyzip', '~> 2.3.2', require: 'zip' -gem 'rubyzip', '~> 2.3.2', require: 'zip'
+gem 'validates_hostname', '~> 1.0', '>= 1.0.11' +gem 'validates_hostname', '~> 1.0'
+gem 'rubyzip', '~> 2.0', '>= 2.3.2', require: 'zip' +gem 'rubyzip', '~> 2.0', '>= 2.3.2', require: 'zip'
# GitLab Pages letsencrypt support # GitLab Pages letsencrypt support
gem 'acme-client', '~> 2.0' gem 'acme-client', '~> 2.0'
@ -147,8 +146,8 @@ gitlab Gemfile
gem 'graphql-docs', '~> 2.1.0', group: [:development, :test] gem 'graphql-docs', '~> 2.1.0', group: [:development, :test]
gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import) gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import)
@@ -137,23 +137,23 @@ @@ -135,23 +135,23 @@
gem 'kaminari', '~> 1.0' gem 'kaminari', '~> 1.2.2'
# HAML # HAML
-gem 'hamlit', '~> 2.15.0' -gem 'hamlit', '~> 2.15.0'
@ -160,22 +159,22 @@ gitlab Gemfile
+gem 'mini_magick', '~> 4.10','>= 4.10.1' +gem 'mini_magick', '~> 4.10','>= 4.10.1'
# for backups # for backups
gem 'fog-aws', '~> 3.14' gem 'fog-aws', '~> 3.15'
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421. # Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
# Also see config/initializers/fog_core_patch.rb. # Also see config/initializers/fog_core_patch.rb.
-gem 'fog-core', '= 2.1.0' -gem 'fog-core', '= 2.1.0'
+gem 'fog-core', '= 2.1' +gem 'fog-core', '= 2.1'
gem 'fog-google', '~> 1.15', require: 'fog/google' gem 'fog-google', '~> 1.19', require: 'fog/google'
gem 'fog-local', '~> 0.6' gem 'fog-local', '~> 0.8'
gem 'fog-openstack', '~> 1.0' gem 'fog-openstack', '~> 1.0'
gem 'fog-rackspace', '~> 0.1.1' gem 'fog-rackspace', '~> 0.1.1'
gem 'fog-aliyun', '~> 0.3' gem 'fog-aliyun', '~> 0.3'
-gem 'gitlab-fog-azure-rm', '~> 1.3.0', require: 'fog/azurerm' -gem 'gitlab-fog-azure-rm', '~> 1.4.0', require: 'fog/azurerm'
+gem 'gitlab-fog-azure-rm', '~> 1.3', require: 'fog/azurerm' +gem 'gitlab-fog-azure-rm', '~> 1.4', require: 'fog/azurerm'
# for Google storage # for Google storage
gem 'google-api-client', '~> 0.33' gem 'google-api-client', '~> 0.33'
@@ -162,38 +162,38 @@ @@ -160,37 +160,37 @@
gem 'unf', '~> 0.1.4' gem 'unf', '~> 0.1.4'
# Seed data # Seed data
@ -186,25 +185,23 @@ gitlab Gemfile
gem 'elasticsearch-model', '~> 7.2' gem 'elasticsearch-model', '~> 7.2'
gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation' gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation'
-gem 'elasticsearch-api', '7.13.3' -gem 'elasticsearch-api', '7.13.3'
-gem 'aws-sdk-core', '~> 3.159.0' -gem 'aws-sdk-core', '~> 3.167.0'
+gem 'elasticsearch-api', '~> 7.13', '>= 7.13.3' +gem 'elasticsearch-api', '~> 7.13', '>= 7.13.3'
+gem 'aws-sdk-core', '~> 3.159' +gem 'aws-sdk-core', '~> 3.167'
gem 'aws-sdk-cloudformation', '~> 1' gem 'aws-sdk-cloudformation', '~> 1'
-gem 'aws-sdk-s3', '~> 1.114.0' -gem 'aws-sdk-s3', '~> 1.117.1'
+gem 'aws-sdk-s3', '~> 1.114' +gem 'aws-sdk-s3', '~> 1.117'
gem 'faraday_middleware-aws-sigv4', '~>0.3.0' gem 'faraday_middleware-aws-sigv4', '~>0.3.0'
-gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections -gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections
+gem 'typhoeus', '~> 1.4' # Used with Elasticsearch to support http keep-alive connections +gem 'typhoeus', '~> 1.4' # Used with Elasticsearch to support http keep-alive connections
# Markdown and HTML processing # Markdown and HTML processing
-gem 'html-pipeline', '~> 2.13.2' -gem 'html-pipeline', '~> 2.14.3'
-gem 'deckar01-task_list', '2.3.1' -gem 'deckar01-task_list', '2.3.2'
-gem 'gitlab-markup', '~> 1.8.0' -gem 'gitlab-markup', '~> 1.8.0', require: 'github/markup'
-gem 'github-markup', '~> 1.7.0', require: 'github/markup' +gem 'html-pipeline', '~> 2.14','>= 2.14.3'
+gem 'html-pipeline', '~> 2.13','>= 2.13.2' +gem 'deckar01-task_list', '~> 2.3','>= 2.3.2'
+gem 'deckar01-task_list', '~> 2.3','>= 2.3.1' +gem 'gitlab-markup', '~> 1.8', require: 'github/markup'
+gem 'gitlab-markup', '~> 1.8'
+gem 'github-markup', '~> 1.7', require: 'github/markup'
gem 'commonmarker', '~> 0.23.6' gem 'commonmarker', '~> 0.23.6'
-gem 'kramdown', '~> 2.3.1' -gem 'kramdown', '~> 2.3.1'
-gem 'RedCloth', '~> 4.3.2' -gem 'RedCloth', '~> 4.3.2'
@ -217,21 +214,21 @@ gitlab Gemfile
-gem 'wikicloth', '0.8.1' -gem 'wikicloth', '0.8.1'
-gem 'asciidoctor', '~> 2.0.17' -gem 'asciidoctor', '~> 2.0.17'
+gem 'wikicloth', '~> 0.8.1' +gem 'wikicloth', '~> 0.8.1'
+gem 'asciidoctor', '~> 2.0', '>= 2.0.17' +gem 'asciidoctor', '~> 2.0', '>= 2.0.17'
gem 'asciidoctor-include-ext', '~> 0.4.0', require: false gem 'asciidoctor-include-ext', '~> 0.4.0', require: false
gem 'asciidoctor-plantuml', '~> 0.0.16' gem 'asciidoctor-plantuml', '~> 0.0.16'
gem 'asciidoctor-kroki', '~> 0.5.0', require: false gem 'asciidoctor-kroki', '~> 0.7.0', require: false
-gem 'rouge', '~> 3.30.0' -gem 'rouge', '~> 3.30.0'
+gem 'rouge', '~> 3.30' +gem 'rouge', '~> 3.30'
gem 'truncato', '~> 0.7.12' gem 'truncato', '~> 0.7.12'
-gem 'bootstrap_form', '~> 4.2.0' -gem 'bootstrap_form', '~> 4.2.0'
-gem 'nokogiri', '~> 1.13.8' -gem 'nokogiri', '~> 1.13.9'
+gem 'bootstrap_form', '~> 4.2' +gem 'bootstrap_form', '~> 4.2'
+gem 'nokogiri', '~> 1.3', '>= 1.13.8' +gem 'nokogiri', '~> 1.3','>= 1.13.9'
# Calendar rendering # Calendar rendering
gem 'icalendar' gem 'icalendar'
@@ -203,12 +203,12 @@ @@ -200,12 +200,12 @@
gem 'diff_match_patch', '~> 0.1.0' gem 'diff_match_patch', '~> 0.1.0'
# Application server # Application server
@ -246,25 +243,25 @@ gitlab Gemfile
gem 'puma_worker_killer', '~> 0.3.1', require: false gem 'puma_worker_killer', '~> 0.3.1', require: false
gem 'sd_notify', '~> 0.1.0', require: false gem 'sd_notify', '~> 0.1.0', require: false
end end
@@ -220,13 +220,13 @@ @@ -217,13 +217,13 @@
gem 'acts-as-taggable-on', '~> 9.0' gem 'acts-as-taggable-on', '~> 9.0'
# Background jobs # Background jobs
-gem 'sidekiq', '~> 6.4.0' -gem 'sidekiq', '~> 6.5.7'
-gem 'sidekiq-cron', '~> 1.8.0' -gem 'sidekiq-cron', '~> 1.8.0'
-gem 'redis-namespace', '~> 1.9.0' -gem 'redis-namespace', '~> 1.9.0'
+gem 'sidekiq', '~> 6.4' +gem 'sidekiq', '~> 6.5'
+gem 'sidekiq-cron', '~> 1.8' +gem 'sidekiq-cron', '~> 1.8'
+gem 'redis-namespace', '~> 1.9' +gem 'redis-namespace', '~> 1.9'
gem 'gitlab-sidekiq-fetcher', '0.8.0', require: 'sidekiq-reliable-fetch' gem 'gitlab-sidekiq-fetcher', '0.9.0', require: 'sidekiq-reliable-fetch'
# Cron Parser # Cron Parser
-gem 'fugit', '~> 1.2.1' -gem 'fugit', '~> 1.2.1'
+gem 'fugit', '~> 1.2','>= 1.2.1' +gem 'fugit', '~> 1.2','>= 1.2.1'
# HTTP requests # HTTP requests
gem 'httparty', '~> 0.16.4' gem 'httparty', '~> 0.20.0'
@@ -238,14 +238,14 @@ @@ -235,14 +235,14 @@
gem 'ruby-progressbar', '~> 1.10' gem 'ruby-progressbar', '~> 1.10'
# GitLab settings # GitLab settings
@ -272,22 +269,22 @@ gitlab Gemfile
+gem 'settingslogic', '~> 2.0', '>= 2.0.9' +gem 'settingslogic', '~> 2.0', '>= 2.0.9'
# Linear-time regex library for untrusted regular expressions # Linear-time regex library for untrusted regular expressions
-gem 're2', '~> 1.5.0' -gem 're2', '~> 1.6.0'
+gem 're2', '~> 1.5' +gem 're2', '~> 1.6'
# Misc # Misc
-gem 'version_sorter', '~> 2.2.4' -gem 'version_sorter', '~> 2.2.4'
+gem 'version_sorter', '~> 2.2', '>= 2.2.4' +gem 'version_sorter', '~> 2.2', '>= 2.2.4'
# Export Ruby Regex to Javascript # Export Ruby Regex to Javascript
gem 'js_regex', '~> 3.7' gem 'js_regex', '~> 3.8'
@@ -254,24 +254,24 @@ @@ -251,24 +251,24 @@
gem 'device_detector' gem 'device_detector'
# Redis # Redis
-gem 'redis', '~> 4.7.0' -gem 'redis', '~> 4.8.0'
+gem 'redis', '~> 4.7' +gem 'redis', '~> 4.8'
gem 'connection_pool', '~> 2.0' gem 'connection_pool', '~> 2.0'
# Redis session store # Redis session store
@ -299,7 +296,7 @@ gitlab Gemfile
# Jira integration # Jira integration
-gem 'jira-ruby', '~> 2.1.4' -gem 'jira-ruby', '~> 2.1.4'
+gem 'jira-ruby', '~> 2.1', '>= 2.1.4' +gem 'jira-ruby', '~> 2.1', '>= 2.1.4'
gem 'atlassian-jwt', '~> 0.2.0' gem 'atlassian-jwt', '~> 0.2.0'
# Flowdock integration # Flowdock integration
@ -311,8 +308,8 @@ gitlab Gemfile
# Hangouts Chat integration # Hangouts Chat integration
gem 'hangouts-chat', '~> 0.0.5', require: 'hangouts_chat' gem 'hangouts-chat', '~> 0.0.5', require: 'hangouts_chat'
@@ -283,14 +283,14 @@ @@ -280,14 +280,14 @@
gem 'ruby-fogbugz', '~> 0.2.1' gem 'ruby-fogbugz', '~> 0.3.0'
# Kubernetes integration # Kubernetes integration
-gem 'kubeclient', '~> 4.9.3' -gem 'kubeclient', '~> 4.9.3'
@ -329,7 +326,7 @@ gitlab Gemfile
# Working with license # Working with license
# Detects the open source license the repository includes # Detects the open source license the repository includes
@@ -312,32 +312,32 @@ @@ -309,32 +309,32 @@
gem 'rack-proxy', '~> 0.7.4' gem 'rack-proxy', '~> 0.7.4'
@ -344,7 +341,7 @@ gitlab Gemfile
gem 'tanuki_emoji', '~> 0.6' gem 'tanuki_emoji', '~> 0.6'
-gem 'gon', '~> 6.4.0' -gem 'gon', '~> 6.4.0'
+gem 'gon', '~> 6.4' +gem 'gon', '~> 6.4'
gem 'request_store', '~> 1.5' gem 'request_store', '~> 1.5.1'
gem 'base32', '~> 0.3.0' gem 'base32', '~> 0.3.0'
-gem 'gitlab-license', '~> 2.2.1' -gem 'gitlab-license', '~> 2.2.1'
@ -365,15 +362,14 @@ gitlab Gemfile
# PostgreSQL query parsing # PostgreSQL query parsing
# #
-gem 'pg_query', '~> 2.1.4' gem 'pg_query', '~> 2.2'
+gem 'pg_query', '~> 2.1', '>= 2.1.4'
-gem 'premailer-rails', '~> 1.10.3' -gem 'premailer-rails', '~> 1.10.3'
+gem 'premailer-rails', '~> 1.10','>= 1.10.3' +gem 'premailer-rails', '~> 1.10','>= 1.10.3'
# LabKit: Tracing and Correlation gem 'gitlab-labkit', '~> 0.29.0'
gem 'gitlab-labkit', '~> 0.24.0' gem 'thrift', '>= 0.16.0'
@@ -346,11 +346,11 @@ @@ -342,11 +342,11 @@
# I18n # I18n
gem 'ruby_parser', '~> 3.15', require: false gem 'ruby_parser', '~> 3.15', require: false
gem 'rails-i18n', '~> 7.0' gem 'rails-i18n', '~> 7.0'
@ -387,7 +383,7 @@ gitlab Gemfile
# Perf bar # Perf bar
gem 'peek', '~> 1.1' gem 'peek', '~> 1.1'
@@ -359,10 +359,10 @@ @@ -355,10 +355,10 @@
gem 'snowplow-tracker', '~> 0.6.1' gem 'snowplow-tracker', '~> 0.6.1'
# Metrics # Metrics
@ -399,8 +395,8 @@ gitlab Gemfile
+gem 'warning', '~> 1.3' +gem 'warning', '~> 1.3'
group :development do group :development do
gem 'lefthook', '~> 1.1.3', require: false gem 'lefthook', '~> 1.2.0', require: false
@@ -444,24 +444,24 @@ @@ -440,24 +440,24 @@
end end
group :test do group :test do
@ -436,7 +432,7 @@ gitlab Gemfile
gem 'rspec_junit_formatter' gem 'rspec_junit_formatter'
gem 'guard-rspec' gem 'guard-rspec'
@@ -490,8 +490,8 @@ @@ -486,8 +486,8 @@
gem 'health_check', '~> 3.0' gem 'health_check', '~> 3.0'
# System information # System information
@ -447,7 +443,7 @@ gitlab Gemfile
# NTP client # NTP client
gem 'net-ntp' gem 'net-ntp'
@@ -500,15 +500,15 @@ @@ -496,15 +496,15 @@
gem 'ssh_data', '~> 1.3' gem 'ssh_data', '~> 1.3'
# Spamcheck GRPC protocol definitions # Spamcheck GRPC protocol definitions
@ -464,9 +460,9 @@ gitlab Gemfile
-gem 'grpc', '~> 1.42.0' -gem 'grpc', '~> 1.42.0'
+gem 'grpc', '~> 1.42' +gem 'grpc', '~> 1.42'
gem 'google-protobuf', '~> 3.21' gem 'google-protobuf', '~> 3.21', '>= 3.21.9'
@@ -518,7 +518,7 @@ @@ -514,7 +514,7 @@
gem 'flipper', '~> 0.25.0' gem 'flipper', '~> 0.25.0'
gem 'flipper-active_record', '~> 0.25.0' gem 'flipper-active_record', '~> 0.25.0'
gem 'flipper-active_support_cache_store', '~> 0.25.0' gem 'flipper-active_support_cache_store', '~> 0.25.0'
@ -475,7 +471,7 @@ gitlab Gemfile
gem 'gitlab-experiment', '~> 0.7.1' gem 'gitlab-experiment', '~> 0.7.1'
# Structured logging # Structured logging
@@ -551,12 +551,11 @@ @@ -547,12 +547,12 @@
gem 'valid_email', '~> 0.1' gem 'valid_email', '~> 0.1'
# JSON # JSON
@ -483,16 +479,16 @@ gitlab Gemfile
+gem 'json', '~> 2.5', '>= 2.5.1' +gem 'json', '~> 2.5', '>= 2.5.1'
gem 'json_schemer', '~> 0.2.18' gem 'json_schemer', '~> 0.2.18'
-gem 'oj', '~> 3.13.21' -gem 'oj', '~> 3.13.21'
+gem 'oj', '~> 3.13', '>= 3.13.21'
gem 'oj-introspect', '~> 0.7'
-gem 'multi_json', '~> 1.14.1' -gem 'multi_json', '~> 1.14.1'
-gem 'yajl-ruby', '~> 1.4.3', require: 'yajl' -gem 'yajl-ruby', '~> 1.4.3', require: 'yajl'
- +gem 'multi_json', '~> 1.14', '>= 1.14.1'
+gem 'oj', '~> 3.13', '>= 3.13.20'
+gem 'multi_json', '~> 1.14', '>= 1.14.1'
+gem 'yajl-ruby', '~> 1.4','>= 1.4.3', require: 'yajl' +gem 'yajl-ruby', '~> 1.4','>= 1.4.3', require: 'yajl'
gem 'webauthn', '~> 2.3' gem 'webauthn', '~> 2.3'
# IPAddress utilities @@ -563,14 +563,14 @@
@@ -566,14 +565,14 @@
gem 'ipynbdiff', path: 'vendor/gems/ipynbdiff' gem 'ipynbdiff', path: 'vendor/gems/ipynbdiff'

View file

@ -16,8 +16,8 @@ Bundler will fail when it can't find these locally
-gem 'graphql-docs', '~> 2.1.0', group: [:development, :test] -gem 'graphql-docs', '~> 2.1.0', group: [:development, :test]
gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import) gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import)
gem 'hashie' gem 'hashie', '~> 5.0.0'
@@ -348,7 +345,6 @@ @@ -344,7 +341,6 @@
gem 'rails-i18n', '~> 7.0' gem 'rails-i18n', '~> 7.0'
gem 'gettext_i18n_rails', '~> 1.8' gem 'gettext_i18n_rails', '~> 1.8'
gem 'gettext_i18n_rails_js', '~> 1.3' gem 'gettext_i18n_rails_js', '~> 1.3'
@ -25,17 +25,17 @@ Bundler will fail when it can't find these locally
gem 'batch-loader', '~> 2.0', '>= 2.0.1' gem 'batch-loader', '~> 2.0', '>= 2.0.1'
@@ -364,85 +360,6 @@ @@ -360,85 +356,6 @@
gem 'warning', '~> 1.3' gem 'warning', '~> 1.3'
-group :development do -group :development do
- gem 'lefthook', '~> 1.1.3', require: false - gem 'lefthook', '~> 1.2.0', require: false
- gem 'rubocop' - gem 'rubocop'
- gem 'solargraph', '~> 0.47.2', require: false - gem 'solargraph', '~> 0.47.2', require: false
- -
- gem 'letter_opener_web', '~> 2.0.0' - gem 'letter_opener_web', '~> 2.0.0'
- gem 'lookbook', '~> 1.0', '>= 1.0.8' - gem 'lookbook', '~> 1.2', '>= 1.2.1'
- -
- # Better errors handler - # Better errors handler
- gem 'better_errors', '~> 2.9.1' - gem 'better_errors', '~> 2.9.1'
@ -93,7 +93,7 @@ Bundler will fail when it can't find these locally
-end -end
- -
-group :development, :test, :danger do -group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 3.5.2', require: false - gem 'gitlab-dangerfiles', '~> 3.6.2', require: false
-end -end
- -
-group :development, :test, :coverage do -group :development, :test, :coverage do

View file

@ -2,7 +2,7 @@ Make test dependencies conditional so we can enable them when running autopkgtes
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -360,7 +360,7 @@ @@ -356,7 +356,7 @@
gem 'warning', '~> 1.3' gem 'warning', '~> 1.3'

View file

@ -2,12 +2,12 @@ Allow newer versions of httparty to satisfy dependency
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -226,7 +226,7 @@ @@ -223,7 +223,7 @@
gem 'fugit', '~> 1.2','>= 1.2.1' gem 'fugit', '~> 1.2','>= 1.2.1'
# HTTP requests # HTTP requests
-gem 'httparty', '~> 0.16.4' -gem 'httparty', '~> 0.20.0'
+gem 'httparty', '~> 0.16' +gem 'httparty', '~> 0.20'
# Colored output to console # Colored output to console
gem 'rainbow', '~> 3.0' gem 'rainbow', '~> 3.0'

View file

@ -2,7 +2,7 @@ Allow rdoc from ruby 2.5 to match requirement
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -179,7 +179,7 @@ @@ -176,7 +176,7 @@
gem 'commonmarker', '~> 0.23.6' gem 'commonmarker', '~> 0.23.6'
gem 'kramdown', '~> 2.3','>= 2.3.1' gem 'kramdown', '~> 2.3','>= 2.3.1'
gem 'RedCloth', '~> 4.3','>= 4.3.2' gem 'RedCloth', '~> 4.3','>= 4.3.2'

View file

@ -10,8 +10,8 @@ This gem is used only in gitlab Enterprise Edition
gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos
# Spam and anti-bot protection # Spam and anti-bot protection
@@ -319,8 +318,6 @@ @@ -316,8 +315,6 @@
gem 'request_store', '~> 1.5' gem 'request_store', '~> 1.5.1'
gem 'base32', '~> 0.3.0' gem 'base32', '~> 0.3.0'
-gem 'gitlab-license', '~> 2.2','>= 2.2.1' -gem 'gitlab-license', '~> 2.2','>= 2.2.1'

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -364,7 +364,7 @@ @@ -360,7 +360,7 @@
gem 'rspec-benchmark', '~> 0.6.0' gem 'rspec-benchmark', '~> 0.6.0'
gem 'rspec-parameterized', require: false gem 'rspec-parameterized', require: false

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -365,7 +365,6 @@ @@ -361,7 +361,6 @@
gem 'rspec-parameterized', require: false gem 'rspec-parameterized', require: false
gem 'capybara', '~> 3.12' gem 'capybara', '~> 3.12'

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -376,7 +376,6 @@ @@ -372,7 +372,6 @@
gem 'concurrent-ruby', '~> 1.1' gem 'concurrent-ruby', '~> 1.1'
gem 'test-prof', '~> 1.0', '>= 1.0.7' gem 'test-prof', '~> 1.0', '>= 1.0.7'
gem 'rspec_junit_formatter' gem 'rspec_junit_formatter'

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -181,7 +181,7 @@ @@ -178,7 +178,7 @@
gem 'commonmarker', '~> 0.23.6' gem 'commonmarker', '~> 0.23.6'
gem 'kramdown', '~> 2.3','>= 2.3.1' gem 'kramdown', '~> 2.3','>= 2.3.1'
gem 'RedCloth', '~> 4.3','>= 4.3.2' gem 'RedCloth', '~> 4.3','>= 4.3.2'

View file

@ -2,10 +2,12 @@ Rakefile need this gem
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -494,3 +494,6 @@ @@ -493,5 +493,8 @@
# Apple plist parsing # Apple plist parsing
gem 'CFPropertyList' gem 'CFPropertyList'
+
+# This is required for Rakefile +# This is required for Rakefile
+gem 'gitlab-dangerfiles' +gem 'gitlab-dangerfiles'
+
# For phone verification
gem 'telesignenterprise', '~> 2.2'

View file

@ -1,10 +1,10 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -337,7 +337,7 @@ @@ -333,7 +333,7 @@
gem 'premailer-rails', '~> 1.10','>= 1.10.3' gem 'premailer-rails', '~> 1.10','>= 1.10.3'
# LabKit: Tracing and Correlation -gem 'gitlab-labkit', '~> 0.29.0'
-gem 'gitlab-labkit', '~> 0.24.0'
+gem 'gitlab-labkit', '~> 0.25.0' +gem 'gitlab-labkit', '~> 0.25.0'
gem 'thrift', '>= 0.16.0' gem 'thrift', '>= 0.16.0'

View file

@ -2,7 +2,7 @@ These are not required in production
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -203,60 +203,7 @@ @@ -205,59 +205,6 @@
"yaml": "^2.0.0-10" "yaml": "^2.0.0-10"
}, },
"devDependencies": { "devDependencies": {
@ -21,7 +21,7 @@ These are not required in production
- "cheerio": "^1.0.0-rc.9", - "cheerio": "^1.0.0-rc.9",
- "commander": "^2.20.3", - "commander": "^2.20.3",
- "custom-jquery-matchers": "^2.1.0", - "custom-jquery-matchers": "^2.1.0",
- "eslint": "8.25.0", - "eslint": "8.26.0",
- "eslint-import-resolver-jest": "3.0.2", - "eslint-import-resolver-jest": "3.0.2",
- "eslint-import-resolver-webpack": "0.13.2", - "eslint-import-resolver-webpack": "0.13.2",
- "eslint-plugin-import": "^2.26.0", - "eslint-plugin-import": "^2.26.0",
@ -39,7 +39,6 @@ These are not required in production
- "jest-environment-jsdom": "^27.5.1", - "jest-environment-jsdom": "^27.5.1",
- "jest-jasmine2": "^27.5.1", - "jest-jasmine2": "^27.5.1",
- "jest-junit": "^12.0.0", - "jest-junit": "^12.0.0",
- "jest-raw-loader": "^1.0.1",
- "jest-util": "^27.5.1", - "jest-util": "^27.5.1",
- "jsonlint": "^1.6.3", - "jsonlint": "^1.6.3",
- "markdownlint-cli": "0.32.2", - "markdownlint-cli": "0.32.2",
@ -54,17 +53,16 @@ These are not required in production
- "purgecss-from-html": "^4.0.3", - "purgecss-from-html": "^4.0.3",
- "sass": "^1.49.9", - "sass": "^1.49.9",
- "stylelint": "^14.9.1", - "stylelint": "^14.9.1",
- "swagger-cli": "^4.0.4",
- "timezone-mock": "^1.0.8", - "timezone-mock": "^1.0.8",
- "webpack-dev-server": "4.11.1", - "webpack-dev-server": "4.11.1",
- "xhr-mock": "^2.5.1", - "xhr-mock": "^2.5.1",
- "yarn-check-webpack-plugin": "^1.2.0", - "yarn-check-webpack-plugin": "^1.2.0",
- "yarn-deduplicate": "^6.0.0" - "yarn-deduplicate": "^6.0.0"
- }, },
+ },
"blockedDependencies": { "blockedDependencies": {
"bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue" "bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue"
}, @@ -270,4 +217,4 @@
@@ -268,4 +215,4 @@
"node": ">=12.22.1", "node": ">=12.22.1",
"yarn": "^1.10.0" "yarn": "^1.10.0"
} }

View file

@ -83,7 +83,7 @@ Use debian packaged node modules when available
components: { Page }, components: { Page },
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -47,8 +47,8 @@ @@ -48,8 +48,8 @@
"dependencies": { "dependencies": {
"@_ueberdosis/prosemirror-tables": "^1.1.3", "@_ueberdosis/prosemirror-tables": "^1.1.3",
"@apollo/client": "^3.5.10", "@apollo/client": "^3.5.10",
@ -94,12 +94,12 @@ Use debian packaged node modules when available
"@codesandbox/sandpack-client": "^1.2.2", "@codesandbox/sandpack-client": "^1.2.2",
"@gitlab/at.js": "1.5.7", "@gitlab/at.js": "1.5.7",
"@gitlab/favicon-overlay": "2.0.0", "@gitlab/favicon-overlay": "2.0.0",
@@ -56,7 +56,7 @@ @@ -57,7 +57,7 @@
"@gitlab/ui": "46.1.0", "@gitlab/ui": "49.10.0",
"@gitlab/visual-review-tools": "1.7.3", "@gitlab/visual-review-tools": "1.7.3",
"@gitlab/web-ide": "0.0.1-dev-20220815034418", "@gitlab/web-ide": "0.0.1-dev-20221114183058",
- "@rails/actioncable": "6.1.4-7", - "@rails/actioncable": "6.1.4-7",
+ "@rails/actioncable": "link:/usr/share/nodejs/@rails/actioncable", + "@rails/actioncable": "link:/usr/share/nodejs/@rails/actioncable",
"@rails/ujs": "6.1.4-7", "@rails/ujs": "6.1.4-7",
"@sentry/browser": "5.30.0", "@sentry/browser": "5.30.0",
"@sourcegraph/code-host-integration": "0.0.60", "@sourcegraph/code-host-integration": "0.0.84",

View file

@ -1,6 +1,6 @@
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -48,6 +48,10 @@ @@ -49,6 +49,10 @@
"@_ueberdosis/prosemirror-tables": "^1.1.3", "@_ueberdosis/prosemirror-tables": "^1.1.3",
"@apollo/client": "^3.5.10", "@apollo/client": "^3.5.10",
"@babel/core": "link:/usr/share/nodejs/@babel/core", "@babel/core": "link:/usr/share/nodejs/@babel/core",

View file

@ -2,7 +2,7 @@ yaml from npm registry needs a newer nodejs than what is in bullseye
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -204,7 +204,7 @@ @@ -206,7 +206,7 @@
"webpack-stats-plugin": "^0.3.1", "webpack-stats-plugin": "^0.3.1",
"worker-loader": "^2.0.0", "worker-loader": "^2.0.0",
"xterm": "3.14.5", "xterm": "3.14.5",
@ -10,4 +10,4 @@ yaml from npm registry needs a newer nodejs than what is in bullseye
+ "yaml": "link:/usr/share/nodejs/yaml" + "yaml": "link:/usr/share/nodejs/yaml"
}, },
"devDependencies": { "devDependencies": {
}, },

View file

@ -1,6 +1,6 @@
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -141,7 +141,7 @@ @@ -143,7 +143,7 @@
"js-cookie": "^3.0.0", "js-cookie": "^3.0.0",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"jszip": "^3.1.3", "jszip": "^3.1.3",