Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'bootsnap', '~> 1.4.6'
gem 'nakayoshi_fork', '~> 0.0.4'

# Responders respond_to and respond_with
gem 'responders', '~> 3.0'
gem 'responders', '~> 3.0', '>= 3.0.0'

gem 'sprockets', '~> 3.7.0'

Expand All @@ -19,32 +19,32 @@ gem 'default_value_for', '~> 3.3.0'
gem 'pg', '~> 1.1'

gem 'rugged', '~> 0.28'
gem 'grape-path-helpers', '~> 1.2'
gem 'grape-path-helpers', '~> 1.2', '>= 1.2.0'

gem 'faraday', '~> 0.12'
gem 'marginalia', '~> 1.8.0'

# Authentication libraries
gem 'devise', '~> 4.6'
gem 'devise', '~> 4.7', '>= 4.7.1'
gem 'doorkeeper', '~> 5.0.3'
gem 'doorkeeper-openid_connect', '~> 1.6.3'
gem 'omniauth', '~> 1.8'
gem 'omniauth', '~> 2.1', '>= 2.1.0'
gem 'omniauth-auth0', '~> 2.0.0'
gem 'omniauth-azure-oauth2', '~> 0.0.9'
gem 'omniauth-azure-oauth2', '~> 0.0.10'
gem 'omniauth-cas3', '~> 1.1.4'
gem 'omniauth-facebook', '~> 4.0.0'
gem 'omniauth-github', '~> 1.4'
gem 'omniauth-gitlab', '~> 1.0.2'
gem 'omniauth-github', '~> 2.0', '>= 2.0.0'
gem 'omniauth-gitlab', '~> 3.0.0'
gem 'omniauth-google-oauth2', '~> 0.6.0'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
gem 'omniauth-oauth2-generic', '~> 0.2.2'
gem 'omniauth-saml', '~> 1.10'
gem 'omniauth-saml', '~> 2.0', '>= 2.0.0'
gem 'omniauth-shibboleth', '~> 1.3.0'
gem 'omniauth-twitter', '~> 1.4'
gem 'omniauth-twitter', '~> 1.4', '>= 1.4.0'
gem 'omniauth_crowd', '~> 2.2.0'
gem 'omniauth-authentiq', '~> 0.3.3'
gem 'omniauth_openid_connect', '~> 0.3.3'
gem "omniauth-ultraauth", '~> 0.0.2'
gem 'omniauth_openid_connect', '~> 0.4.0'
gem "omniauth-ultraauth", "~> 0.0.2"
gem 'omniauth-salesforce', '~> 1.0.5'
gem 'rack-oauth2', '~> 1.9.3'
gem 'jwt', '~> 2.1.0'
Expand Down Expand Up @@ -78,7 +78,7 @@ gem 'gpgme', '~> 2.0.19'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
gem 'gitlab_omniauth-ldap', '~> 2.1.1', require: 'omniauth-ldap'
gem 'gitlab_omniauth-ldap', '~> 2.2.0', require: 'omniauth-ldap'
gem 'net-ldap'

# API
Expand All @@ -92,7 +92,7 @@ gem 'graphql', '~> 1.10.5'
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released:
# https://gitlab.com/gitlab-org/gitlab/issues/31747
gem 'graphiql-rails', '~> 1.4.10'
gem 'apollo_upload_server', '~> 2.0.0.beta3'
gem 'apollo_upload_server', '~> 2.0.0.0'
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test]

# Disable strong_params so that Mash does not respond to :permitted?
Expand Down Expand Up @@ -163,7 +163,7 @@ gem 'diffy', '~> 3.3'
gem 'diff_match_patch', '~> 0.1.0'

# Application server
gem 'rack', '~> 2.0.9'
gem 'rack', '~> 3.0.0'

group :unicorn do
gem 'unicorn', '~> 5.5'
Expand All @@ -184,7 +184,7 @@ gem 'acts-as-taggable-on', '~> 6.0'

# Background jobs
gem 'sidekiq', '~> 5.2.7'
gem 'sidekiq-cron', '~> 1.0'
gem 'sidekiq-cron', '~> 1.0', '>= 1.0.4'
gem 'redis-namespace', '~> 1.6.0'
gem 'gitlab-sidekiq-fetcher', '0.5.2', require: 'sidekiq-reliable-fetch'

Expand Down Expand Up @@ -243,7 +243,7 @@ gem 'slack-messenger', '~> 2.3.3'
gem 'hangouts-chat', '~> 0.0.5'

# Asana integration
gem 'asana', '~> 0.9'
gem 'asana', '~> 0.9', '>= 0.9.3'

# FogBugz integration
gem 'ruby-fogbugz', '~> 0.2.1'
Expand Down Expand Up @@ -277,17 +277,17 @@ gem 'fast_blank'
gem 'gitlab-chronic', '~> 0.10.5'
gem 'gitlab_chronic_duration', '~> 0.10.6.2'

gem 'webpack-rails', '~> 0.9.10'
gem 'webpack-rails', '~> 0.9.11'
gem 'rack-proxy', '~> 0.6.0'

gem 'sassc-rails', '~> 2.1.0'
gem 'uglifier', '~> 2.7.2'

gem 'addressable', '~> 2.7'
gem 'font-awesome-rails', '~> 4.7'
gem 'font-awesome-rails', '~> 4.7', '>= 4.7.0.5'
gem 'gemojione', '~> 3.3'
gem 'gon', '~> 6.2'
gem 'request_store', '~> 1.5'
gem 'gon', '~> 6.2', '>= 6.2.0'
gem 'request_store', '~> 1.5', '>= 1.5.0'
gem 'base32', '~> 0.3.0'

gem "gitlab-license", "~> 1.0"
Expand All @@ -305,15 +305,15 @@ gem 'gitlab-labkit', '0.12.0'

# I18n
gem 'ruby_parser', '~> 3.8', require: false
gem 'rails-i18n', '~> 6.0'
gem 'rails-i18n', '~> 6.0', '>= 6.0.0'
gem 'gettext_i18n_rails', '~> 1.8.0'
gem 'gettext_i18n_rails_js', '~> 1.3'
gem 'gettext_i18n_rails_js', '~> 1.3', '>= 1.3.0'
gem 'gettext', '~> 3.2.2', require: false, group: :development

gem 'batch-loader', '~> 1.4.0'

# Perf bar
gem 'peek', '~> 1.1'
gem 'peek', '~> 1.1', '>= 1.1.0'

# Snowplow events tracking
gem 'snowplow-tracker', '~> 0.6.1'
Expand Down Expand Up @@ -431,7 +431,7 @@ gem 'benchmark-memory', '~> 0.1', require: false
gem 'activerecord-explain-analyze', '~> 0.1', require: false

# OAuth
gem 'oauth2', '~> 1.4'
gem 'oauth2', '~> 1.4', '>= 1.4.11'

# Health check
gem 'health_check', '~> 2.6.0'
Expand Down Expand Up @@ -469,8 +469,8 @@ gem 'flipper-active_support_cache_store', '~> 0.17.1'
gem 'unleash', '~> 0.1.5'

# Structured logging
gem 'lograge', '~> 0.5'
gem 'grape_logging', '~> 1.7'
gem 'lograge', '~> 0.10', '>= 0.10.0'
gem 'grape_logging', '~> 1.8', '>= 1.8.3'

# DNS Lookup
gem 'gitlab-net-dns', '~> 0.9.1'
Expand Down