debian-mirror-gitlab/Gemfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

604 lines
16 KiB
Ruby
Raw Normal View History

2021-03-11 19:13:27 +05:30
# frozen_string_literal: true
2016-08-24 12:49:21 +05:30
source 'https://rubygems.org'
2014-09-02 18:07:02 +05:30
2023-07-09 08:55:56 +05:30
if ENV.fetch('BUNDLER_CHECKSUM_VERIFICATION_OPT_IN', 'false') != 'false' # this verification is still experimental
2022-11-25 23:54:43 +05:30
$LOAD_PATH.unshift(File.expand_path("vendor/gems/bundler-checksum/lib", __dir__))
require 'bundler-checksum'
2023-03-17 16:20:25 +05:30
BundlerChecksum.patch!
2022-11-25 23:54:43 +05:30
end
2022-10-11 01:57:18 +05:30
gem 'bundler-checksum', '~> 0.1.0', path: 'vendor/gems/bundler-checksum', require: false
2022-11-25 23:54:43 +05:30
# NOTE: When incrementing the major or minor version here, also increment activerecord_version
# in vendor/gems/attr_encrypted/attr_encrypted.gemspec until we resolve
# https://gitlab.com/gitlab-org/gitlab/-/issues/375713
2023-04-23 21:23:45 +05:30
gem 'rails', '~> 6.1.7.2'
2015-12-23 02:04:40 +05:30
2023-04-23 21:23:45 +05:30
gem 'bootsnap', '~> 1.16.0', require: false
2019-10-12 21:52:04 +05:30
2023-07-09 08:55:56 +05:30
gem 'openssl', '~> 3.0'
2023-06-20 00:43:36 +05:30
gem 'ipaddr', '~> 1.2.5'
2022-11-25 23:54:43 +05:30
2015-12-23 02:04:40 +05:30
# Responders respond_to and respond_with
2019-12-26 22:10:19 +05:30
gem 'responders', '~> 3.0'
2014-09-02 18:07:02 +05:30
2016-11-03 12:29:30 +05:30
gem 'sprockets', '~> 3.7.0'
2014-09-02 18:07:02 +05:30
2023-07-09 08:55:56 +05:30
gem 'view_component', '~> 2.82.0'
2022-05-07 20:08:51 +05:30
2014-09-02 18:07:02 +05:30
# Supported DBs
2023-07-09 08:55:56 +05:30
gem 'pg', '~> 1.5.3'
gem 'neighbor', '~> 0.2.3'
2014-09-02 18:07:02 +05:30
2023-04-23 21:23:45 +05:30
gem 'rugged', '~> 1.5'
2022-08-27 11:52:29 +05:30
gem 'grape-path-helpers', '~> 1.7.1'
2017-08-17 22:00:37 +05:30
2020-11-24 15:15:51 +05:30
gem 'faraday', '~> 1.0'
2022-11-25 23:54:43 +05:30
gem 'marginalia', '~> 1.11.1'
2017-08-17 22:00:37 +05:30
2021-06-08 01:23:25 +05:30
# Authorization
2021-12-11 22:18:48 +05:30
gem 'declarative_policy', '~> 1.1.0'
2021-06-08 01:23:25 +05:30
2015-09-11 14:41:01 +05:30
# Authentication libraries
2022-10-11 01:57:18 +05:30
gem 'devise', '~> 4.8.1'
2022-08-13 15:12:31 +05:30
gem 'devise-pbkdf2-encryptable', '~> 0.0.0', path: 'vendor/gems/devise-pbkdf2-encryptable'
2021-04-17 20:07:23 +05:30
gem 'bcrypt', '~> 3.1', '>= 3.1.14'
2023-06-20 00:43:36 +05:30
gem 'doorkeeper', '~> 5.6', '>= 5.6.6'
2023-07-09 08:55:56 +05:30
gem 'doorkeeper-openid_connect', '~> 1.8', '>= 1.8.6'
2021-04-15 22:33:27 +05:30
gem 'rexml', '~> 3.2.5'
2021-11-11 11:23:49 +05:30
gem 'ruby-saml', '~> 1.13.0'
2022-10-11 01:57:18 +05:30
gem 'omniauth', '~> 2.1.0'
2023-06-20 00:43:36 +05:30
gem 'omniauth-auth0', '~> 3.1'
2022-11-25 23:54:43 +05:30
gem 'omniauth-azure-activedirectory-v2', '~> 2.0'
2022-10-11 01:57:18 +05:30
gem 'omniauth-azure-oauth2', '~> 0.0.9', path: 'vendor/gems/omniauth-azure-oauth2' # See gem README.md
2021-12-11 22:18:48 +05:30
gem 'omniauth-dingtalk-oauth2', '~> 1.0'
2023-04-23 21:23:45 +05:30
gem 'omniauth-alicloud', '~> 2.0.1'
2017-08-17 22:00:37 +05:30
gem 'omniauth-facebook', '~> 4.0.0'
2022-11-25 23:54:43 +05:30
gem 'omniauth-github', '2.0.1'
2022-08-13 15:12:31 +05:30
gem 'omniauth-gitlab', '~> 4.0.0', path: 'vendor/gems/omniauth-gitlab' # See vendor/gems/omniauth-gitlab/README.md
2022-11-25 23:54:43 +05:30
gem 'omniauth-google-oauth2', '~> 1.1'
2017-08-17 22:00:37 +05:30
gem 'omniauth-oauth2-generic', '~> 0.2.2'
2023-07-09 08:55:56 +05:30
gem 'omniauth-saml', '~> 2.1.0'
2018-05-09 12:01:36 +05:30
gem 'omniauth-twitter', '~> 1.4'
2022-08-13 15:12:31 +05:30
gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/omniauth_crowd' # See vendor/gems/omniauth_crowd/README.md
2023-04-23 21:23:45 +05:30
gem 'omniauth_openid_connect', '~> 0.6.1'
# Locked until Ruby 3.0 upgrade since upgrading will pull in an updated net-smtp gem.
# See https://docs.gitlab.com/ee/development/emails.html#rationale.
gem 'openid_connect', '= 1.3.0'
2022-10-11 01:57:18 +05:30
gem 'omniauth-salesforce', '~> 1.0.5', path: 'vendor/gems/omniauth-salesforce' # See gem README.md
2020-11-24 15:15:51 +05:30
gem 'omniauth-atlassian-oauth2', '~> 0.2.0'
2022-11-25 23:54:43 +05:30
gem 'rack-oauth2', '~> 1.21.3'
2023-06-20 00:43:36 +05:30
gem 'jwt', '~> 2.5'
2015-04-26 12:48:37 +05:30
2019-12-04 20:38:33 +05:30
# Kerberos authentication. EE-only
2023-04-23 21:23:45 +05:30
gem 'gssapi', '~> 1.3.1', group: :kerberos
2022-07-16 23:28:13 +05:30
gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos
2019-12-04 20:38:33 +05:30
2016-04-02 18:10:28 +05:30
# Spam and anti-bot protection
2023-03-17 16:20:25 +05:30
gem 'recaptcha', '~> 5.12', require: 'recaptcha/rails'
2020-01-01 13:55:28 +05:30
gem 'akismet', '~> 3.0'
2023-01-13 00:05:48 +05:30
gem 'invisible_captcha', '~> 2.0.0'
2015-09-11 14:41:01 +05:30
# Two-factor authentication
2022-04-01 21:47:47 +05:30
gem 'devise-two-factor', '~> 4.0.2'
2015-09-25 12:07:36 +05:30
gem 'rqrcode-rails3', '~> 0.1.7'
2022-11-25 23:54:43 +05:30
gem 'attr_encrypted', '~> 3.2.4', path: 'vendor/gems/attr_encrypted'
2015-09-11 14:41:01 +05:30
2017-08-17 22:00:37 +05:30
# GitLab Pages
2021-02-22 17:27:13 +05:30
gem 'validates_hostname', '~> 1.0.11'
2022-04-04 11:22:00 +05:30
gem 'rubyzip', '~> 2.3.2', require: 'zip'
2019-09-04 21:01:54 +05:30
# GitLab Pages letsencrypt support
2022-08-27 11:52:29 +05:30
gem 'acme-client', '~> 2.0'
2017-08-17 22:00:37 +05:30
2015-04-26 12:48:37 +05:30
# Browser detection
2023-01-13 00:05:48 +05:30
gem 'browser', '~> 5.3.1'
2014-09-02 18:07:02 +05:30
2021-04-17 20:07:23 +05:30
# OS detection for usage ping
2023-06-20 00:43:36 +05:30
gem 'ohai', '~> 17.9'
2021-04-17 20:07:23 +05:30
2017-09-10 17:25:29 +05:30
# GPG
2023-03-04 22:38:38 +05:30
gem 'gpgme', '~> 2.0.22'
2017-09-10 17:25:29 +05:30
2014-09-02 18:07:02 +05:30
# LDAP Auth
2015-09-11 14:41:01 +05:30
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
2022-08-13 15:12:31 +05:30
gem 'gitlab_omniauth-ldap', '~> 2.2.0', require: 'omniauth-ldap'
2023-03-17 16:20:25 +05:30
gem 'net-ldap', '~> 0.17.1'
2014-09-02 18:07:02 +05:30
# API
2021-03-11 19:13:27 +05:30
gem 'grape', '~> 1.5.2'
2021-11-18 22:05:49 +05:30
gem 'grape-entity', '~> 0.10.0'
2022-11-25 23:54:43 +05:30
gem 'rack-cors', '~> 1.1.1', require: 'rack/cors'
gem 'grape-swagger', '~>1.5.0', group: [:development, :test]
gem 'grape-swagger-entity', '~> 0.5.1', group: [:development, :test]
2017-08-17 22:00:37 +05:30
2018-11-08 19:23:39 +05:30
# GraphQL API
2022-07-23 23:45:48 +05:30
gem 'graphql', '~> 1.13.12'
2022-03-02 08:16:31 +05:30
gem 'graphiql-rails', '~> 1.8'
2021-09-04 01:27:46 +05:30
gem 'apollo_upload_server', '~> 2.1.0'
2022-08-13 15:12:31 +05:30
gem 'graphql-docs', '~> 2.1.0', group: [:development, :test]
2022-07-16 23:28:13 +05:30
gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import)
2018-11-08 19:23:39 +05:30
2023-01-13 00:05:48 +05:30
gem 'hashie', '~> 5.0.0'
2014-09-02 18:07:02 +05:30
# Pagination
2023-01-13 00:05:48 +05:30
gem 'kaminari', '~> 1.2.2'
2014-09-02 18:07:02 +05:30
# HAML
2021-04-29 21:17:54 +05:30
gem 'hamlit', '~> 2.15.0'
2014-09-02 18:07:02 +05:30
# Files attachments
2019-02-15 15:39:39 +05:30
gem 'carrierwave', '~> 1.3'
2021-01-03 14:25:43 +05:30
gem 'mini_magick', '~> 4.10.1'
2014-09-02 18:07:02 +05:30
# for backups
2023-05-27 22:25:52 +05:30
gem 'fog-aws', '~> 3.18'
2019-07-07 11:18:12 +05:30
# 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'
2023-01-13 00:05:48 +05:30
gem 'fog-google', '~> 1.19', require: 'fog/google'
gem 'fog-local', '~> 0.8'
2023-04-23 21:23:45 +05:30
# NOTE:
# the fog-aliyun gem since v0.4 pulls in aliyun-sdk transitively, which monkey-patches
# the rest-client gem to drop the Content-Length header field for chunked transfers,
# which may have knock-on effects on other features using `RestClient`.
# We may want to update this dependency if this is ever addressed upstream, e.g. via
# https://github.com/aliyun/aliyun-oss-ruby-sdk/pull/93
gem 'fog-aliyun', '~> 0.4'
2023-05-08 21:46:49 +05:30
gem 'gitlab-fog-azure-rm', '~> 1.7.0', require: 'fog/azurerm'
2017-08-17 22:00:37 +05:30
# for Google storage
2023-04-23 21:23:45 +05:30
gem 'google-cloud-storage', '~> 1.44.0'
gem 'google-apis-core', '~> 0.10.0'
gem 'google-apis-compute_v1', '~> 0.57.0'
gem 'google-apis-container_v1', '~> 0.43.0'
gem 'google-apis-container_v1beta1', '~> 0.43.0'
gem 'google-apis-cloudbilling_v1', '~> 0.21.0'
gem 'google-apis-cloudresourcemanager_v1', '~> 0.31.0'
gem 'google-apis-iam_v1', '~> 0.36.0'
gem 'google-apis-serviceusage_v1', '~> 0.28.0'
gem 'google-apis-sqladmin_v1beta4', '~> 0.41.0'
2023-06-20 00:43:36 +05:30
gem 'google-apis-androidpublisher_v3', '~> 0.34.0'
2017-08-17 22:00:37 +05:30
2014-09-02 18:07:02 +05:30
# for aws storage
2016-08-24 12:49:21 +05:30
gem 'unf', '~> 0.1.4'
2014-09-02 18:07:02 +05:30
# Seed data
2018-03-17 18:26:18 +05:30
gem 'seed-fu', '~> 2.3.7'
2014-09-02 18:07:02 +05:30
2019-12-04 20:38:33 +05:30
# Search
2022-07-16 23:28:13 +05:30
gem 'elasticsearch-model', '~> 7.2'
gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation'
gem 'elasticsearch-api', '7.13.3'
2023-07-09 08:55:56 +05:30
gem 'aws-sdk-core', '~> 3.172.0'
2020-10-24 23:57:45 +05:30
gem 'aws-sdk-cloudformation', '~> 1'
2023-07-09 08:55:56 +05:30
gem 'aws-sdk-s3', '~> 1.122.0'
2020-10-24 23:57:45 +05:30
gem 'faraday_middleware-aws-sigv4', '~>0.3.0'
2022-03-02 08:16:31 +05:30
gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections
2019-12-04 20:38:33 +05:30
2015-09-11 14:41:01 +05:30
# Markdown and HTML processing
2023-01-13 00:05:48 +05:30
gem 'html-pipeline', '~> 2.14.3'
gem 'deckar01-task_list', '2.3.2'
2023-04-23 21:23:45 +05:30
gem 'gitlab-markup', '~> 1.9.0', require: 'github/markup'
2022-11-25 23:54:43 +05:30
gem 'commonmarker', '~> 0.23.6'
2021-04-29 21:17:54 +05:30
gem 'kramdown', '~> 2.3.1'
2017-08-17 22:00:37 +05:30
gem 'RedCloth', '~> 4.3.2'
2021-09-30 23:02:18 +05:30
gem 'rdoc', '~> 6.3.2'
2017-08-17 22:00:37 +05:30
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
2023-05-27 22:25:52 +05:30
gem 'asciidoctor', '~> 2.0.18'
2022-06-21 17:19:12 +05:30
gem 'asciidoctor-include-ext', '~> 0.4.0', require: false
2022-10-11 01:57:18 +05:30
gem 'asciidoctor-plantuml', '~> 0.0.16'
2023-05-27 22:25:52 +05:30
gem 'asciidoctor-kroki', '~> 0.8.0', require: false
gem 'rouge', '~> 4.1.0'
2022-08-27 11:52:29 +05:30
gem 'truncato', '~> 0.7.12'
2023-06-20 00:43:36 +05:30
gem 'nokogiri', '~> 1.14.3'
2014-09-02 18:07:02 +05:30
2018-11-08 19:23:39 +05:30
# Calendar rendering
gem 'icalendar'
2014-09-02 18:07:02 +05:30
# Diffs
2022-10-11 01:57:18 +05:30
gem 'diffy', '~> 3.4'
2019-12-26 22:10:19 +05:30
gem 'diff_match_patch', '~> 0.1.0'
2014-09-02 18:07:02 +05:30
# Application server
2023-07-09 08:55:56 +05:30
gem 'rack', '~> 2.2.7'
2022-07-23 23:45:48 +05:30
# https://github.com/zombocom/rack-timeout/blob/master/README.md#rails-apps-manually
2022-11-25 23:54:43 +05:30
gem 'rack-timeout', '~> 0.6.3', require: 'rack/timeout/base'
2019-02-15 15:39:39 +05:30
2018-12-13 13:39:08 +05:30
group :puma do
2022-10-11 01:57:18 +05:30
gem 'puma', '~> 5.6.5', require: false
2021-03-08 18:12:59 +05:30
gem 'puma_worker_killer', '~> 0.3.1', require: false
2021-12-11 22:18:48 +05:30
gem 'sd_notify', '~> 0.1.0', require: false
2018-12-13 13:39:08 +05:30
end
2014-09-02 18:07:02 +05:30
# State machine
2021-03-08 18:12:59 +05:30
gem 'state_machines-activerecord', '~> 0.8.0'
2014-09-02 18:07:02 +05:30
2022-03-02 08:16:31 +05:30
# CI domain tags
gem 'acts-as-taggable-on', '~> 9.0'
2014-09-02 18:07:02 +05:30
# Background jobs
2023-01-13 00:05:48 +05:30
gem 'sidekiq', '~> 6.5.7'
2022-11-25 23:54:43 +05:30
gem 'sidekiq-cron', '~> 1.8.0'
gem 'redis-namespace', '~> 1.9.0'
2023-06-20 00:43:36 +05:30
gem 'gitlab-sidekiq-fetcher', path: 'vendor/gems/sidekiq-reliable-fetch', require: 'sidekiq-reliable-fetch'
2017-08-17 22:00:37 +05:30
# Cron Parser
2023-04-23 21:23:45 +05:30
gem 'fugit', '~> 1.8.1'
2014-09-02 18:07:02 +05:30
# HTTP requests
2023-01-13 00:05:48 +05:30
gem 'httparty', '~> 0.20.0'
2014-09-02 18:07:02 +05:30
# Colored output to console
2018-11-20 20:47:30 +05:30
gem 'rainbow', '~> 3.0'
2014-09-02 18:07:02 +05:30
2018-11-08 19:23:39 +05:30
# Progress bar
2021-02-22 17:27:13 +05:30
gem 'ruby-progressbar', '~> 1.10'
2018-11-08 19:23:39 +05:30
2017-08-17 22:00:37 +05:30
# Linear-time regex library for untrusted regular expressions
2023-01-13 00:05:48 +05:30
gem 're2', '~> 1.6.0'
2017-08-17 22:00:37 +05:30
2014-09-02 18:07:02 +05:30
# Misc
2015-09-25 12:07:36 +05:30
2023-06-20 00:43:36 +05:30
gem 'semver_dialects', '~> 1.2.1'
2023-03-04 22:38:38 +05:30
gem 'version_sorter', '~> 2.3'
2014-09-02 18:07:02 +05:30
2018-11-20 20:47:30 +05:30
# Export Ruby Regex to Javascript
2023-01-13 00:05:48 +05:30
gem 'js_regex', '~> 3.8'
2018-11-20 20:47:30 +05:30
2018-10-15 14:42:47 +05:30
# User agent parsing
gem 'device_detector'
2016-06-02 11:05:42 +05:30
# Redis
2023-01-13 00:05:48 +05:30
gem 'redis', '~> 4.8.0'
2016-06-02 11:05:42 +05:30
gem 'connection_pool', '~> 2.0'
2019-10-12 21:52:04 +05:30
# Redis session store
2022-08-27 11:52:29 +05:30
gem 'redis-actionpack', '~> 5.3.0'
2019-10-12 21:52:04 +05:30
2019-02-15 15:39:39 +05:30
# Discord integration
2021-04-17 20:07:23 +05:30
gem 'discordrb-webhooks', '~> 3.4', require: false
2019-02-15 15:39:39 +05:30
2019-09-30 21:07:59 +05:30
# Jira integration
2021-03-08 18:12:59 +05:30
gem 'jira-ruby', '~> 2.1.4'
2019-12-04 20:38:33 +05:30
gem 'atlassian-jwt', '~> 0.2.0'
2017-08-17 22:00:37 +05:30
2014-09-02 18:07:02 +05:30
# Slack integration
2021-01-03 14:25:43 +05:30
gem 'slack-messenger', '~> 2.3.4'
2015-04-26 12:48:37 +05:30
2018-11-18 11:00:15 +05:30
# Hangouts Chat integration
2021-09-04 01:27:46 +05:30
gem 'hangouts-chat', '~> 0.0.5', require: 'hangouts_chat'
2018-11-18 11:00:15 +05:30
2015-04-26 12:48:37 +05:30
# Asana integration
2022-08-13 15:12:31 +05:30
gem 'asana', '~> 0.10.13'
2014-09-02 18:07:02 +05:30
2015-09-25 12:07:36 +05:30
# FogBugz integration
2023-01-13 00:05:48 +05:30
gem 'ruby-fogbugz', '~> 0.3.0'
2015-09-25 12:07:36 +05:30
2017-08-17 22:00:37 +05:30
# Kubernetes integration
2023-05-27 22:25:52 +05:30
gem 'kubeclient', '~> 4.11.0'
2014-09-02 18:07:02 +05:30
2023-06-20 00:43:36 +05:30
# AI
gem 'ruby-openai', '~> 3.7'
2023-07-09 08:55:56 +05:30
gem 'circuitbox', '2.0.0'
2023-06-20 00:43:36 +05:30
2014-09-02 18:07:02 +05:30
# Sanitize user input
2022-03-02 08:16:31 +05:30
gem 'sanitize', '~> 6.0'
2021-06-08 01:23:25 +05:30
gem 'babosa', '~> 1.0.4'
2014-09-02 18:07:02 +05:30
2016-04-02 18:10:28 +05:30
# Sanitizes SVG input
2023-07-09 08:55:56 +05:30
gem 'loofah', '~> 2.21.0'
2016-04-02 18:10:28 +05:30
2016-06-02 11:05:42 +05:30
# Working with license
2022-10-11 01:57:18 +05:30
# Detects the open source license the repository includes
# This version needs to be in sync with gitlab-org/gitaly
gem 'licensee', '~> 9.15'
2016-06-02 11:05:42 +05:30
2015-04-26 12:48:37 +05:30
# Detect and convert string character encoding
2021-01-03 14:25:43 +05:30
gem 'charlock_holmes', '~> 0.7.7'
2014-09-02 18:07:02 +05:30
2019-02-15 15:39:39 +05:30
# Detect mime content type from content
2023-05-27 22:25:52 +05:30
gem 'ruby-magic', '~> 0.6'
2019-02-15 15:39:39 +05:30
2018-03-17 18:26:18 +05:30
# Faster blank
gem 'fast_blank'
2016-09-13 17:45:13 +05:30
# Parse time & duration
2020-01-01 13:55:28 +05:30
gem 'gitlab-chronic', '~> 0.10.5'
gem 'gitlab_chronic_duration', '~> 0.10.6.2'
2023-03-17 16:20:25 +05:30
gem 'rack-proxy', '~> 0.7.6'
2017-08-17 22:00:37 +05:30
2019-07-31 22:56:46 +05:30
gem 'sassc-rails', '~> 2.1.0'
2021-09-30 23:02:18 +05:30
gem 'autoprefixer-rails', '10.2.5.1'
2021-01-03 14:25:43 +05:30
gem 'terser', '1.0.2'
2014-09-02 18:07:02 +05:30
2021-09-30 23:02:18 +05:30
gem 'addressable', '~> 2.8'
2022-05-07 20:08:51 +05:30
gem 'tanuki_emoji', '~> 0.6'
2021-04-29 21:17:54 +05:30
gem 'gon', '~> 6.4.0'
2023-01-13 00:05:48 +05:30
gem 'request_store', '~> 1.5.1'
2017-08-17 22:00:37 +05:30
gem 'base32', '~> 0.3.0'
2014-09-02 18:07:02 +05:30
2022-08-27 11:52:29 +05:30
gem 'gitlab-license', '~> 2.2.1'
2019-12-04 20:38:33 +05:30
2019-12-26 22:10:19 +05:30
# Protect against bruteforcing
2022-11-25 23:54:43 +05:30
gem 'rack-attack', '~> 6.6.1'
2019-12-26 22:10:19 +05:30
2016-04-02 18:10:28 +05:30
# Sentry integration
2021-09-04 01:27:46 +05:30
gem 'sentry-raven', '~> 3.1'
2023-06-20 00:43:36 +05:30
gem 'sentry-ruby', '~> 5.8.0'
gem 'sentry-rails', '~> 5.8.0'
gem 'sentry-sidekiq', '~> 5.8.0'
2016-04-02 18:10:28 +05:30
2021-01-29 00:20:46 +05:30
# PostgreSQL query parsing
2021-09-04 01:27:46 +05:30
#
2023-04-23 21:23:45 +05:30
gem 'pg_query', '~> 2.2', '>= 2.2.1'
2021-01-29 00:20:46 +05:30
2019-12-26 22:10:19 +05:30
gem 'premailer-rails', '~> 1.10.3'
2016-06-02 11:05:42 +05:30
2023-07-09 08:55:56 +05:30
gem 'gitlab-labkit', '~> 0.32.0'
2022-10-11 01:57:18 +05:30
gem 'thrift', '>= 0.16.0'
2019-07-31 22:56:46 +05:30
2017-08-17 22:00:37 +05:30
# I18n
2023-06-20 00:43:36 +05:30
gem 'ruby_parser', '~> 3.20', require: false
2022-08-13 15:12:31 +05:30
gem 'rails-i18n', '~> 7.0'
2017-08-17 22:00:37 +05:30
gem 'gettext_i18n_rails', '~> 1.8.0'
2018-05-09 12:01:36 +05:30
gem 'gettext_i18n_rails_js', '~> 1.3'
2020-11-24 15:15:51 +05:30
gem 'gettext', '~> 3.3', require: false, group: :development
2017-08-17 22:00:37 +05:30
2021-04-17 20:07:23 +05:30
gem 'batch-loader', '~> 2.0.1'
2018-03-17 18:26:18 +05:30
2017-09-10 17:25:29 +05:30
# Perf bar
2020-01-01 13:55:28 +05:30
gem 'peek', '~> 1.1'
2019-10-12 21:52:04 +05:30
2023-05-27 22:25:52 +05:30
# Google Cloud Profiler support
gem 'cloud_profiler_agent', '~> 0.0.0', path: 'vendor/gems/cloud_profiler_agent', require: false
2019-10-12 21:52:04 +05:30
# Snowplow events tracking
2023-03-04 22:38:38 +05:30
gem 'snowplow-tracker', '~> 0.8.0'
2017-09-10 17:25:29 +05:30
# Metrics
2023-06-20 00:43:36 +05:30
gem 'webrick', '~> 1.8.1', require: false
2023-07-09 08:55:56 +05:30
gem 'prometheus-client-mmap', '~> 0.23', require: 'prometheus/client'
2022-08-13 15:12:31 +05:30
gem 'warning', '~> 1.3.0'
2021-10-27 15:23:28 +05:30
2014-09-02 18:07:02 +05:30
group :development do
2023-07-09 08:55:56 +05:30
gem 'lefthook', '~> 1.3.13', require: false
2022-07-16 23:28:13 +05:30
gem 'rubocop'
2022-11-25 23:54:43 +05:30
gem 'solargraph', '~> 0.47.2', require: false
2015-09-25 12:07:36 +05:30
2021-12-11 22:18:48 +05:30
gem 'letter_opener_web', '~> 2.0.0'
2023-07-09 08:55:56 +05:30
gem 'lookbook', '~> 2.0', '>= 2.0.1'
2014-09-02 18:07:02 +05:30
# Better errors handler
2023-07-09 08:55:56 +05:30
gem 'better_errors', '~> 2.10.0'
2014-09-02 18:07:02 +05:30
2021-12-11 22:18:48 +05:30
gem 'sprite-factory', '~> 1.7'
2023-03-04 22:38:38 +05:30
gem "listen", "~> 3.7"
2014-09-02 18:07:02 +05:30
end
group :development, :test do
2021-02-22 17:27:13 +05:30
gem 'deprecation_toolkit', '~> 1.5.1', require: false
2022-08-27 11:52:29 +05:30
gem 'bullet', '~> 7.0.2'
2021-06-08 01:23:25 +05:30
gem 'pry-byebug'
2020-03-13 15:44:24 +05:30
gem 'pry-rails', '~> 0.3.9'
2023-04-23 21:23:45 +05:30
gem 'pry-shell', '~> 0.6.1'
2015-09-11 14:41:01 +05:30
2018-11-08 19:23:39 +05:30
gem 'awesome_print', require: false
2015-09-25 12:07:36 +05:30
2019-02-15 15:39:39 +05:30
gem 'database_cleaner', '~> 1.7.0'
2021-10-27 15:23:28 +05:30
gem 'factory_bot_rails', '~> 6.2.0'
2023-04-23 21:23:45 +05:30
gem 'rspec-rails', '~> 6.0.1'
2014-09-02 18:07:02 +05:30
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
2019-02-15 15:39:39 +05:30
gem 'minitest', '~> 5.11.0'
2014-09-02 18:07:02 +05:30
# Generate Fake data
2019-02-15 15:39:39 +05:30
gem 'ffaker', '~> 2.10'
2014-09-02 18:07:02 +05:30
2023-03-04 22:38:38 +05:30
gem 'spring', '~> 4.1.0'
2017-08-17 22:00:37 +05:30
gem 'spring-commands-rspec', '~> 1.0.4'
2015-04-26 12:48:37 +05:30
2023-04-23 21:23:45 +05:30
gem 'gitlab-styles', '~> 10.0.0', require: false
2018-03-17 18:26:18 +05:30
2022-10-11 01:57:18 +05:30
gem 'haml_lint', '~> 0.40.0', require: false
2021-03-11 19:13:27 +05:30
gem 'bundler-audit', '~> 0.7.0.1', require: false
2015-10-24 18:46:33 +05:30
2022-10-11 01:57:18 +05:30
# Benchmarking & profiling
2023-05-27 22:25:52 +05:30
gem 'benchmark-ips', '~> 2.11.0', require: false
2022-10-11 01:57:18 +05:30
gem 'benchmark-memory', '~> 0.1', require: false
2021-04-29 21:17:54 +05:30
gem 'knapsack', '~> 1.21.1'
2021-01-29 00:20:46 +05:30
gem 'crystalball', '~> 0.7.0', require: false
2016-11-03 12:29:30 +05:30
2022-06-21 17:19:12 +05:30
gem 'simple_po_parser', '~> 1.1.6', require: false
2018-05-09 12:01:36 +05:30
2020-03-13 15:44:24 +05:30
gem 'png_quantizator', '~> 0.2.1', require: false
gem 'parallel', '~> 1.19', require: false
2020-07-28 23:09:34 +05:30
2021-04-29 21:17:54 +05:30
gem 'test_file_finder', '~> 0.1.3'
2022-05-07 20:08:51 +05:30
gem 'sigdump', '~> 0.2.4', require: 'sigdump/setup'
2022-07-23 23:45:48 +05:30
2022-11-25 23:54:43 +05:30
gem 'pact', '~> 1.63'
2014-09-02 18:07:02 +05:30
end
2021-04-17 20:07:23 +05:30
group :development, :test, :danger do
2023-07-09 08:55:56 +05:30
gem 'gitlab-dangerfiles', '~> 3.10.0', require: false
2021-04-17 20:07:23 +05:30
end
2021-01-03 14:25:43 +05:30
group :development, :test, :coverage do
2022-05-07 20:08:51 +05:30
gem 'simplecov', '~> 0.21', require: false
2022-01-26 12:08:38 +05:30
gem 'simplecov-lcov', '~> 0.8.0', require: false
2021-01-03 14:25:43 +05:30
gem 'simplecov-cobertura', '~> 1.3.1', require: false
2022-01-26 12:08:38 +05:30
gem 'undercover', '~> 0.4.4', require: false
2021-01-03 14:25:43 +05:30
end
2019-12-26 22:10:19 +05:30
# Gems required in omnibus-gitlab pipeline
group :development, :test, :omnibus do
2022-08-27 11:52:29 +05:30
gem 'license_finder', '~> 7.0', require: false
2019-12-26 22:10:19 +05:30
end
2014-09-02 18:07:02 +05:30
group :test do
2020-01-01 13:55:28 +05:30
gem 'fuubar', '~> 2.2.0'
2023-06-20 00:43:36 +05:30
gem 'rspec-retry', '~> 0.6.2'
2021-01-29 00:20:46 +05:30
gem 'rspec_profiling', '~> 0.0.6'
2022-05-07 20:08:51 +05:30
gem 'rspec-benchmark', '~> 0.6.0'
2023-05-27 22:25:52 +05:30
gem 'rspec-parameterized', '~> 1.0', require: false
2020-01-01 13:55:28 +05:30
2023-06-20 00:43:36 +05:30
gem 'capybara', '~> 3.39'
gem 'capybara-screenshot', '~> 1.0.26'
2023-07-09 08:55:56 +05:30
# 4.9.1 drops Ruby 2.7 support. We can upgrade further after we drop Ruby 2.7 support.
gem 'selenium-webdriver', '= 4.9.0'
2020-01-01 13:55:28 +05:30
2022-08-27 11:52:29 +05:30
gem 'graphlyte', '~> 1.0.0'
2022-08-13 15:12:31 +05:30
gem 'shoulda-matchers', '~> 5.1.0', require: false
2018-11-08 19:23:39 +05:30
gem 'email_spec', '~> 2.2.0'
2023-06-20 00:43:36 +05:30
gem 'webmock', '~> 3.18.1'
2019-02-15 15:39:39 +05:30
gem 'rails-controller-testing'
gem 'concurrent-ruby', '~> 1.1'
2023-06-20 00:43:36 +05:30
gem 'test-prof', '~> 1.2.1'
2018-11-20 20:47:30 +05:30
gem 'rspec_junit_formatter'
2019-12-26 22:10:19 +05:30
gem 'guard-rspec'
2023-05-27 22:25:52 +05:30
gem 'axe-core-rspec'
2020-05-24 23:13:21 +05:30
# Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527
gem 'derailed_benchmarks', require: false
2014-09-02 18:07:02 +05:30
end
2020-03-13 15:44:24 +05:30
gem 'octokit', '~> 4.15'
2015-09-25 12:07:36 +05:30
2023-06-20 00:43:36 +05:30
gem 'gitlab-mail_room', '~> 0.0.23', require: 'mail_room'
2015-09-25 12:07:36 +05:30
2017-08-17 22:00:37 +05:30
gem 'email_reply_trimmer', '~> 0.1'
gem 'html2text'
2015-09-25 12:07:36 +05:30
2023-07-09 08:55:56 +05:30
gem 'stackprof', '~> 0.2.25', require: false
2018-11-18 11:00:15 +05:30
gem 'rbtrace', '~> 0.4', require: false
2023-01-13 00:05:48 +05:30
gem 'memory_profiler', '~> 1.0', require: false
2019-09-04 21:01:54 +05:30
gem 'activerecord-explain-analyze', '~> 0.1', require: false
2016-09-13 17:45:13 +05:30
2015-09-25 12:07:36 +05:30
# OAuth
2022-08-13 15:12:31 +05:30
gem 'oauth2', '~> 2.0'
2015-09-25 12:07:36 +05:30
2016-06-02 11:05:42 +05:30
# Health check
2020-10-24 23:57:45 +05:30
gem 'health_check', '~> 3.0'
2016-08-24 12:49:21 +05:30
# System information
2017-08-17 22:00:37 +05:30
gem 'vmstat', '~> 2.3.0'
2022-01-26 12:08:38 +05:30
gem 'sys-filesystem', '~> 1.4.3'
2017-08-17 22:00:37 +05:30
2019-12-04 20:38:33 +05:30
# NTP client
gem 'net-ntp'
2022-04-04 11:22:00 +05:30
# SSH keys support
2022-07-23 23:45:48 +05:30
gem 'ssh_data', '~> 1.3'
2017-09-10 17:25:29 +05:30
2021-06-08 01:23:25 +05:30
# Spamcheck GRPC protocol definitions
2023-06-20 00:43:36 +05:30
gem 'spamcheck', '~> 1.3.0'
2021-06-08 01:23:25 +05:30
2019-10-12 21:52:04 +05:30
# Gitaly GRPC protocol definitions
2023-04-23 21:23:45 +05:30
gem 'gitaly', '~> 15.9.0-rc3'
2021-09-04 01:27:46 +05:30
# KAS GRPC protocol definitions
2023-07-09 08:55:56 +05:30
gem 'kas-grpc', '~> 0.1.0'
2019-07-07 11:18:12 +05:30
2022-03-02 08:16:31 +05:30
gem 'grpc', '~> 1.42.0'
2018-03-27 19:54:05 +05:30
2023-06-20 00:43:36 +05:30
gem 'google-protobuf', '~> 3.22', '>= 3.22.3'
2017-08-17 22:00:37 +05:30
2022-11-25 23:54:43 +05:30
gem 'toml-rb', '~> 2.2.0'
2017-09-10 17:25:29 +05:30
# Feature toggles
2022-08-27 11:52:29 +05:30
gem 'flipper', '~> 0.25.0'
gem 'flipper-active_record', '~> 0.25.0'
gem 'flipper-active_support_cache_store', '~> 0.25.0'
2021-10-27 15:23:28 +05:30
gem 'unleash', '~> 3.2.2'
2022-06-21 17:19:12 +05:30
gem 'gitlab-experiment', '~> 0.7.1'
2017-09-10 17:25:29 +05:30
# Structured logging
gem 'lograge', '~> 0.5'
2022-07-23 23:45:48 +05:30
gem 'grape_logging', '~> 1.8'
2019-12-04 20:38:33 +05:30
# DNS Lookup
2023-06-20 00:43:36 +05:30
gem 'gitlab-net-dns', '~> 0.9.2'
2019-12-04 20:38:33 +05:30
# Countries list
2023-03-04 22:38:38 +05:30
gem 'countries', '~> 4.0.0'
2019-12-26 22:10:19 +05:30
gem 'retriable', '~> 3.1.2'
2020-03-13 15:44:24 +05:30
# LRU cache
gem 'lru_redux'
# Locked as long as quoted-printable encoding issues are not resolved
# Monkey-patched in `config/initializers/mail_encoding_patch.rb`
# See https://gitlab.com/gitlab-org/gitlab/issues/197386
2023-05-27 22:25:52 +05:30
#
# `config/initializers/mail_starttls_patch.rb` has also been patched to
# fix STARTTLS handling until https://github.com/mikel/mail/pull/1536 is
# released.
gem 'mail', '= 2.8.1'
2021-04-29 21:17:54 +05:30
gem 'mail-smtp_pool', '~> 0.1.0', path: 'vendor/gems/mail-smtp_pool', require: false
2020-04-22 19:07:51 +05:30
2022-10-11 01:57:18 +05:30
gem 'microsoft_graph_mailer', '~> 0.1.0', path: 'vendor/gems/microsoft_graph_mailer'
2020-04-22 19:07:51 +05:30
# File encryption
2023-03-17 16:20:25 +05:30
gem 'lockbox', '~> 1.1.1'
2020-05-24 23:13:21 +05:30
# Email validation
gem 'valid_email', '~> 0.1'
# JSON
2023-04-23 21:23:45 +05:30
gem 'json', '~> 2.6.3'
2021-10-27 15:23:28 +05:30
gem 'json_schemer', '~> 0.2.18'
2022-09-01 20:07:04 +05:30
gem 'oj', '~> 3.13.21'
2023-01-13 00:05:48 +05:30
gem 'oj-introspect', '~> 0.7'
2020-07-28 23:09:34 +05:30
gem 'multi_json', '~> 1.14.1'
2022-08-27 11:52:29 +05:30
gem 'yajl-ruby', '~> 1.4.3', require: 'yajl'
2020-11-24 15:15:51 +05:30
2023-05-27 22:25:52 +05:30
gem 'webauthn', '~> 3.0'
2021-01-03 14:25:43 +05:30
# IPAddress utilities
gem 'ipaddress', '~> 0.8.3'
2021-03-11 19:13:27 +05:30
gem 'parslet', '~> 1.8'
2021-12-11 22:18:48 +05:30
2022-08-13 15:12:31 +05:30
gem 'ipynbdiff', path: 'vendor/gems/ipynbdiff'
2022-07-23 23:45:48 +05:30
gem 'ed25519', '~> 1.3.0'
2022-08-13 15:12:31 +05:30
# Error Tracking OpenAPI client
# See https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/development/rake_tasks.md#update-openapi-client-for-error-tracking-feature
gem 'error_tracking_open_api', path: 'vendor/gems/error_tracking_open_api'
2022-11-25 23:54:43 +05:30
# Vulnerability advisories
gem 'cvss-suite', '~> 3.0.1', require: 'cvss_suite'
# Work with RPM packages
gem 'arr-pm', '~> 0.0.12'
2023-07-09 08:55:56 +05:30
# Remote Development
gem 'devfile', '~> 0.0.17.pre.alpha1'
2022-11-25 23:54:43 +05:30
# Apple plist parsing
2023-05-27 22:25:52 +05:30
gem 'CFPropertyList', '~> 3.0.0'
2023-03-17 16:20:25 +05:30
gem 'app_store_connect'
2023-01-13 00:05:48 +05:30
# For phone verification
gem 'telesignenterprise', '~> 2.2'
2023-05-27 22:25:52 +05:30
# BufferedIO patch
# Updating this version will require updating scripts/allowed_warnings.txt
gem 'net-protocol', '~> 0.1.3'
gem 'duo_api', '~> 1.3'