|
|
|
@ -24,7 +24,7 @@ gem 'bundler-checksum', '~> 0.1.0', path: 'vendor/gems/bundler-checksum', requir
|
|
|
|
|
# https://gitlab.com/gitlab-org/gitlab/-/issues/375713
|
|
|
|
|
#
|
|
|
|
|
# See https://docs.gitlab.com/ee/development/gemfile.html#upgrade-rails for guidelines when upgrading Rails
|
|
|
|
|
gem 'rails', '~> 7.0.8.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'rails', '~> 7.0.8.4' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'activerecord-gitlab', path: 'gems/activerecord-gitlab' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
@ -49,12 +49,12 @@ gem 'responders', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'sprockets', '~> 3.7.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'view_component', '~> 3.11.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'view_component', '~> 3.12.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Supported DBs
|
|
|
|
|
gem 'pg', '~> 1.5.6' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'pg', '~> 1.5.6', feature_category: :database
|
|
|
|
|
|
|
|
|
|
gem 'neighbor', '~> 0.2.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'neighbor', '~> 0.3.2', feature_category: :duo_chat
|
|
|
|
|
|
|
|
|
|
gem 'rugged', '~> 1.6' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
@ -64,6 +64,9 @@ gem 'marginalia', '~> 1.11.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
# Authorization
|
|
|
|
|
gem 'declarative_policy', '~> 1.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# For source code paths mapping
|
|
|
|
|
gem 'coverband', '6.1.2', require: false, feature_category: :shared
|
|
|
|
|
|
|
|
|
|
# Authentication libraries
|
|
|
|
|
gem 'devise', '~> 4.9.3', feature_category: :system_access
|
|
|
|
|
gem 'devise-pbkdf2-encryptable', '~> 0.0.0', path: 'vendor/gems/devise-pbkdf2-encryptable' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
@ -75,17 +78,13 @@ gem 'ruby-saml', '~> 1.15.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth', '~> 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-auth0', '~> 3.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-azure-activedirectory-v2', '~> 2.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-azure-oauth2', '~> 0.0.9', path: 'vendor/gems/omniauth-azure-oauth2' # See gem README.md # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-dingtalk-oauth2', '~> 1.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-alicloud', '~> 3.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-facebook', '~> 4.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-github', '2.0.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-gitlab', '~> 4.0.0', path: 'vendor/gems/omniauth-gitlab' # See vendor/gems/omniauth-gitlab/README.md # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-google-oauth2', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-oauth2-generic', '~> 0.2.2' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-saml', '~> 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-shibboleth-redux', '~> 2.0', require: 'omniauth-shibboleth' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth-twitter', '~> 1.4' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/omniauth_crowd' # See vendor/gems/omniauth_crowd/README.md # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'omniauth_openid_connect', '~> 0.6.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
# Locked until Ruby 3.0 upgrade since upgrading will pull in an updated net-smtp gem.
|
|
|
|
@ -134,17 +133,17 @@ gem 'net-ldap', '~> 0.17.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# API
|
|
|
|
|
gem 'grape', '~> 2.0.0', feature_category: :api
|
|
|
|
|
gem 'grape-entity', '~> 0.10.2', feature_category: :api
|
|
|
|
|
gem 'grape-swagger', '~> 2.0.2', group: [:development, :test], feature_category: :api
|
|
|
|
|
gem 'grape-entity', '~> 1.0.1', feature_category: :api
|
|
|
|
|
gem 'grape-swagger', '~> 2.1.0', group: [:development, :test], feature_category: :api
|
|
|
|
|
gem 'grape-swagger-entity', '~> 0.5.1', group: [:development, :test], feature_category: :api
|
|
|
|
|
gem 'grape-path-helpers', '~> 2.0.1', feature_category: :api
|
|
|
|
|
gem 'rack-cors', '~> 2.0.1', require: 'rack/cors' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# GraphQL API
|
|
|
|
|
gem 'graphql', '~> 2.2.5', feature_category: :api
|
|
|
|
|
gem 'graphql', '~> 2.3.4', feature_category: :api
|
|
|
|
|
gem 'graphql-docs', '~> 4.0.0', group: [:development, :test], feature_category: :api
|
|
|
|
|
gem 'graphiql-rails', '~> 1.8.0', feature_category: :api
|
|
|
|
|
gem 'apollo_upload_server', '~> 2.1.5', feature_category: :api
|
|
|
|
|
gem 'apollo_upload_server', '~> 2.1.6', feature_category: :api
|
|
|
|
|
gem 'graphlient', '~> 0.6.0', feature_category: :importers # Used by BulkImport feature (group::import)
|
|
|
|
|
|
|
|
|
|
# Generate Fake data
|
|
|
|
@ -167,7 +166,7 @@ gem 'fog-aws', '~> 3.18' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
|
|
|
|
|
# Also see config/initializers/fog_core_patch.rb.
|
|
|
|
|
gem 'fog-core', '= 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'fog-google', '~> 1.19', require: 'fog/google' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'fog-google', '~> 1.24.1', require: 'fog/google' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'fog-local', '~> 0.8' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
# NOTE:
|
|
|
|
|
# the fog-aliyun gem since v0.4 pulls in aliyun-sdk transitively, which monkey-patches
|
|
|
|
@ -207,9 +206,9 @@ gem 'seed-fu', '~> 2.3.7' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'elasticsearch-model', '~> 7.2' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'elasticsearch-api', '7.13.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'aws-sdk-core', '~> 3.191.6' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'aws-sdk-core', '~> 3.197.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'aws-sdk-cloudformation', '~> 1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'aws-sdk-s3', '~> 1.146.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'aws-sdk-s3', '~> 1.151.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'faraday_middleware-aws-sigv4', '~>0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
@ -230,7 +229,7 @@ gem 'asciidoctor-kroki', '~> 0.8.0', require: false # rubocop:todo Gemfile/Missi
|
|
|
|
|
gem 'rouge', '~> 4.2.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'truncato', '~> 0.7.12' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'nokogiri', '~> 1.16' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'gitlab-glfm-markdown', '~> 0.0.14', feature_category: :team_planning
|
|
|
|
|
gem 'gitlab-glfm-markdown', '~> 0.0.17', feature_category: :team_planning
|
|
|
|
|
|
|
|
|
|
# Calendar rendering
|
|
|
|
|
gem 'icalendar' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
@ -256,9 +255,12 @@ gem 'state_machines-activerecord', '~> 0.8.0' # rubocop:todo Gemfile/MissingFeat
|
|
|
|
|
gem 'acts-as-taggable-on', '~> 10.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Background jobs
|
|
|
|
|
gem 'sidekiq', path: 'vendor/gems/sidekiq-7.1.6', require: 'sidekiq' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'sidekiq-cron', '~> 1.12.0', feature_category: :shared
|
|
|
|
|
gem 'gitlab-sidekiq-fetcher', path: 'vendor/gems/sidekiq-reliable-fetch', require: 'sidekiq-reliable-fetch' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'sidekiq', path: 'vendor/gems/sidekiq-7.1.6', require: 'sidekiq', feature_category: :scalability
|
|
|
|
|
gem 'sidekiq-cron', '~> 1.12.0', feature_category: :scalability
|
|
|
|
|
gem 'gitlab-sidekiq-fetcher',
|
|
|
|
|
path: 'vendor/gems/sidekiq-reliable-fetch',
|
|
|
|
|
require: 'sidekiq-reliable-fetch',
|
|
|
|
|
feature_category: :scalability
|
|
|
|
|
|
|
|
|
|
# Cron Parser
|
|
|
|
|
gem 'fugit', '~> 1.8.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
@ -277,7 +279,7 @@ gem 're2', '2.7.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Misc
|
|
|
|
|
|
|
|
|
|
gem 'semver_dialects', '~> 2.0', '>= 2.0.2', feature_category: :static_application_security_testing
|
|
|
|
|
gem 'semver_dialects', '~> 3.0', feature_category: :software_composition_analysis
|
|
|
|
|
gem 'version_sorter', '~> 2.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'csv_builder', path: 'gems/csv_builder' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
@ -288,13 +290,13 @@ gem 'js_regex', '~> 3.8' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'device_detector' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Redis
|
|
|
|
|
gem 'redis-namespace', '~> 1.10.0', feature_category: :redis
|
|
|
|
|
gem 'redis', '~> 5.0.0', feature_category: :redis
|
|
|
|
|
gem 'redis-clustering', '~> 5.0.0', feature_category: :redis
|
|
|
|
|
gem 'redis-namespace', '~> 1.11.0', feature_category: :redis
|
|
|
|
|
gem 'redis', '~> 5.2.0', feature_category: :redis
|
|
|
|
|
gem 'redis-clustering', '~> 5.2.0', feature_category: :redis
|
|
|
|
|
gem 'connection_pool', '~> 2.4' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Redis session store
|
|
|
|
|
gem 'redis-actionpack', '~> 5.4.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'redis-actionpack', '~> 5.4.0', feature_category: :redis
|
|
|
|
|
|
|
|
|
|
# Discord integration
|
|
|
|
|
gem 'discordrb-webhooks', '~> 3.5', require: false, feature_category: :integrations
|
|
|
|
@ -353,16 +355,15 @@ gem 'gon', '~> 6.4.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'request_store', '~> 1.5.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'base32', '~> 0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'gitlab-license', '~> 2.4', feature_category: :shared
|
|
|
|
|
gem 'gitlab-license', '~> 2.5', feature_category: :shared
|
|
|
|
|
|
|
|
|
|
# Protect against bruteforcing
|
|
|
|
|
gem 'rack-attack', '~> 6.7.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Sentry integration
|
|
|
|
|
gem 'sentry-raven', '~> 3.1', feature_category: :error_tracking
|
|
|
|
|
gem 'sentry-ruby', '~> 5.10.0', feature_category: :error_tracking
|
|
|
|
|
gem 'sentry-rails', '~> 5.10.0', feature_category: :error_tracking
|
|
|
|
|
gem 'sentry-sidekiq', '~> 5.10.0', feature_category: :error_tracking
|
|
|
|
|
gem 'sentry-ruby', '~> 5.17.3', feature_category: :error_tracking
|
|
|
|
|
gem 'sentry-rails', '~> 5.17.3', feature_category: :error_tracking
|
|
|
|
|
gem 'sentry-sidekiq', '~> 5.17.3', feature_category: :error_tracking
|
|
|
|
|
|
|
|
|
|
# PostgreSQL query parsing
|
|
|
|
|
#
|
|
|
|
@ -372,19 +373,18 @@ gem 'gitlab-schema-validation', path: 'gems/gitlab-schema-validation' # rubocop:
|
|
|
|
|
gem 'gitlab-http', path: 'gems/gitlab-http' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'premailer-rails', '~> 1.10.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'gitlab-labkit', '~> 0.35.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'gitlab-labkit', '~> 0.36.0', feature_category: :shared
|
|
|
|
|
gem 'thrift', '>= 0.16.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# I18n
|
|
|
|
|
gem 'rails-i18n', '~> 7.0', feature_category: :internationalization
|
|
|
|
|
gem 'rails-i18n', '~> 7.0', '>= 7.0.9', feature_category: :internationalization
|
|
|
|
|
gem 'gettext_i18n_rails', '~> 1.12.0', feature_category: :internationalization
|
|
|
|
|
gem 'gettext', '~> 3.4', '>= 3.4.9',
|
|
|
|
|
require: false,
|
|
|
|
|
group: [:development, :test],
|
|
|
|
|
feature_category: :internationalization
|
|
|
|
|
|
|
|
|
|
gem 'batch-loader', '~> 2.0.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'batch-loader', '~> 2.0.5' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Perf bar
|
|
|
|
|
gem 'peek', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
@ -399,6 +399,36 @@ gem 'snowplow-tracker', '~> 0.8.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'webrick', '~> 1.8.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'prometheus-client-mmap', '~> 1.1', '>= 1.1.1', require: 'prometheus/client' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# OpenTelemetry
|
|
|
|
|
group :opentelemetry do
|
|
|
|
|
# Core OpenTelemetry gems
|
|
|
|
|
gem 'opentelemetry-sdk', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-exporter-otlp', feature_category: :tooling
|
|
|
|
|
|
|
|
|
|
# OpenTelemetry gems selected from full set in `opentelemetry-instrumentation-all` metagem
|
|
|
|
|
gem 'opentelemetry-instrumentation-active_support', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-action_pack', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-active_job', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-active_record', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-action_view', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-aws_sdk', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-http', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-concurrent_ruby', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-ethon', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-excon', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-faraday', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-grape', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-graphql', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-http_client', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-net_http', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-pg', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-rack', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-rails', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-rake', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-redis', feature_category: :tooling
|
|
|
|
|
gem 'opentelemetry-instrumentation-sidekiq', feature_category: :tooling
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
gem 'warning', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
group :development do
|
|
|
|
@ -407,7 +437,7 @@ group :development do
|
|
|
|
|
gem 'solargraph', '~> 0.47.2', require: false # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'letter_opener_web', '~> 2.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'lookbook', '~> 2.2', '>= 2.2.2' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'lookbook', '~> 2.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Better errors handler
|
|
|
|
|
gem 'better_errors', '~> 2.10.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
@ -416,19 +446,20 @@ group :development do
|
|
|
|
|
|
|
|
|
|
gem 'listen', '~> 3.7' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'ruby-lsp', "~> 0.14.6", require: false, feature_category: :tooling
|
|
|
|
|
gem 'ruby-lsp', "~> 0.16.7", require: false, feature_category: :tooling
|
|
|
|
|
|
|
|
|
|
gem 'ruby-lsp-rails', "~> 0.3.3", 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', require: 'toogle', feature_category: :tooling
|
|
|
|
|
gem 'gdk-toogle', '~> 0.9', '>= 0.9.5', require: 'toogle', feature_category: :tooling
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
group :development, :test do
|
|
|
|
|
gem 'deprecation_toolkit', '~> 1.5.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'bullet', '~> 7.1.2' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'parser', '~> 3.3', '>= 3.3.0.5' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
# Locked on 3.3.0.5 until inspec-core is updated in Omnibus: https://github.com/inspec/inspec/pull/7030
|
|
|
|
|
gem 'parser', '= 3.3.0.5', feature_category: :shared
|
|
|
|
|
gem 'pry-byebug' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'pry-rails', '~> 0.3.9' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'pry-shell', '~> 0.6.4' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
@ -436,8 +467,8 @@ group :development, :test do
|
|
|
|
|
gem 'awesome_print', require: false # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'database_cleaner-active_record', '~> 2.1.0', feature_category: :database
|
|
|
|
|
gem 'factory_bot_rails', '~> 6.4.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'rspec-rails', '~> 6.1.1', 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' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
@ -445,8 +476,8 @@ group :development, :test do
|
|
|
|
|
gem 'spring', '~> 4.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'spring-commands-rspec', '~> 1.0.4' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'gitlab-styles', '~> 11.0.0', feature_category: :tooling
|
|
|
|
|
gem 'haml_lint', '~> 0.53', feature_category: :tooling
|
|
|
|
|
gem 'gitlab-styles', '~> 12.0.1', feature_category: :tooling
|
|
|
|
|
gem 'haml_lint', '~> 0.58', feature_category: :tooling
|
|
|
|
|
|
|
|
|
|
gem 'bundler-audit', '~> 0.9.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
@ -455,7 +486,7 @@ group :development, :test do
|
|
|
|
|
gem 'benchmark-memory', '~> 0.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Profiling data from CI/CD pipelines
|
|
|
|
|
gem 'influxdb-client', '~> 2.9', require: false # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'influxdb-client', '~> 3.1', require: false, feature_category: :tooling
|
|
|
|
|
|
|
|
|
|
gem 'knapsack', '~> 1.22.0', feature_category: :tooling
|
|
|
|
|
gem 'crystalball', '~> 0.7.0', require: false, feature_category: :tooling
|
|
|
|
@ -506,12 +537,12 @@ 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', require: false, 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' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'capybara-screenshot', '~> 1.0.26' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'selenium-webdriver', '~> 4.19' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'selenium-webdriver', '~> 4.21', '>= 4.21.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'graphlyte', '~> 1.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
@ -520,7 +551,7 @@ group :test do
|
|
|
|
|
gem 'webmock', '~> 3.23.0', feature_category: :shared
|
|
|
|
|
gem 'rails-controller-testing' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'concurrent-ruby', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'test-prof', '~> 1.3.2', feature_category: :tooling
|
|
|
|
|
gem 'test-prof', '~> 1.3.3', feature_category: :tooling
|
|
|
|
|
gem 'rspec_junit_formatter' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'guard-rspec' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'axe-core-rspec', '~> 4.9.0', feature_category: :tooling
|
|
|
|
@ -528,7 +559,7 @@ group :test do
|
|
|
|
|
# Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527
|
|
|
|
|
gem 'derailed_benchmarks', require: false # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
gem 'gitlab_quality-test_tooling', '~> 1.21.1', require: false, feature_category: :tooling
|
|
|
|
|
gem 'gitlab_quality-test_tooling', '~> 1.28.0', require: false, feature_category: :tooling
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
gem 'octokit', '~> 8.1', feature_category: :importers
|
|
|
|
@ -563,12 +594,12 @@ gem 'ssh_data', '~> 1.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'spamcheck', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# Gitaly GRPC protocol definitions
|
|
|
|
|
gem 'gitaly', '~> 16.11.0.pre.rc1', feature_category: :gitaly
|
|
|
|
|
gem 'gitaly', '~> 17.0.1', feature_category: :gitaly
|
|
|
|
|
|
|
|
|
|
# KAS GRPC protocol definitions
|
|
|
|
|
gem 'kas-grpc', '~> 0.4.0', feature_category: :deployment_management
|
|
|
|
|
gem 'kas-grpc', '~> 0.5.0', feature_category: :deployment_management
|
|
|
|
|
|
|
|
|
|
gem 'grpc', '~> 1.60.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
gem 'grpc', '~> 1.63', feature_category: :shared
|
|
|
|
|
|
|
|
|
|
gem 'google-protobuf', '~> 3.25', '>= 3.25.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
@ -657,9 +688,10 @@ gem 'telesignenterprise', '~> 2.2' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
# BufferedIO patch
|
|
|
|
|
# Updating this version will require updating scripts/allowed_warnings.txt
|
|
|
|
|
gem 'net-protocol', '~> 0.1.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
# Lock this until we make DNS rebinding work with the updated net-http:
|
|
|
|
|
# https://gitlab.com/gitlab-org/gitlab/-/issues/413528
|
|
|
|
|
gem 'net-http', '= 0.1.1' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|
# This is locked to 0.4.1 because we patch Net::HTTP#connect in
|
|
|
|
|
# gems/gitlab-http/lib/net_http/connect_patch.rb.
|
|
|
|
|
gem 'net-http', '= 0.4.1', feature_category: :shared
|
|
|
|
|
|
|
|
|
|
gem 'duo_api', '~> 1.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
|
|
|
|
|
|