Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gitlab: 12.6.4 -> 12.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jan 31, 2020
1 parent 968f7c2 commit cb02372
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 294 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/version-management/gitlab/data.json
@@ -1,13 +1,13 @@
{
"version": "12.6.4",
"repo_hash": "0jsww785bxvjdrp1wsz6zkvx9zr69j24bway6nfyjkz8a7vbl9ls",
"version": "12.7.4",
"repo_hash": "02n1paz1m8dq8kmill1bwgkzai5yx7zzqa0rc3cz50pdyfq9lp5c",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v12.6.4-ee",
"rev": "v12.7.4-ee",
"passthru": {
"GITALY_SERVER_VERSION": "1.77.1",
"GITALY_SERVER_VERSION": "1.83.0",
"GITLAB_PAGES_VERSION": "1.12.0",
"GITLAB_SHELL_VERSION": "10.3.0",
"GITLAB_WORKHORSE_VERSION": "8.18.0"
"GITLAB_SHELL_VERSION": "11.0.0",
"GITLAB_WORKHORSE_VERSION": "8.20.0"
}
}
50 changes: 30 additions & 20 deletions pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
Expand Up @@ -19,7 +19,7 @@ gem 'default_value_for', '~> 3.3.0'
gem 'pg', '~> 1.1'

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

gem 'faraday', '~> 0.12'
gem 'marginalia', '~> 1.8.0'
Expand Down Expand Up @@ -65,7 +65,7 @@ gem 'u2f', '~> 0.2.1'

# GitLab Pages
gem 'validates_hostname', '~> 1.0.6'
gem 'rubyzip', '~> 1.3.0', require: 'zip'
gem 'rubyzip', '~> 2.0.0', require: 'zip'
# GitLab Pages letsencrypt support
gem 'acme-client', '~> 2.0.2'

Expand Down Expand Up @@ -129,26 +129,27 @@ gem 'unf', '~> 0.1.4'
gem 'seed-fu', '~> 2.3.7'

# Search
gem 'elasticsearch-model', '~> 0.1.9'
gem 'elasticsearch-rails', '~> 0.1.9', require: 'elasticsearch/rails/instrumentation'
gem 'elasticsearch-api', '5.0.3'
gem 'aws-sdk'
gem 'faraday_middleware-aws-signers-v4'
gem 'elasticsearch-model', '~> 6.1'
gem 'elasticsearch-rails', '~> 6.1', require: 'elasticsearch/rails/instrumentation'
gem 'elasticsearch-api', '~> 6.8'
gem 'aws-sdk-core', '~> 3'
gem 'aws-sdk-cloudformation', '~> 1'
gem 'faraday_middleware-aws-sigv4'

# Markdown and HTML processing
gem 'html-pipeline', '~> 2.12'
gem 'deckar01-task_list', '2.2.1'
gem 'deckar01-task_list', '2.3.1'
gem 'gitlab-markup', '~> 1.7.0'
gem 'github-markup', '~> 1.7.0', require: 'github/markup'
gem 'commonmarker', '~> 0.20'
gem 'RedCloth', '~> 4.3.2'
gem 'rdoc', '~> 6.0'
gem 'rdoc', '~> 6.1.2'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
gem 'asciidoctor', '~> 2.0.10'
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
gem 'asciidoctor-plantuml', '0.0.9'
gem 'asciidoctor-plantuml', '0.0.10'
gem 'rouge', '~> 3.11.0'
gem 'truncato', '~> 0.7.11'
gem 'bootstrap_form', '~> 4.2.0'
Expand Down Expand Up @@ -249,7 +250,7 @@ gem 'asana', '~> 0.9'
gem 'ruby-fogbugz', '~> 0.2.1'

# Kubernetes integration
gem 'kubeclient', '~> 4.4.0'
gem 'kubeclient', '~> 4.6.0'

# Sanitize user input
gem 'sanitize', '~> 4.6'
Expand Down Expand Up @@ -283,7 +284,7 @@ gem 'rack-proxy', '~> 0.6.0'
gem 'sassc-rails', '~> 2.1.0'
gem 'uglifier', '~> 2.7.2'

gem 'addressable', '~> 2.5.2'
gem 'addressable', '~> 2.7'
gem 'font-awesome-rails', '~> 4.7'
gem 'gemojione', '~> 3.3'
gem 'gon', '~> 6.2'
Expand All @@ -301,7 +302,7 @@ gem 'sentry-raven', '~> 2.9'
gem 'premailer-rails', '~> 1.10.3'

# LabKit: Tracing and Correlation
gem 'gitlab-labkit', '~> 0.5'
gem 'gitlab-labkit', '0.8.0'

# I18n
gem 'ruby_parser', '~> 3.8', require: false
Expand Down Expand Up @@ -366,11 +367,11 @@ group :development, :test do
gem 'spring', '~> 2.0.0'
gem 'spring-commands-rspec', '~> 1.0.4'

gem 'gitlab-styles', '~> 2.7', require: false
gem 'gitlab-styles', '~> 3.1.0', require: false
# Pin these dependencies, otherwise a new rule could break the CI pipelines
gem 'rubocop', '~> 0.69.0'
gem 'rubocop-performance', '~> 1.1.0'
gem 'rubocop-rspec', '~> 1.22.1'
gem 'rubocop', '~> 0.74.0'
gem 'rubocop-performance', '~> 1.4.1'
gem 'rubocop-rspec', '~> 1.37.0'

gem 'scss_lint', '~> 0.56.0', require: false
gem 'haml_lint', '~> 0.34.0', require: false
Expand All @@ -386,6 +387,10 @@ group :development, :test do
gem 'simple_po_parser', '~> 1.1.2', require: false

gem 'timecop', '~> 0.8.0'

gem 'png_quantizator', '~> 0.2.1', require: false

gem 'parallel', '~> 1.19', require: false
end

# Gems required in omnibus-gitlab pipeline
Expand Down Expand Up @@ -415,7 +420,7 @@ group :test do
gem 'guard-rspec'
end

gem 'octokit', '~> 4.9'
gem 'octokit', '~> 4.15'

gem 'mail_room', '~> 0.10.0'

Expand Down Expand Up @@ -452,13 +457,13 @@ group :ed25519 do
end

# Gitaly GRPC protocol definitions
gem 'gitaly', '~> 1.73.0'
gem 'gitaly', '~> 1.81.0'

gem 'grpc', '~> 1.24.0'

gem 'google-protobuf', '~> 3.8.0'

gem 'toml-rb', '~> 1.0.0', require: false
gem 'toml-rb', '~> 1.0.0'

# Feature toggles
gem 'flipper', '~> 0.17.1'
Expand All @@ -477,3 +482,8 @@ gem 'gitlab-net-dns', '~> 0.9.1'
gem 'countries', '~> 3.0'

gem 'retriable', '~> 3.1.2'

gem 'liquid', '~> 4.0'

# LRU cache
gem 'lru_redux'

0 comments on commit cb02372

Please sign in to comment.