1 # frozen_string_literal: true
3 source 'https://rubygems.org'
5 if ENV.fetch('BUNDLER_CHECKSUM_VERIFICATION_OPT_IN', 'false') != 'false' # this verification is still experimental
6 $LOAD_PATH.unshift(File.expand_path("vendor/gems/bundler-checksum/lib", __dir__))
7 require 'bundler-checksum'
11 # Please see https://docs.gitlab.com/ee/development/feature_categorization/#gemfile
12 ignore_feature_category = Module.new do
13 def gem(*arguments, feature_category: nil, **keyword_arguments) # rubocop:disable Lint/UnusedMethodArgument
14 super(*arguments, **keyword_arguments)
18 extend ignore_feature_category
20 gem 'bundler-checksum', '~> 0.1.0', path: 'vendor/gems/bundler-checksum', require: false # rubocop:todo Gemfile/MissingFeatureCategory
22 # NOTE: When incrementing the major or minor version here, also increment activerecord_version
23 # in vendor/gems/attr_encrypted/attr_encrypted.gemspec until we resolve
24 # https://gitlab.com/gitlab-org/gitlab/-/issues/375713
26 # See https://docs.gitlab.com/ee/development/gemfile.html#upgrade-rails for guidelines when upgrading Rails
27 gem 'rails', '~> 7.0.8.1' # rubocop:todo Gemfile/MissingFeatureCategory
29 gem 'activerecord-gitlab', path: 'gems/activerecord-gitlab' # rubocop:todo Gemfile/MissingFeatureCategory
31 gem 'bootsnap', '~> 1.18.3', require: false # rubocop:todo Gemfile/MissingFeatureCategory
33 gem 'openssl', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
34 gem 'ipaddr', '~> 1.2.5' # rubocop:todo Gemfile/MissingFeatureCategory
36 gem 'gitlab-safe_request_store', path: 'gems/gitlab-safe_request_store' # rubocop:todo Gemfile/MissingFeatureCategory
38 # GitLab Monorepo Gems
40 gem 'gitlab-utils', path: 'gems/gitlab-utils' # rubocop:todo Gemfile/MissingFeatureCategory
43 gem 'gitlab-backup-cli', path: 'gems/gitlab-backup-cli', require: 'gitlab/backup/cli', feature_category: :backup_restore
45 gem 'gitlab-secret_detection', path: 'gems/gitlab-secret_detection', feature_category: :secret_detection
47 # Responders respond_to and respond_with
48 gem 'responders', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
50 gem 'sprockets', '~> 3.7.0' # rubocop:todo Gemfile/MissingFeatureCategory
52 gem 'view_component', '~> 3.11.0' # rubocop:todo Gemfile/MissingFeatureCategory
55 gem 'pg', '~> 1.5.6' # rubocop:todo Gemfile/MissingFeatureCategory
57 gem 'neighbor', '~> 0.2.3' # rubocop:todo Gemfile/MissingFeatureCategory
59 gem 'rugged', '~> 1.6' # rubocop:todo Gemfile/MissingFeatureCategory
61 gem 'faraday', '~> 1.0' # rubocop:todo Gemfile/MissingFeatureCategory
62 gem 'marginalia', '~> 1.11.1' # rubocop:todo Gemfile/MissingFeatureCategory
65 gem 'declarative_policy', '~> 1.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
67 # Authentication libraries
68 gem 'devise', '~> 4.9.3', feature_category: :system_access
69 gem 'devise-pbkdf2-encryptable', '~> 0.0.0', path: 'vendor/gems/devise-pbkdf2-encryptable' # rubocop:todo Gemfile/MissingFeatureCategory
70 gem 'bcrypt', '~> 3.1', '>= 3.1.14' # rubocop:todo Gemfile/MissingFeatureCategory
71 gem 'doorkeeper', '~> 5.6', '>= 5.6.6' # rubocop:todo Gemfile/MissingFeatureCategory
72 gem 'doorkeeper-openid_connect', '~> 1.8', '>= 1.8.7' # rubocop:todo Gemfile/MissingFeatureCategory
73 gem 'rexml', '~> 3.2.6' # rubocop:todo Gemfile/MissingFeatureCategory
74 gem 'ruby-saml', '~> 1.15.0' # rubocop:todo Gemfile/MissingFeatureCategory
75 gem 'omniauth', '~> 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
76 gem 'omniauth-auth0', '~> 3.1' # rubocop:todo Gemfile/MissingFeatureCategory
77 gem 'omniauth-azure-activedirectory-v2', '~> 2.0' # rubocop:todo Gemfile/MissingFeatureCategory
78 gem 'omniauth-azure-oauth2', '~> 0.0.9', path: 'vendor/gems/omniauth-azure-oauth2' # See gem README.md # rubocop:todo Gemfile/MissingFeatureCategory
79 gem 'omniauth-dingtalk-oauth2', '~> 1.0' # rubocop:todo Gemfile/MissingFeatureCategory
80 gem 'omniauth-alicloud', '~> 3.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
81 gem 'omniauth-facebook', '~> 4.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
82 gem 'omniauth-github', '2.0.1' # rubocop:todo Gemfile/MissingFeatureCategory
83 gem 'omniauth-gitlab', '~> 4.0.0', path: 'vendor/gems/omniauth-gitlab' # See vendor/gems/omniauth-gitlab/README.md # rubocop:todo Gemfile/MissingFeatureCategory
84 gem 'omniauth-google-oauth2', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory
85 gem 'omniauth-oauth2-generic', '~> 0.2.2' # rubocop:todo Gemfile/MissingFeatureCategory
86 gem 'omniauth-saml', '~> 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
87 gem 'omniauth-shibboleth-redux', '~> 2.0', require: 'omniauth-shibboleth' # rubocop:todo Gemfile/MissingFeatureCategory
88 gem 'omniauth-twitter', '~> 1.4' # rubocop:todo Gemfile/MissingFeatureCategory
89 gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/omniauth_crowd' # See vendor/gems/omniauth_crowd/README.md # rubocop:todo Gemfile/MissingFeatureCategory
90 gem 'omniauth_openid_connect', '~> 0.6.1' # rubocop:todo Gemfile/MissingFeatureCategory
91 # Locked until Ruby 3.0 upgrade since upgrading will pull in an updated net-smtp gem.
92 # See https://docs.gitlab.com/ee/development/emails.html#rationale.
93 gem 'openid_connect', '= 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
94 gem 'omniauth-salesforce', '~> 1.0.5', path: 'vendor/gems/omniauth-salesforce' # See gem README.md # rubocop:todo Gemfile/MissingFeatureCategory
95 gem 'omniauth-atlassian-oauth2', '~> 0.2.0' # rubocop:todo Gemfile/MissingFeatureCategory
96 gem 'rack-oauth2', '~> 1.21.3' # rubocop:todo Gemfile/MissingFeatureCategory
97 gem 'jwt', '~> 2.5' # rubocop:todo Gemfile/MissingFeatureCategory
99 # Kerberos authentication. EE-only
100 gem 'gssapi', '~> 1.3.1', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory
101 gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory
103 # Spam and anti-bot protection
104 gem 'recaptcha', '~> 5.12', require: 'recaptcha/rails' # rubocop:todo Gemfile/MissingFeatureCategory
105 gem 'akismet', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
106 gem 'invisible_captcha', '~> 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
108 # Two-factor authentication
109 gem 'devise-two-factor', '~> 4.1.1' # rubocop:todo Gemfile/MissingFeatureCategory
110 gem 'rqrcode', '~> 2.0', feature_category: :system_access
112 gem 'attr_encrypted', '~> 3.2.4', path: 'vendor/gems/attr_encrypted' # rubocop:todo Gemfile/MissingFeatureCategory
115 gem 'validates_hostname', '~> 1.0.13' # rubocop:todo Gemfile/MissingFeatureCategory
116 gem 'rubyzip', '~> 2.3.2', require: 'zip' # rubocop:todo Gemfile/MissingFeatureCategory
117 # GitLab Pages letsencrypt support
118 gem 'acme-client', '~> 2.0' # rubocop:todo Gemfile/MissingFeatureCategory
121 gem 'browser', '~> 5.3.1' # rubocop:todo Gemfile/MissingFeatureCategory
123 # OS detection for usage ping
124 gem 'ohai', '~> 18.1' # rubocop:todo Gemfile/MissingFeatureCategory
127 gem 'gpgme', '~> 2.0.23' # rubocop:todo Gemfile/MissingFeatureCategory
130 # GitLab fork with several improvements to original library. For full list of changes
131 # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
132 gem 'gitlab_omniauth-ldap', '~> 2.2.0', require: 'omniauth-ldap' # rubocop:todo Gemfile/MissingFeatureCategory
133 gem 'net-ldap', '~> 0.17.1' # rubocop:todo Gemfile/MissingFeatureCategory
136 gem 'grape', '~> 2.0.0', feature_category: :api
137 gem 'grape-entity', '~> 0.10.2', feature_category: :api
138 gem 'grape-swagger', '~> 2.0.1', group: [:development, :test], feature_category: :api
139 gem 'grape-swagger-entity', '~> 0.5.1', group: [:development, :test], feature_category: :api
140 gem 'grape-path-helpers', '~> 2.0.1', feature_category: :api
141 gem 'rack-cors', '~> 2.0.1', require: 'rack/cors' # rubocop:todo Gemfile/MissingFeatureCategory
144 gem 'graphql', '~> 2.2.5', feature_category: :api
145 gem 'graphql-docs', '~> 4.0.0', group: [:development, :test], feature_category: :api
146 gem 'graphiql-rails', '~> 1.8.0', feature_category: :api
147 gem 'apollo_upload_server', '~> 2.1.5', feature_category: :api
148 gem 'graphlient', '~> 0.6.0', feature_category: :importers # Used by BulkImport feature (group::import)
151 gem 'ffaker', '~> 2.23' # rubocop:todo Gemfile/MissingFeatureCategory
153 gem 'hashie', '~> 5.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
156 gem 'kaminari', '~> 1.2.2' # rubocop:todo Gemfile/MissingFeatureCategory
159 gem 'hamlit', '~> 2.15.0' # rubocop:todo Gemfile/MissingFeatureCategory
162 gem 'carrierwave', '~> 1.3' # rubocop:todo Gemfile/MissingFeatureCategory
163 gem 'mini_magick', '~> 4.10.1' # rubocop:todo Gemfile/MissingFeatureCategory
166 gem 'fog-aws', '~> 3.18' # rubocop:todo Gemfile/MissingFeatureCategory
167 # Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
168 # Also see config/initializers/fog_core_patch.rb.
169 gem 'fog-core', '= 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
170 gem 'fog-google', '~> 1.19', require: 'fog/google' # rubocop:todo Gemfile/MissingFeatureCategory
171 gem 'fog-local', '~> 0.8' # rubocop:todo Gemfile/MissingFeatureCategory
173 # the fog-aliyun gem since v0.4 pulls in aliyun-sdk transitively, which monkey-patches
174 # the rest-client gem to drop the Content-Length header field for chunked transfers,
175 # which may have knock-on effects on other features using `RestClient`.
176 # We may want to update this dependency if this is ever addressed upstream, e.g. via
177 # https://github.com/aliyun/aliyun-oss-ruby-sdk/pull/93
178 gem 'fog-aliyun', '~> 0.4' # rubocop:todo Gemfile/MissingFeatureCategory
179 gem 'gitlab-fog-azure-rm', '~> 1.8.0', require: 'fog/azurerm' # rubocop:todo Gemfile/MissingFeatureCategory
183 # Need this specific version of google-apis-storage_v1 so that fog-google will utilize the updated list_objects with
184 # match_glob support in google-apis-core 0.11.1. Because of this we also have to bump google-cloud-storage to 1.45.0.
185 gem 'google-apis-storage_v1', '~> 0.29' # rubocop:todo Gemfile/MissingFeatureCategory
186 gem 'google-cloud-storage', '~> 1.45.0' # rubocop:todo Gemfile/MissingFeatureCategory
187 # We need >= 0.11.1 because that's when match_glob support is added to list_objects
188 gem 'google-apis-core', '~> 0.11.0', '>= 0.11.1' # rubocop:todo Gemfile/MissingFeatureCategory
189 gem 'google-apis-compute_v1', '~> 0.57.0' # rubocop:todo Gemfile/MissingFeatureCategory
190 gem 'google-apis-container_v1', '~> 0.43.0' # rubocop:todo Gemfile/MissingFeatureCategory
191 gem 'google-apis-container_v1beta1', '~> 0.43.0' # rubocop:todo Gemfile/MissingFeatureCategory
192 gem 'google-apis-cloudbilling_v1', '~> 0.21.0' # rubocop:todo Gemfile/MissingFeatureCategory
193 gem 'google-apis-cloudresourcemanager_v1', '~> 0.31.0' # rubocop:todo Gemfile/MissingFeatureCategory
194 gem 'google-apis-iam_v1', '~> 0.36.0' # rubocop:todo Gemfile/MissingFeatureCategory
195 gem 'google-apis-serviceusage_v1', '~> 0.28.0' # rubocop:todo Gemfile/MissingFeatureCategory
196 gem 'google-apis-sqladmin_v1beta4', '~> 0.41.0' # rubocop:todo Gemfile/MissingFeatureCategory
197 gem 'google-apis-androidpublisher_v3', '~> 0.34.0' # rubocop:todo Gemfile/MissingFeatureCategory
199 gem 'googleauth', '~> 1.8.1', feature_category: :shared
200 gem 'google-cloud-artifact_registry-v1', '~> 0.11.0', feature_category: :shared
201 gem 'google-cloud-compute-v1', '~> 2.6.0', feature_category: :shared
204 gem 'seed-fu', '~> 2.3.7' # rubocop:todo Gemfile/MissingFeatureCategory
207 gem 'elasticsearch-model', '~> 7.2' # rubocop:todo Gemfile/MissingFeatureCategory
208 gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation' # rubocop:todo Gemfile/MissingFeatureCategory
209 gem 'elasticsearch-api', '7.13.3' # rubocop:todo Gemfile/MissingFeatureCategory
210 gem 'aws-sdk-core', '~> 3.191.3' # rubocop:todo Gemfile/MissingFeatureCategory
211 gem 'aws-sdk-cloudformation', '~> 1' # rubocop:todo Gemfile/MissingFeatureCategory
212 gem 'aws-sdk-s3', '~> 1.144.0' # rubocop:todo Gemfile/MissingFeatureCategory
213 gem 'faraday_middleware-aws-sigv4', '~>0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
214 gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections # rubocop:todo Gemfile/MissingFeatureCategory
216 # Markdown and HTML processing
217 gem 'html-pipeline', '~> 2.14.3', feature_category: :team_planning
218 gem 'deckar01-task_list', '2.3.4', feature_category: :team_planning
219 gem 'gitlab-markup', '~> 1.9.0', require: 'github/markup' # rubocop:todo Gemfile/MissingFeatureCategory
220 gem 'commonmarker', '~> 0.23.10', feature_category: :team_planning
221 gem 'kramdown', '~> 2.3.1' # rubocop:todo Gemfile/MissingFeatureCategory
222 gem 'RedCloth', '~> 4.3.3' # rubocop:todo Gemfile/MissingFeatureCategory
223 gem 'org-ruby', '~> 0.9.12' # rubocop:todo Gemfile/MissingFeatureCategory
224 gem 'creole', '~> 0.5.0' # rubocop:todo Gemfile/MissingFeatureCategory
225 gem 'wikicloth', '0.8.1' # rubocop:todo Gemfile/MissingFeatureCategory
226 gem 'asciidoctor', '~> 2.0.18' # rubocop:todo Gemfile/MissingFeatureCategory
227 gem 'asciidoctor-include-ext', '~> 0.4.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
228 gem 'asciidoctor-plantuml', '~> 0.0.16' # rubocop:todo Gemfile/MissingFeatureCategory
229 gem 'asciidoctor-kroki', '~> 0.8.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
230 gem 'rouge', '~> 4.2.0' # rubocop:todo Gemfile/MissingFeatureCategory
231 gem 'truncato', '~> 0.7.12' # rubocop:todo Gemfile/MissingFeatureCategory
232 gem 'nokogiri', '~> 1.16' # rubocop:todo Gemfile/MissingFeatureCategory
233 gem 'gitlab-glfm-markdown', '~> 0.0.13', feature_category: :team_planning
236 gem 'icalendar' # rubocop:todo Gemfile/MissingFeatureCategory
239 gem 'diffy', '~> 3.4' # rubocop:todo Gemfile/MissingFeatureCategory
240 gem 'diff_match_patch', '~> 0.1.0', path: 'vendor/gems/diff_match_patch', feature_category: :team_planning
243 gem 'rack', '~> 2.2.8.1' # rubocop:todo Gemfile/MissingFeatureCategory
244 # https://github.com/zombocom/rack-timeout/blob/master/README.md#rails-apps-manually
245 gem 'rack-timeout', '~> 0.6.3', require: 'rack/timeout/base' # rubocop:todo Gemfile/MissingFeatureCategory
248 gem 'puma', '= 6.4.0', require: false, feature_category: :shared
249 gem 'sd_notify', '~> 0.1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
253 gem 'state_machines-activerecord', '~> 0.8.0' # rubocop:todo Gemfile/MissingFeatureCategory
256 gem 'acts-as-taggable-on', '~> 10.0' # rubocop:todo Gemfile/MissingFeatureCategory
259 gem 'sidekiq', path: 'vendor/gems/sidekiq-7.1.6', require: 'sidekiq' # rubocop:todo Gemfile/MissingFeatureCategory
260 gem 'sidekiq-cron', '~> 1.12.0', feature_category: :shared
261 gem 'gitlab-sidekiq-fetcher', path: 'vendor/gems/sidekiq-reliable-fetch', require: 'sidekiq-reliable-fetch' # rubocop:todo Gemfile/MissingFeatureCategory
264 gem 'fugit', '~> 1.8.1' # rubocop:todo Gemfile/MissingFeatureCategory
267 gem 'httparty', '~> 0.21.0' # rubocop:todo Gemfile/MissingFeatureCategory
269 # Colored output to console
270 gem 'rainbow', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
273 gem 'ruby-progressbar', '~> 1.10' # rubocop:todo Gemfile/MissingFeatureCategory
275 # Linear-time regex library for untrusted regular expressions
276 gem 're2', '2.7.0' # rubocop:todo Gemfile/MissingFeatureCategory
280 gem 'semver_dialects', '~> 2.0', feature_category: :static_application_security_testing
281 gem 'version_sorter', '~> 2.3' # rubocop:todo Gemfile/MissingFeatureCategory
282 gem 'csv_builder', path: 'gems/csv_builder' # rubocop:todo Gemfile/MissingFeatureCategory
284 # Export Ruby Regex to Javascript
285 gem 'js_regex', '~> 3.8' # rubocop:todo Gemfile/MissingFeatureCategory
288 gem 'device_detector' # rubocop:todo Gemfile/MissingFeatureCategory
291 gem 'redis-namespace', '~> 1.10.0', feature_category: :redis
292 gem 'redis', '~> 5.0.0', feature_category: :redis
293 gem 'redis-clustering', '~> 5.0.0', feature_category: :redis
294 gem 'connection_pool', '~> 2.4' # rubocop:todo Gemfile/MissingFeatureCategory
296 # Redis session store
297 gem 'redis-actionpack', '~> 5.4.0' # rubocop:todo Gemfile/MissingFeatureCategory
299 # Discord integration
300 gem 'discordrb-webhooks', '~> 3.5', require: false, feature_category: :integrations
303 gem 'jira-ruby', '~> 2.3.0', feature_category: :integrations
304 gem 'atlassian-jwt', '~> 0.2.1', feature_category: :integrations
307 gem 'slack-messenger', '~> 2.3.4', feature_category: :integrations
309 # FogBugz integration
310 gem 'ruby-fogbugz', '~> 0.3.0', feature_category: :importers
312 # Kubernetes integration
313 gem 'kubeclient', '~> 4.11.0' # rubocop:todo Gemfile/MissingFeatureCategory
316 gem 'ruby-openai', '~> 3.7' # rubocop:todo Gemfile/MissingFeatureCategory
317 gem 'circuitbox', '2.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
319 # Sanitize user input
320 gem 'sanitize', '~> 6.0.2' # rubocop:todo Gemfile/MissingFeatureCategory
321 gem 'babosa', '~> 2.0' # rubocop:todo Gemfile/MissingFeatureCategory
323 # Sanitizes SVG input
324 gem 'loofah', '~> 2.22.0' # rubocop:todo Gemfile/MissingFeatureCategory
326 # Used to provide license templates
327 gem 'licensee', '~> 9.16' # rubocop:todo Gemfile/MissingFeatureCategory
329 # Detect and convert string character encoding
330 gem 'charlock_holmes', '~> 0.7.7' # rubocop:todo Gemfile/MissingFeatureCategory
332 # Detect mime content type from content
333 gem 'ruby-magic', '~> 0.6' # rubocop:todo Gemfile/MissingFeatureCategory
336 gem 'fast_blank', '~> 1.0.1' # rubocop:todo Gemfile/MissingFeatureCategory
338 # Parse time & duration
339 gem 'gitlab-chronic', '~> 0.10.5' # rubocop:todo Gemfile/MissingFeatureCategory
340 gem 'gitlab_chronic_duration', '~> 0.12' # rubocop:todo Gemfile/MissingFeatureCategory
342 gem 'rack-proxy', '~> 0.7.7' # rubocop:todo Gemfile/MissingFeatureCategory
344 gem 'cssbundling-rails', '1.4.0', feature_category: :shared
345 gem 'terser', '1.0.2' # rubocop:todo Gemfile/MissingFeatureCategory
347 gem 'click_house-client', path: 'gems/click_house-client', require: 'click_house/client' # rubocop:todo Gemfile/MissingFeatureCategory
348 gem 'addressable', '~> 2.8' # rubocop:todo Gemfile/MissingFeatureCategory
349 gem 'tanuki_emoji', '~> 0.9' # rubocop:todo Gemfile/MissingFeatureCategory
350 gem 'gon', '~> 6.4.0' # rubocop:todo Gemfile/MissingFeatureCategory
351 gem 'request_store', '~> 1.5.1' # rubocop:todo Gemfile/MissingFeatureCategory
352 gem 'base32', '~> 0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
354 gem 'gitlab-license', '~> 2.4', feature_category: :shared
356 # Protect against bruteforcing
357 gem 'rack-attack', '~> 6.7.0' # rubocop:todo Gemfile/MissingFeatureCategory
360 gem 'sentry-raven', '~> 3.1', feature_category: :error_tracking
361 gem 'sentry-ruby', '~> 5.10.0', feature_category: :error_tracking
362 gem 'sentry-rails', '~> 5.10.0', feature_category: :error_tracking
363 gem 'sentry-sidekiq', '~> 5.10.0', feature_category: :error_tracking
365 # PostgreSQL query parsing
367 gem 'pg_query', '~> 5.1.0', feature_category: :database
369 gem 'gitlab-schema-validation', path: 'gems/gitlab-schema-validation' # rubocop:todo Gemfile/MissingFeatureCategory
370 gem 'gitlab-http', path: 'gems/gitlab-http' # rubocop:todo Gemfile/MissingFeatureCategory
372 gem 'premailer-rails', '~> 1.10.3' # rubocop:todo Gemfile/MissingFeatureCategory
374 gem 'gitlab-labkit', '~> 0.35.1' # rubocop:todo Gemfile/MissingFeatureCategory
375 gem 'thrift', '>= 0.16.0' # rubocop:todo Gemfile/MissingFeatureCategory
378 gem 'rails-i18n', '~> 7.0', feature_category: :internationalization
379 gem 'gettext_i18n_rails', '~> 1.11.0', feature_category: :internationalization
380 gem 'gettext', '~> 3.4', '>= 3.4.9',
382 group: [:development, :test],
383 feature_category: :internationalization
385 gem 'batch-loader', '~> 2.0.1' # rubocop:todo Gemfile/MissingFeatureCategory
388 gem 'peek', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory
390 # Google Cloud Profiler support
391 gem 'cloud_profiler_agent', '~> 0.0.0', path: 'vendor/gems/cloud_profiler_agent', require: false # rubocop:todo Gemfile/MissingFeatureCategory
393 # Snowplow events tracking
394 gem 'snowplow-tracker', '~> 0.8.0' # rubocop:todo Gemfile/MissingFeatureCategory
397 gem 'webrick', '~> 1.8.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
398 gem 'prometheus-client-mmap', '~> 1.1', '>= 1.1.1', require: 'prometheus/client' # rubocop:todo Gemfile/MissingFeatureCategory
400 gem 'warning', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
402 group :development do
403 gem 'lefthook', '~> 1.5.6', require: false, feature_category: :tooling
404 gem 'rubocop', feature_category: :tooling
405 gem 'solargraph', '~> 0.47.2', require: false # rubocop:todo Gemfile/MissingFeatureCategory
407 gem 'letter_opener_web', '~> 2.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
408 gem 'lookbook', '~> 2.2' # rubocop:todo Gemfile/MissingFeatureCategory
410 # Better errors handler
411 gem 'better_errors', '~> 2.10.1' # rubocop:todo Gemfile/MissingFeatureCategory
413 gem 'sprite-factory', '~> 1.7' # rubocop:todo Gemfile/MissingFeatureCategory
415 gem 'listen', '~> 3.7' # rubocop:todo Gemfile/MissingFeatureCategory
417 gem 'ruby-lsp', "~> 0.14.4", require: false, feature_category: :tooling
419 gem 'ruby-lsp-rails', "~> 0.3.0", feature_category: :tooling
421 gem 'ruby-lsp-rspec', "~> 0.1.10", require: false, feature_category: :tooling
424 group :development, :test do
425 gem 'deprecation_toolkit', '~> 1.5.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
426 gem 'bullet', '~> 7.1.2' # rubocop:todo Gemfile/MissingFeatureCategory
427 gem 'parser', '~> 3.3', '>= 3.3.0.2' # rubocop:todo Gemfile/MissingFeatureCategory
428 gem 'pry-byebug' # rubocop:todo Gemfile/MissingFeatureCategory
429 gem 'pry-rails', '~> 0.3.9' # rubocop:todo Gemfile/MissingFeatureCategory
430 gem 'pry-shell', '~> 0.6.4' # rubocop:todo Gemfile/MissingFeatureCategory
432 gem 'awesome_print', require: false # rubocop:todo Gemfile/MissingFeatureCategory
434 gem 'database_cleaner-active_record', '~> 2.1.0', feature_category: :database
435 gem 'factory_bot_rails', '~> 6.4.3' # rubocop:todo Gemfile/MissingFeatureCategory
436 gem 'rspec-rails', '~> 6.1.1', feature_category: :shared
438 # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
439 gem 'minitest', '~> 5.11.0' # rubocop:todo Gemfile/MissingFeatureCategory
441 gem 'spring', '~> 4.1.0' # rubocop:todo Gemfile/MissingFeatureCategory
442 gem 'spring-commands-rspec', '~> 1.0.4' # rubocop:todo Gemfile/MissingFeatureCategory
444 gem 'gitlab-styles', '~> 11.0.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
446 gem 'haml_lint', '~> 0.53', require: false # rubocop:todo Gemfile/MissingFeatureCategory
447 gem 'bundler-audit', '~> 0.9.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
449 # Benchmarking & profiling
450 gem 'benchmark-ips', '~> 2.11.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
451 gem 'benchmark-memory', '~> 0.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
453 # Profiling data from CI/CD pipelines
454 gem 'influxdb-client', '~> 2.9', require: false # rubocop:todo Gemfile/MissingFeatureCategory
456 gem 'knapsack', '~> 1.22.0', feature_category: :tooling
457 gem 'crystalball', '~> 0.7.0', require: false, feature_category: :tooling
458 gem 'test_file_finder', '~> 0.2.1', feature_category: :tooling
460 gem 'simple_po_parser', '~> 1.1.6', require: false # rubocop:todo Gemfile/MissingFeatureCategory
462 gem 'png_quantizator', '~> 0.2.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
464 gem 'parallel', '~> 1.19', require: false # rubocop:todo Gemfile/MissingFeatureCategory
466 gem 'sigdump', '~> 0.2.4', require: 'sigdump/setup' # rubocop:todo Gemfile/MissingFeatureCategory
468 gem 'pact', '~> 1.64' # rubocop:todo Gemfile/MissingFeatureCategory
470 # For now we only use vite in development / test, and not for production builds
471 # See: https://gitlab.com/gitlab-org/frontend/rfcs/-/issues/106
472 gem 'vite_rails', '~> 3.0.17', feature_category: :shared
473 gem 'vite_ruby', '~> 3.5.0', feature_category: :shared
475 gem 'gitlab-housekeeper', path: 'gems/gitlab-housekeeper', feature_category: :tooling
478 group :development, :test, :danger do
479 gem 'gitlab-dangerfiles', '~> 4.7.0', require: false, feature_category: :tooling
482 group :development, :test, :coverage do
483 gem 'simplecov', '~> 0.22', require: false, feature_category: :tooling
484 gem 'simplecov-lcov', '~> 0.8.0', require: false, feature_category: :tooling
485 gem 'simplecov-cobertura', '~> 2.1.0', require: false, feature_category: :tooling
486 gem 'undercover', '~> 0.4.4', require: false, feature_category: :tooling
489 # Gems required in omnibus-gitlab pipeline
490 group :development, :test, :omnibus do
491 gem 'license_finder', '~> 7.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
494 # Gems required in various pipelines
495 group :development, :test, :monorepo do
496 gem 'gitlab-rspec', path: 'gems/gitlab-rspec' # rubocop:todo Gemfile/MissingFeatureCategory
497 gem 'gitlab-rspec_flaky', path: 'gems/gitlab-rspec_flaky', feature_category: :tooling
501 gem 'fuubar', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory
502 gem 'rspec-retry', '~> 0.6.2', feature_category: :tooling
503 gem 'rspec_profiling', '~> 0.0.8', feature_category: :tooling
504 gem 'rspec-benchmark', '~> 0.6.0', feature_category: :tooling
505 gem 'rspec-parameterized', '~> 1.0', require: false, feature_category: :tooling
506 gem 'os', '~> 1.1', '>= 1.1.4', feature_category: :tooling
508 gem 'capybara', '~> 3.40' # rubocop:todo Gemfile/MissingFeatureCategory
509 gem 'capybara-screenshot', '~> 1.0.26' # rubocop:todo Gemfile/MissingFeatureCategory
510 gem 'selenium-webdriver', '~> 4.18', '>= 4.18.1' # rubocop:todo Gemfile/MissingFeatureCategory
512 gem 'graphlyte', '~> 1.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
514 gem 'shoulda-matchers', '~> 5.1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
515 gem 'email_spec', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory
516 gem 'webmock', '~> 3.22.0' # rubocop:todo Gemfile/MissingFeatureCategory
517 gem 'rails-controller-testing' # rubocop:todo Gemfile/MissingFeatureCategory
518 gem 'concurrent-ruby', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory
519 gem 'test-prof', '~> 1.3.1' # rubocop:todo Gemfile/MissingFeatureCategory
520 gem 'rspec_junit_formatter' # rubocop:todo Gemfile/MissingFeatureCategory
521 gem 'guard-rspec' # rubocop:todo Gemfile/MissingFeatureCategory
522 gem 'axe-core-rspec', '~> 4.8.2', feature_category: :tooling
524 # Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527
525 gem 'derailed_benchmarks', require: false # rubocop:todo Gemfile/MissingFeatureCategory
527 gem 'gitlab_quality-test_tooling', '~> 1.17.0', require: false, feature_category: :tooling
530 gem 'octokit', '~> 8.0', feature_category: :importers
532 gem 'gitlab-mail_room', '~> 0.0.24', require: 'mail_room', feature_category: :shared
534 gem 'email_reply_trimmer', '~> 0.1' # rubocop:todo Gemfile/MissingFeatureCategory
535 gem 'html2text' # rubocop:todo Gemfile/MissingFeatureCategory
537 gem 'stackprof', '~> 0.2.25', require: false # rubocop:todo Gemfile/MissingFeatureCategory
538 gem 'rbtrace', '~> 0.4', require: false # rubocop:todo Gemfile/MissingFeatureCategory
539 gem 'memory_profiler', '~> 1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
540 gem 'activerecord-explain-analyze', '~> 0.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
543 gem 'oauth2', '~> 2.0' # rubocop:todo Gemfile/MissingFeatureCategory
546 gem 'health_check', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
549 gem 'vmstat', '~> 2.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
550 gem 'sys-filesystem', '~> 1.4.3' # rubocop:todo Gemfile/MissingFeatureCategory
553 gem 'net-ntp' # rubocop:todo Gemfile/MissingFeatureCategory
556 gem 'ssh_data', '~> 1.3' # rubocop:todo Gemfile/MissingFeatureCategory
558 # Spamcheck GRPC protocol definitions
559 gem 'spamcheck', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
561 # Gitaly GRPC protocol definitions
562 gem 'gitaly', '~> 16.10.0-rc1', feature_category: :gitaly
564 # KAS GRPC protocol definitions
565 gem 'kas-grpc', '~> 0.4.0', feature_category: :deployment_management
567 gem 'grpc', '~> 1.60.0' # rubocop:todo Gemfile/MissingFeatureCategory
569 gem 'google-protobuf', '~> 3.25', '>= 3.25.3' # rubocop:todo Gemfile/MissingFeatureCategory
571 gem 'toml-rb', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory
574 gem 'flipper', '~> 0.26.2' # rubocop:todo Gemfile/MissingFeatureCategory
575 gem 'flipper-active_record', '~> 0.26.2' # rubocop:todo Gemfile/MissingFeatureCategory
576 gem 'flipper-active_support_cache_store', '~> 0.26.2' # rubocop:todo Gemfile/MissingFeatureCategory
577 gem 'unleash', '~> 3.2.2' # rubocop:todo Gemfile/MissingFeatureCategory
578 gem 'gitlab-experiment', '~> 0.9.1', feature_category: :shared
581 gem 'lograge', '~> 0.5' # rubocop:todo Gemfile/MissingFeatureCategory
582 gem 'grape_logging', '~> 1.8', '>= 1.8.4', feature_category: :api
585 gem 'gitlab-net-dns', '~> 0.9.2' # rubocop:todo Gemfile/MissingFeatureCategory
588 gem 'countries', '~> 4.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
590 gem 'retriable', '~> 3.1.2' # rubocop:todo Gemfile/MissingFeatureCategory
593 gem 'lru_redux' # rubocop:todo Gemfile/MissingFeatureCategory
595 # Locked as long as quoted-printable encoding issues are not resolved
596 # Monkey-patched in `config/initializers/mail_encoding_patch.rb`
597 # See https://gitlab.com/gitlab-org/gitlab/issues/197386
599 # `config/initializers/mail_starttls_patch.rb` has also been patched to
600 # fix STARTTLS handling until https://github.com/mikel/mail/pull/1536 is
602 gem 'mail', '= 2.8.1' # rubocop:todo Gemfile/MissingFeatureCategory
603 gem 'mail-smtp_pool', '~> 0.1.0', path: 'vendor/gems/mail-smtp_pool', require: false # rubocop:todo Gemfile/MissingFeatureCategory
605 gem 'microsoft_graph_mailer', '~> 0.1.0', path: 'vendor/gems/microsoft_graph_mailer' # rubocop:todo Gemfile/MissingFeatureCategory
608 gem 'lockbox', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
611 gem 'valid_email', '~> 0.1' # rubocop:todo Gemfile/MissingFeatureCategory
614 gem 'jsonb_accessor', '~> 1.3.10' # rubocop:todo Gemfile/MissingFeatureCategory
615 gem 'json', '~> 2.6.3' # rubocop:todo Gemfile/MissingFeatureCategory
616 gem 'json_schemer', '~> 0.2.18' # rubocop:todo Gemfile/MissingFeatureCategory
617 gem 'oj', '~> 3.13.21' # rubocop:todo Gemfile/MissingFeatureCategory
618 gem 'oj-introspect', '~> 0.7' # rubocop:todo Gemfile/MissingFeatureCategory
619 gem 'multi_json', '~> 1.14.1' # rubocop:todo Gemfile/MissingFeatureCategory
620 gem 'yajl-ruby', '~> 1.4.3', require: 'yajl' # rubocop:todo Gemfile/MissingFeatureCategory
622 gem 'webauthn', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
624 # IPAddress utilities
625 gem 'ipaddress', '~> 0.8.3' # rubocop:todo Gemfile/MissingFeatureCategory
627 gem 'parslet', '~> 1.8' # rubocop:todo Gemfile/MissingFeatureCategory
629 gem 'ipynbdiff', path: 'gems/ipynbdiff', require: 'ipynb_diff' # rubocop:todo Gemfile/MissingFeatureCategory
631 gem 'ed25519', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
633 # Error Tracking OpenAPI client
634 # See https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/development/rake_tasks.md#update-openapi-client-for-error-tracking-feature
635 gem 'error_tracking_open_api', path: 'gems/error_tracking_open_api' # rubocop:todo Gemfile/MissingFeatureCategory
637 # Vulnerability advisories
638 gem 'cvss-suite', '~> 3.0.1', require: 'cvss_suite' # rubocop:todo Gemfile/MissingFeatureCategory
640 # Work with RPM packages
641 gem 'arr-pm', '~> 0.0.12' # rubocop:todo Gemfile/MissingFeatureCategory
644 gem 'devfile', '~> 0.0.25.pre.alpha1', feature_category: :remote_development
646 # Apple plist parsing
647 gem 'CFPropertyList', '~> 3.0.0' # rubocop:todo Gemfile/MissingFeatureCategory
648 gem 'app_store_connect' # rubocop:todo Gemfile/MissingFeatureCategory
650 # For phone verification
651 gem 'telesignenterprise', '~> 2.2' # rubocop:todo Gemfile/MissingFeatureCategory
654 # Updating this version will require updating scripts/allowed_warnings.txt
655 gem 'net-protocol', '~> 0.1.3' # rubocop:todo Gemfile/MissingFeatureCategory
656 # Lock this until we make DNS rebinding work with the updated net-http:
657 # https://gitlab.com/gitlab-org/gitlab/-/issues/413528
658 gem 'net-http', '= 0.1.1' # rubocop:todo Gemfile/MissingFeatureCategory
660 gem 'duo_api', '~> 1.3' # rubocop:todo Gemfile/MissingFeatureCategory
662 gem 'gitlab-sdk', '~> 0.3.0', feature_category: :application_instrumentation