···1313gem 'rbtrace', require: false
14141515# Labkit provides observability functionality
1616-gem 'gitlab-labkit', '~> 0.23'
1616+gem 'gitlab-labkit', '~> 0.24'
17171818# Detects the open source license the repository includes
1919# This version needs to be in sync with GitLab CE/EE
2020-gem 'licensee', '~> 9.14.1'
2020+gem 'licensee', '~> 9.15'
21212222gem 'google-protobuf', '~> 3.21.0'
2323
···17171818# Always keep this in sync with the GitLaab version you're updating to.
1919# If you see any errors about vendored dependencies during an update, check the Gemfile.
2020-VENDORED_GEMS = ['devise-pbkdf2-encryptable', 'omniauth-cas3', 'omniauth-gitlab', 'omniauth_crowd', 'mail-smtp_pool', 'ipynbdiff', 'error_tracking_open_api']
2020+VENDORED_GEMS = [
2121+ "bundler-checksum",
2222+ "devise-pbkdf2-encryptable",
2323+ "omniauth-azure-oauth2",
2424+ "omniauth-cas3",
2525+ "omniauth-gitlab",
2626+ "omniauth-google-oauth2",
2727+ "omniauth_crowd",
2828+ "omniauth-salesforce",
2929+ "mail-smtp_pool",
3030+ "microsoft_graph_mailer",
3131+ "ipynbdiff",
3232+ "error_tracking_open_api",
3333+]
2134logger = logging.getLogger(__name__)
22352336