mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changes: https://about.gitlab.com/releases/2025/03/20/gitlab-17-10-released/ Please follow upgrade manual: https://gitlab.com/mfechner/freebsd-gitlab-docu/-/blob/master/update/17.9-17.10-freebsd.md
243 lines
11 KiB
Text
243 lines
11 KiB
Text
--- Gemfile.orig 2025-03-19 10:41:02 UTC
|
|
+++ Gemfile
|
|
@@ -164,8 +164,8 @@ gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', fea
|
|
gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', feature_category: :shared
|
|
|
|
# GraphQL API
|
|
-gem 'graphql', '2.4.11', path: 'vendor/gems/graphql', feature_category: :api
|
|
-gem 'graphql-docs', '~> 5.0.0', group: [:development, :test], feature_category: :api
|
|
+gem 'graphql', '~> 2.4.11', path: 'vendor/gems/graphql', feature_category: :api
|
|
+#gem 'graphql-docs', '~> 5.0.0', group: [:development, :test], feature_category: :api
|
|
gem 'apollo_upload_server', '~> 2.1.6', feature_category: :api
|
|
gem 'graphlient', '~> 0.8.0', feature_category: :importers # Used by BulkImport feature (group::import)
|
|
|
|
@@ -217,7 +217,7 @@ gem 'google-cloud-storage', '~> 1.45.0', feature_categ
|
|
gem 'google-apis-storage_v1', '~> 0.29', feature_category: :shared
|
|
gem 'google-cloud-storage', '~> 1.45.0', feature_category: :shared
|
|
# We need >= 0.11.1 because that's when match_glob support is added to list_objects
|
|
-gem 'google-apis-core', '~> 0.11.0', '>= 0.11.1', feature_category: :shared
|
|
+gem 'google-apis-core', '~> 0.11', '>= 0.11.1', feature_category: :shared
|
|
gem 'google-apis-compute_v1', '~> 0.57.0', feature_category: :shared
|
|
gem 'google-apis-container_v1', '~> 0.43.0', feature_category: :shared
|
|
gem 'google-apis-container_v1beta1', '~> 0.43.0', feature_category: :shared
|
|
@@ -228,7 +228,7 @@ gem 'google-apis-androidpublisher_v3', '~> 0.34.0', fe
|
|
gem 'google-apis-sqladmin_v1beta4', '~> 0.41.0', feature_category: :shared
|
|
gem 'google-apis-androidpublisher_v3', '~> 0.34.0', feature_category: :shared
|
|
|
|
-gem 'googleauth', '~> 1.8.1', feature_category: :shared
|
|
+gem 'googleauth', '~> 1.8', feature_category: :shared
|
|
gem 'google-cloud-artifact_registry-v1', '~> 0.11.0', feature_category: :shared
|
|
gem 'google-cloud-compute-v1', '~> 2.6.0', feature_category: :shared
|
|
|
|
@@ -284,7 +284,7 @@ group :puma do
|
|
gem 'rack-timeout', '~> 0.7.0', require: 'rack/timeout/base', feature_category: :shared
|
|
|
|
group :puma do
|
|
- gem 'puma', '= 6.5.0', require: false, feature_category: :shared
|
|
+ gem 'puma', '~> 6.5', require: false, feature_category: :shared
|
|
gem 'sd_notify', '~> 0.1.0', require: false, feature_category: :shared
|
|
end
|
|
|
|
@@ -292,7 +292,7 @@ gem 'state_machines-activerecord', '~> 0.8.0', feature
|
|
gem 'state_machines-activerecord', '~> 0.8.0', feature_category: :shared
|
|
|
|
# Background jobs
|
|
-gem 'sidekiq', path: 'vendor/gems/sidekiq-7.2.4', require: 'sidekiq', feature_category: :scalability
|
|
+gem 'sidekiq', '~> 7.2.4', require: 'sidekiq', feature_category: :scalability
|
|
gem 'sidekiq-cron', '~> 1.12.0', feature_category: :scalability
|
|
gem 'gitlab-sidekiq-fetcher',
|
|
path: 'vendor/gems/sidekiq-reliable-fetch',
|
|
@@ -430,7 +430,7 @@ gem 'snowplow-tracker', '~> 0.8.0', feature_category:
|
|
gem 'snowplow-tracker', '~> 0.8.0', feature_category: :product_analytics
|
|
|
|
# Metrics
|
|
-gem 'webrick', '~> 1.8.1', require: false, feature_category: :shared
|
|
+gem 'webrick', '~> 1.8', require: false, feature_category: :shared
|
|
gem 'prometheus-client-mmap', '~> 1.2.8', require: 'prometheus/client', feature_category: :shared
|
|
|
|
# Event-driven reactor for Ruby
|
|
@@ -472,138 +472,15 @@ gem 'warning', '~> 1.5.0', feature_category: :shared
|
|
|
|
gem 'warning', '~> 1.5.0', feature_category: :shared
|
|
|
|
-group :development do
|
|
- gem 'lefthook', '~> 1.11.0', require: false, feature_category: :tooling
|
|
- gem 'rubocop', feature_category: :tooling
|
|
- gem 'solargraph', '~> 0.47.2', require: false, feature_category: :shared
|
|
-
|
|
- gem 'letter_opener_web', '~> 3.0.0', feature_category: :shared
|
|
- gem 'lookbook', '~> 2.3', feature_category: :shared
|
|
-
|
|
- # Better errors handler
|
|
- gem 'better_errors', '~> 2.10.1', feature_category: :shared
|
|
-
|
|
- gem 'sprite-factory', '~> 1.7', feature_category: :shared
|
|
-
|
|
- gem 'listen', '~> 3.7', feature_category: :shared
|
|
-
|
|
- gem 'ruby-lsp', "~> 0.23.0", require: false, feature_category: :tooling
|
|
-
|
|
- gem 'ruby-lsp-rails', "~> 0.3.6", feature_category: :tooling
|
|
-
|
|
- gem 'ruby-lsp-rspec', "~> 0.1.10", require: false, feature_category: :tooling
|
|
-
|
|
- gem 'gdk-toogle', '~> 0.9', '>= 0.9.5', require: 'toogle', feature_category: :tooling
|
|
-
|
|
- # Used by
|
|
- # * `lib/tasks/gitlab/security/update_banned_ssh_keys.rake`
|
|
- # * `lib/tasks/gitlab/db/migration_squash.rake`
|
|
- gem 'git', '~> 1.8', feature_category: :shared
|
|
-end
|
|
-
|
|
-group :development, :test do
|
|
- gem 'deprecation_toolkit', '~> 1.5.1', require: false, feature_category: :shared
|
|
- gem 'bullet', '~> 7.2.0', feature_category: :shared
|
|
- gem 'parser', '= 3.3.7.1', feature_category: :shared
|
|
- gem 'pry-byebug', feature_category: :shared
|
|
- gem 'pry-rails', '~> 0.3.9', feature_category: :shared
|
|
- gem 'pry-shell', '~> 0.6.4', feature_category: :shared
|
|
-
|
|
- gem 'awesome_print', require: false, feature_category: :shared
|
|
-
|
|
- gem 'database_cleaner-active_record', '~> 2.2.0', feature_category: :database
|
|
- gem 'rspec-rails', '~> 7.0.0', feature_category: :shared
|
|
- gem 'factory_bot_rails', '~> 6.4.3', feature_category: :tooling
|
|
-
|
|
- # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
|
|
- gem 'minitest', '~> 5.11.0', feature_category: :shared
|
|
-
|
|
- gem 'spring', '~> 4.1.0', feature_category: :shared
|
|
- gem 'spring-commands-rspec', '~> 1.0.4', feature_category: :shared
|
|
-
|
|
- gem 'gitlab-styles', '~> 13.1.0', feature_category: :tooling, require: false
|
|
- gem 'haml_lint', '~> 0.58', feature_category: :tooling
|
|
-
|
|
- # Benchmarking & profiling
|
|
- gem 'benchmark-ips', '~> 2.14.0', require: false, feature_category: :shared
|
|
- gem 'benchmark-memory', '~> 0.1', require: false, feature_category: :shared
|
|
-
|
|
- # Profiling data from CI/CD pipelines
|
|
- gem 'influxdb-client', '~> 3.1', require: false, feature_category: :tooling
|
|
-
|
|
- gem 'knapsack', '~> 4.0.0', feature_category: :tooling
|
|
- gem 'crystalball', '~> 0.7.0', require: false, feature_category: :tooling
|
|
- gem 'test_file_finder', '~> 0.3.1', feature_category: :tooling
|
|
-
|
|
- gem 'simple_po_parser', '~> 1.1.6', require: false, feature_category: :shared
|
|
-
|
|
- gem 'png_quantizator', '~> 0.2.1', require: false, feature_category: :shared
|
|
-
|
|
- gem 'parallel', '~> 1.19', require: false, feature_category: :shared
|
|
-
|
|
- gem 'sigdump', '~> 0.2.4', require: 'sigdump/setup', feature_category: :shared
|
|
-
|
|
- gem 'pact', '~> 1.64', feature_category: :shared
|
|
-
|
|
- # For now we only use vite in development / test, and not for production builds
|
|
- # See: https://gitlab.com/gitlab-org/frontend/rfcs/-/issues/106
|
|
- gem 'vite_rails', '~> 3.0.17', feature_category: :shared
|
|
- gem 'vite_ruby', '~> 3.9.0', feature_category: :shared
|
|
-
|
|
- gem 'gitlab-housekeeper', path: 'gems/gitlab-housekeeper', feature_category: :tooling
|
|
-end
|
|
-
|
|
group :development, :test, :danger do
|
|
gem 'gitlab-dangerfiles', '~> 4.8.0', require: false, feature_category: :tooling
|
|
end
|
|
|
|
-group :development, :test, :coverage do
|
|
- gem 'simplecov', '~> 0.22', require: false, feature_category: :tooling
|
|
- gem 'simplecov-lcov', '~> 0.8.0', require: false, feature_category: :tooling
|
|
- gem 'simplecov-cobertura', '~> 2.1.0', require: false, feature_category: :tooling
|
|
- gem 'undercover', '~> 0.6.0', require: false, feature_category: :tooling
|
|
-end
|
|
-
|
|
# Gems required in omnibus-gitlab pipeline
|
|
group :development, :test, :omnibus do
|
|
gem 'license_finder', '~> 7.0', require: false, feature_category: :shared
|
|
end
|
|
|
|
-# Gems required in various pipelines
|
|
-group :development, :test, :monorepo do
|
|
- gem 'gitlab-rspec', path: 'gems/gitlab-rspec', feature_category: :shared
|
|
- gem 'gitlab-rspec_flaky', path: 'gems/gitlab-rspec_flaky', feature_category: :tooling
|
|
-end
|
|
-
|
|
-group :test do
|
|
- gem 'rspec-retry', '~> 0.6.2', feature_category: :tooling
|
|
- gem 'rspec_profiling', '~> 0.0.9', feature_category: :tooling
|
|
- gem 'rspec-benchmark', '~> 0.6.0', feature_category: :tooling
|
|
- gem 'rspec-parameterized', '~> 1.0', '>= 1.0.2', require: false, feature_category: :tooling
|
|
- gem 'os', '~> 1.1', '>= 1.1.4', feature_category: :tooling
|
|
-
|
|
- gem 'capybara', '~> 3.40', feature_category: :test_platform
|
|
- gem 'capybara-screenshot', '~> 1.0.26', feature_category: :test_platform
|
|
- gem 'selenium-webdriver', '~> 4.21', '>= 4.21.1', feature_category: :test_platform
|
|
-
|
|
- gem 'graphlyte', '~> 1.0.0', feature_category: :shared
|
|
-
|
|
- gem 'shoulda-matchers', '~> 6.4.0', require: false, feature_category: :shared
|
|
- gem 'email_spec', '~> 2.3.0', feature_category: :shared
|
|
- gem 'webmock', '~> 3.25.0', feature_category: :shared
|
|
- gem 'rails-controller-testing', feature_category: :shared
|
|
- gem 'concurrent-ruby', '~> 1.1', feature_category: :shared
|
|
- gem 'test-prof', '~> 1.4.0', feature_category: :tooling
|
|
- gem 'rspec_junit_formatter', feature_category: :shared
|
|
- gem 'guard-rspec', feature_category: :shared
|
|
- gem 'axe-core-rspec', '~> 4.10.0', feature_category: :tooling
|
|
-
|
|
- # Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527
|
|
- gem 'derailed_benchmarks', require: false, feature_category: :shared
|
|
-
|
|
- gem 'gitlab_quality-test_tooling', '~> 2.8.0', require: false, feature_category: :tooling
|
|
-end
|
|
-
|
|
gem 'octokit', '~> 9.0', feature_category: :importers
|
|
# Needed by octokit: https://github.com/octokit/octokit.rb/pull/1688
|
|
gem 'faraday-multipart', '~> 1.0', feature_category: :importers
|
|
@@ -638,16 +515,16 @@ gem 'spamcheck', '~> 1.3.0', feature_category: :inside
|
|
gem 'spamcheck', '~> 1.3.0', feature_category: :insider_threat
|
|
|
|
# Gitaly GRPC protocol definitions
|
|
-gem 'gitaly', '~> 17.8.0', feature_category: :gitaly
|
|
+gem 'gitaly', '~> 17.8', feature_category: :gitaly
|
|
|
|
# KAS GRPC protocol definitions
|
|
-gem 'gitlab-kas-grpc', '~> 17.9.0.pre.rc2', feature_category: :deployment_management
|
|
+gem 'gitlab-kas-grpc', '~> 17.9', feature_category: :deployment_management
|
|
|
|
# Lock the version before issues below are resolved:
|
|
# https://gitlab.com/gitlab-org/gitlab/-/issues/473169#note_2028352939
|
|
# Or we can upgrade to a more recent version as long as we can confirm
|
|
# that it doesn't have the same issues.
|
|
-gem 'grpc', '= 1.63.0', feature_category: :shared
|
|
+gem 'grpc', '~> 1.63', feature_category: :shared
|
|
|
|
gem 'google-protobuf', '~> 3.25', '>= 3.25.3', feature_category: :shared
|
|
|
|
@@ -668,7 +545,7 @@ gem 'gitlab-net-dns', '~> 0.10.0', feature_category: :
|
|
gem 'gitlab-net-dns', '~> 0.10.0', feature_category: :shared
|
|
|
|
# Countries list
|
|
-gem 'countries', '~> 4.0.0', feature_category: :shared
|
|
+gem 'countries', '~> 4.0', feature_category: :shared
|
|
|
|
gem 'retriable', '~> 3.1.2', feature_category: :shared
|
|
|
|
@@ -749,10 +626,15 @@ gem 'duo_api', '~> 1.3', feature_category: :system_acc
|
|
|
|
gem 'duo_api', '~> 1.3', feature_category: :system_access
|
|
|
|
+gem 'parser'
|
|
+gem 'net-smtp'
|
|
+gem 'net-pop'
|
|
+gem 'psych', '~> 3.1'
|
|
+
|
|
gem 'gitlab-sdk', '~> 0.3.0', feature_category: :application_instrumentation
|
|
|
|
gem 'paper_trail', '~> 15.0', feature_category: :shared
|
|
|
|
-gem "i18n_data", "~> 0.13.1", feature_category: :system_access
|
|
+gem "i18n_data", "~> 0.13", feature_category: :system_access
|
|
|
|
gem "gitlab-cloud-connector", "~> 1.0.0", require: 'gitlab/cloud_connector', feature_category: :cloud_connector
|