gitlab: 12.6.4 -> 12.7.4

- CVE-2020-7966
 - CVE-2020-8114
 - CVE-2020-7973
 - CVE-2020-6833
 - CVE-2020-7971
 - CVE-2020-7967
 - CVE-2020-7972
 - CVE-2020-7968
 - CVE-2020-7979
 - CVE-2020-7969
 - CVE-2020-7978
 - CVE-2020-7974
 - CVE-2020-7977
 - CVE-2020-7976
 - CVE-2019-16779
 - CVE-2019-18978
 - CVE-2019-16892
gstqt5
Florian Klink 2020-01-31 12:26:33 +01:00
parent 968f7c2890
commit cb02372211
5 changed files with 415 additions and 300 deletions

View File

@ -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"
}
}

View File

@ -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'
@ -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'
@ -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'
@ -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'
@ -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'
@ -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
@ -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
@ -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
@ -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'
@ -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'
@ -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'

View File

@ -55,8 +55,8 @@ GEM
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.0.1)
akismet (3.0.0)
apollo_upload_server (2.0.0.beta.3)
@ -71,7 +71,7 @@ GEM
asciidoctor (2.0.10)
asciidoctor-include-ext (0.3.1)
asciidoctor (>= 1.5.6, < 3.0.0)
asciidoctor-plantuml (0.0.9)
asciidoctor-plantuml (0.0.10)
asciidoctor (>= 1.5.6, < 3.0.0)
ast (2.4.0)
atlassian-jwt (0.2.0)
@ -81,13 +81,15 @@ GEM
attr_required (1.0.1)
awesome_print (1.8.0)
aws-eventstream (1.0.3)
aws-sdk (2.11.374)
aws-sdk-resources (= 2.11.374)
aws-sdk-core (2.11.374)
aws-sigv4 (~> 1.0)
aws-partitions (1.263.0)
aws-sdk-cloudformation (1.29.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.88.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-resources (2.11.374)
aws-sdk-core (= 2.11.374)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
axiom-types (0.1.1)
@ -117,7 +119,7 @@ GEM
activemodel (>= 5.0)
brakeman (4.2.1)
browser (2.5.3)
builder (3.2.3)
builder (3.2.4)
bullet (6.0.2)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
@ -192,7 +194,7 @@ GEM
database_cleaner (1.7.0)
debug_inspector (0.0.3)
debugger-ruby_core_source (1.3.8)
deckar01-task_list (2.2.1)
deckar01-task_list (2.3.1)
html-pipeline
declarative (0.0.10)
declarative-option (0.1.0)
@ -235,17 +237,17 @@ GEM
doorkeeper (~> 4.3)
json-jwt (~> 1.6)
ed25519 (1.2.4)
elasticsearch (5.0.3)
elasticsearch-api (= 5.0.3)
elasticsearch-transport (= 5.0.3)
elasticsearch-api (5.0.3)
elasticsearch (6.8.0)
elasticsearch-api (= 6.8.0)
elasticsearch-transport (= 6.8.0)
elasticsearch-api (6.8.0)
multi_json
elasticsearch-model (0.1.9)
elasticsearch-model (6.1.0)
activesupport (> 3)
elasticsearch (> 0.4)
elasticsearch (> 1)
hashie
elasticsearch-rails (0.1.9)
elasticsearch-transport (5.0.3)
elasticsearch-rails (6.1.0)
elasticsearch-transport (6.8.0)
faraday
multi_json
email_reply_trimmer (0.1.6)
@ -260,7 +262,7 @@ GEM
et-orbi (1.2.1)
tzinfo
eventmachine (1.2.7)
excon (0.62.0)
excon (0.71.1)
execjs (2.6.0)
expression_parser (0.9.0)
extended-markdown-filter (0.6.0)
@ -270,15 +272,15 @@ GEM
factory_bot_rails (5.1.0)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)
faraday (0.12.2)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
faraday_middleware-aws-signers-v4 (0.1.7)
aws-sdk-resources (~> 2)
faraday (~> 0.9)
faraday_middleware-aws-sigv4 (0.3.0)
aws-sigv4 (~> 1.0)
faraday (>= 0.15)
faraday_middleware-multi_json (0.0.6)
faraday_middleware
multi_json
@ -286,6 +288,9 @@ GEM
fast_gettext (1.6.0)
ffaker (2.10.0)
ffi (1.11.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
flipper (0.17.1)
flipper-active_record (0.17.1)
activerecord (>= 4.2, < 7)
@ -357,12 +362,12 @@ GEM
po_to_json (>= 1.0.0)
rails (>= 3.2.0)
git (1.5.0)
gitaly (1.73.0)
gitaly (1.81.0)
grpc (~> 1.0)
github-markup (1.7.0)
gitlab-chronic (0.10.5)
numerizer (~> 0.2)
gitlab-labkit (0.7.0)
gitlab-labkit (0.8.0)
actionpack (>= 5.0.0, < 6.1.0)
activesupport (>= 5.0.0, < 6.1.0)
grpc (~> 1.19)
@ -379,11 +384,12 @@ GEM
gitlab-puma (>= 2.7, < 5)
gitlab-sidekiq-fetcher (0.5.2)
sidekiq (~> 5)
gitlab-styles (2.8.0)
rubocop (~> 0.69.0)
gitlab-styles (3.1.0)
rubocop (~> 0.74.0)
rubocop-gitlab-security (~> 0.1.0)
rubocop-performance (~> 1.1.0)
rubocop-rspec (~> 1.19)
rubocop-performance (~> 1.4.1)
rubocop-rails (~> 2.0)
rubocop-rspec (~> 1.36)
gitlab_chronic_duration (0.10.6.2)
numerizer (~> 0.2)
gitlab_omniauth-ldap (2.1.1)
@ -426,7 +432,7 @@ GEM
grape-entity (0.7.1)
activesupport (>= 4.0)
multi_json (>= 1.3.2)
grape-path-helpers (1.1.0)
grape-path-helpers (1.2.0)
activesupport
grape (~> 1.0)
rake (~> 12)
@ -477,7 +483,7 @@ GEM
tilt
hangouts-chat (0.0.5)
hashdiff (0.3.8)
hashie (3.5.7)
hashie (3.6.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
health_check (2.6.0)
@ -492,20 +498,21 @@ GEM
html2text (0.2.0)
nokogiri (~> 1.6)
htmlentities (4.3.4)
http (3.3.0)
http (4.2.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
http-parser (~> 1.2.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
http-parser (1.2.1)
ffi-compiler (>= 1.0, < 2.0)
httparty (0.16.4)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (1.7.0)
i18n (1.7.1)
concurrent-ruby (~> 1.0)
i18n_data (0.8.0)
icalendar (2.4.1)
@ -519,7 +526,7 @@ GEM
jaeger-client (0.10.0)
opentracing (~> 0.3)
thrift
jaro_winkler (1.5.3)
jaro_winkler (1.5.4)
jira-ruby (1.7.1)
activesupport
atlassian-jwt
@ -556,8 +563,8 @@ GEM
kramdown (2.1.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
kubeclient (4.4.0)
http (~> 3.0)
kubeclient (4.6.0)
http (>= 3.0, < 5.0)
recursive-open-struct (~> 1.0, >= 1.0.4)
rest-client (~> 2.0)
launchy (2.4.3)
@ -577,6 +584,7 @@ GEM
xml-simple
licensee (8.9.2)
rugged (~> 0.24)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
@ -587,9 +595,10 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.3.1)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lru_redux (1.1.0)
lumberjack (1.0.13)
mail (2.7.1)
mini_mime (>= 0.1.1)
@ -613,9 +622,9 @@ GEM
mini_portile2 (2.4.0)
minitest (5.11.3)
msgpack (1.3.1)
multi_json (1.13.1)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
multipart-post (2.1.1)
murmurhash3 (0.1.6)
mustermann (1.0.3)
mustermann-grape (1.0.0)
@ -623,13 +632,13 @@ GEM
nakayoshi_fork (0.0.4)
nap (1.1.0)
nenv (0.3.0)
net-ldap (0.16.0)
net-ldap (0.16.2)
net-ntp (2.1.3)
net-ssh (5.2.0)
netrc (0.11.0)
nio4r (2.5.2)
no_proxy_fix (0.1.2)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri
@ -644,7 +653,8 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
octokit (4.9.0)
octokit (4.15.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
@ -725,13 +735,14 @@ GEM
rubypants (~> 0.2)
orm_adapter (0.5.0)
os (1.0.0)
parallel (1.17.0)
parser (2.6.3.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
parslet (1.8.2)
peek (1.1.0)
railties (>= 4.0.0)
pg (1.1.4)
png_quantizator (0.2.1)
po_to_json (1.0.1)
json (>= 1.6.0)
premailer (1.11.1)
@ -755,7 +766,7 @@ GEM
pry (~> 0.10)
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.1.1)
public_suffix (4.0.3)
pyu-ruby-sasl (0.0.3.3)
raabro (1.1.6)
rack (2.0.7)
@ -763,7 +774,8 @@ GEM
rack (>= 0.4)
rack-attack (6.2.0)
rack (>= 1.0, < 3)
rack-cors (1.0.2)
rack-cors (1.0.6)
rack (>= 1.6.0)
rack-oauth2 (1.9.3)
activesupport
attr_required
@ -820,7 +832,7 @@ GEM
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
rdoc (6.0.4)
rdoc (6.1.2)
re2 (1.1.1)
recaptcha (4.13.1)
json
@ -903,7 +915,7 @@ GEM
pg
rails
sqlite3
rubocop (0.69.0)
rubocop (0.74.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
@ -912,10 +924,13 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
rubocop-performance (1.1.0)
rubocop (>= 0.67.0)
rubocop-rspec (1.22.2)
rubocop (>= 0.52.1)
rubocop-performance (1.4.1)
rubocop (>= 0.71.0)
rubocop-rails (2.4.0)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.37.0)
rubocop (>= 0.68.1)
ruby-enum (0.7.2)
i18n
ruby-fogbugz (0.2.1)
@ -929,7 +944,7 @@ GEM
sexp_processor (~> 4.9)
rubyntlm (0.6.2)
rubypants (0.2.0)
rubyzip (1.3.0)
rubyzip (2.0.0)
rugged (0.28.4.1)
safe_yaml (1.0.4)
sanitize (4.6.6)
@ -950,9 +965,9 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
scss_lint (0.56.0)
rake (>= 0.9, < 13)
sass (~> 3.5.3)
@ -1042,7 +1057,7 @@ GEM
truncato (0.7.11)
htmlentities (~> 4.3.1)
nokogiri (>= 1.7.0, <= 2.0)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
u2f (0.2.1)
uber (0.1.0)
@ -1119,17 +1134,18 @@ DEPENDENCIES
acme-client (~> 2.0.2)
activerecord-explain-analyze (~> 0.1)
acts-as-taggable-on (~> 6.0)
addressable (~> 2.5.2)
addressable (~> 2.7)
akismet (~> 3.0)
apollo_upload_server (~> 2.0.0.beta3)
asana (~> 0.9)
asciidoctor (~> 2.0.10)
asciidoctor-include-ext (~> 0.3.1)
asciidoctor-plantuml (= 0.0.9)
asciidoctor-plantuml (= 0.0.10)
atlassian-jwt (~> 0.2.0)
attr_encrypted (~> 3.1.0)
awesome_print
aws-sdk
aws-sdk-cloudformation (~> 1)
aws-sdk-core (~> 3)
babosa (~> 1.0.2)
base32 (~> 0.3.0)
batch-loader (~> 1.4.0)
@ -1155,7 +1171,7 @@ DEPENDENCIES
creole (~> 0.5.0)
danger (~> 6.0)
database_cleaner (~> 1.7.0)
deckar01-task_list (= 2.2.1)
deckar01-task_list (= 2.3.1)
default_value_for (~> 3.3.0)
derailed_benchmarks
device_detector
@ -1167,15 +1183,15 @@ DEPENDENCIES
doorkeeper (~> 4.3)
doorkeeper-openid_connect (~> 1.5)
ed25519 (~> 1.2)
elasticsearch-api (= 5.0.3)
elasticsearch-model (~> 0.1.9)
elasticsearch-rails (~> 0.1.9)
elasticsearch-api (~> 6.8)
elasticsearch-model (~> 6.1)
elasticsearch-rails (~> 6.1)
email_reply_trimmer (~> 0.1)
email_spec (~> 2.2.0)
escape_utils (~> 1.1)
factory_bot_rails (~> 5.1.0)
faraday (~> 0.12)
faraday_middleware-aws-signers-v4
faraday_middleware-aws-sigv4
fast_blank
ffaker (~> 2.10)
flipper (~> 0.17.1)
@ -1196,17 +1212,17 @@ DEPENDENCIES
gettext (~> 3.2.2)
gettext_i18n_rails (~> 1.8.0)
gettext_i18n_rails_js (~> 1.3)
gitaly (~> 1.73.0)
gitaly (~> 1.81.0)
github-markup (~> 1.7.0)
gitlab-chronic (~> 0.10.5)
gitlab-labkit (~> 0.5)
gitlab-labkit (= 0.8.0)
gitlab-license (~> 1.0)
gitlab-markup (~> 1.7.0)
gitlab-net-dns (~> 0.9.1)
gitlab-puma (~> 4.3.1.gitlab.2)
gitlab-puma_worker_killer (~> 0.1.1.gitlab.1)
gitlab-sidekiq-fetcher (= 0.5.2)
gitlab-styles (~> 2.7)
gitlab-styles (~> 3.1.0)
gitlab_chronic_duration (~> 0.10.6.2)
gitlab_omniauth-ldap (~> 2.1.1)
gon (~> 6.2)
@ -1215,7 +1231,7 @@ DEPENDENCIES
gpgme (~> 2.0.19)
grape (~> 1.1.0)
grape-entity (~> 0.7.1)
grape-path-helpers (~> 1.1)
grape-path-helpers (~> 1.2)
grape_logging (~> 1.7)
graphiql-rails (~> 1.4.10)
graphql (~> 1.9.11)
@ -1241,12 +1257,14 @@ DEPENDENCIES
jwt (~> 2.1.0)
kaminari (~> 1.0)
knapsack (~> 1.17)
kubeclient (~> 4.4.0)
kubeclient (~> 4.6.0)
letter_opener_web (~> 1.3.4)
license_finder (~> 5.4)
licensee (~> 8.9)
liquid (~> 4.0)
lograge (~> 0.5)
loofah (~> 2.2)
lru_redux
mail_room (~> 0.10.0)
marginalia (~> 1.8.0)
memory_profiler (~> 0.9)
@ -1260,7 +1278,7 @@ DEPENDENCIES
net-ssh (~> 5.2)
nokogiri (~> 1.10.5)
oauth2 (~> 1.4)
octokit (~> 4.9)
octokit (~> 4.15)
omniauth (~> 1.8)
omniauth-auth0 (~> 2.0.0)
omniauth-authentiq (~> 0.3.3)
@ -1280,8 +1298,10 @@ DEPENDENCIES
omniauth_crowd (~> 2.2.0)
omniauth_openid_connect (~> 0.3.3)
org-ruby (~> 0.9.12)
parallel (~> 1.19)
peek (~> 1.1)
pg (~> 1.1)
png_quantizator (~> 0.2.1)
premailer-rails (~> 1.10.3)
prometheus-client-mmap (~> 0.10.0)
pry-byebug (~> 3.5.1)
@ -1299,7 +1319,7 @@ DEPENDENCIES
raindrops (~> 0.18)
rblineprof (~> 0.3.6)
rbtrace (~> 0.4)
rdoc (~> 6.0)
rdoc (~> 6.1.2)
re2 (~> 1.1.1)
recaptcha (~> 4.11)
redis (~> 4.0)
@ -1316,14 +1336,14 @@ DEPENDENCIES
rspec-set (~> 0.1.3)
rspec_junit_formatter
rspec_profiling (~> 0.0.5)
rubocop (~> 0.69.0)
rubocop-performance (~> 1.1.0)
rubocop-rspec (~> 1.22.1)
rubocop (~> 0.74.0)
rubocop-performance (~> 1.4.1)
rubocop-rspec (~> 1.37.0)
ruby-fogbugz (~> 0.2.1)
ruby-prof (~> 1.0.0)
ruby-progressbar
ruby_parser (~> 3.8)
rubyzip (~> 1.3.0)
rubyzip (~> 2.0.0)
rugged (~> 0.28)
sanitize (~> 4.6)
sassc-rails (~> 2.1.0)

View File

@ -168,10 +168,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk";
sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy";
type = "gem";
};
version = "2.5.2";
version = "2.7.0";
};
aes_key_wrap = {
groups = ["default"];
@ -252,10 +252,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0lzxj16w7s3w0wnlpg8lfs9v2xxk3x3c1skynqm1sms7rjhnhlnb";
sha256 = "1bnrz4ywaq7vaw66fy3kkbwf07fvyqwngm3vb83s9h5zvr4n593b";
type = "gem";
};
version = "0.0.9";
version = "0.0.10";
};
ast = {
groups = ["default" "development" "test"];
@ -319,38 +319,37 @@
};
version = "1.0.3";
};
aws-sdk = {
dependencies = ["aws-sdk-resources"];
aws-partitions = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1yvl9bxzaxgcyzix2yw46cgll9nl0xfg5qx1j6y3xc1i78rk7vy0";
sha256 = "0mr3f9bdh9lxqy4c999sk99avy46fygx4hf3i86adpvrj6axmygs";
type = "gem";
};
version = "2.11.374";
version = "1.263.0";
};
aws-sdk-cloudformation = {
dependencies = ["aws-sdk-core" "aws-sigv4"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "11fhscz4y6lq9c8p0ikq5608qbv4bhi6sq7bxn6vnsgx9m45kvq1";
type = "gem";
};
version = "1.29.0";
};
aws-sdk-core = {
dependencies = ["aws-sigv4" "jmespath"];
dependencies = ["aws-eventstream" "aws-partitions" "aws-sigv4" "jmespath"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1d7nw1jihv7rglcmkd3hhidjflbzq5ik63n43q27pmx8ki108rd9";
sha256 = "1yl3aw8q7ddm5x2wrqdry038gnkw0ys5il2qhlifqyc0qk8yhlfz";
type = "gem";
};
version = "2.11.374";
};
aws-sdk-resources = {
dependencies = ["aws-sdk-core"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0qx2a67vsw8rz1y0m04f97p1q4zx7miy06a5ck78hm77nvsigjj4";
type = "gem";
};
version = "2.11.374";
version = "3.88.0";
};
aws-sigv4 = {
dependencies = ["aws-eventstream"];
@ -534,10 +533,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0qibi5s67lpdv1wgcj66wcymcr04q6j4mzws6a479n0mlrmh5wr1";
sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
type = "gem";
};
version = "3.2.3";
version = "3.2.4";
};
bullet = {
dependencies = ["activesupport" "uniform_notifier"];
@ -901,10 +900,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "09k7rlxsl7pd5kn3wyswgqi0hhbmlj40b66l4mf8v9mqf3c7v0yk";
sha256 = "18bwkvxjr7khxj95xrg1vj7va522vbm2li9wsiiw01cg5b10hni0";
type = "gem";
};
version = "2.2.1";
version = "2.3.1";
};
declarative = {
groups = ["default"];
@ -1091,10 +1090,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0fik4nrxyi28zy1xwi4rygn0pf1sm1gskcrvbsnmqfrsdd6l4ga4";
sha256 = "1jp7amblk18dag3w0yrzdzkhkbfap2d6xpbyv9314parxw98mgq0";
type = "gem";
};
version = "5.0.3";
version = "6.8.0";
};
elasticsearch-api = {
dependencies = ["multi_json"];
@ -1102,10 +1101,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0aal128hq59l5kscl2ag2cv24g1sp5ysdb4jxkqmj0b1l9rv16mw";
sha256 = "0kq6ljssd5nd2fjaznbnyf4bhkk5q17ava5rq3bjfvjh1wyzagca";
type = "gem";
};
version = "5.0.3";
version = "6.8.0";
};
elasticsearch-model = {
dependencies = ["activesupport" "elasticsearch" "hashie"];
@ -1113,20 +1112,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "10kbsdxd192g8x60fhaxs4gqpgwag68d53flcw8rwvdm0i8smyzf";
sha256 = "0ifm8vh8nr9r1wnpnfa6kjm7v54jwsgvpg060r08haydqcv5lbsy";
type = "gem";
};
version = "0.1.9";
version = "6.1.0";
};
elasticsearch-rails = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "081hm2dc3l6kky027wm3s8k6lmiygg0hnrggnidchbl94nlalw2z";
sha256 = "0zxqj7pgb0b32qda84jlg6kay4b9qbpjlfk2b0m23hxnkbbmf1bd";
type = "gem";
};
version = "0.1.9";
version = "6.1.0";
};
elasticsearch-transport = {
dependencies = ["faraday" "multi_json"];
@ -1134,10 +1133,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1a7fak70ajdqw1ahd2gmgijka52pjjfr3chaakkxa5fk3rwwna26";
sha256 = "0c1scz8l4z84x7g3iwf9kmvrpgjjq0gaxaswviiy9zg3csn720mc";
type = "gem";
};
version = "5.0.3";
version = "6.8.0";
};
email_reply_trimmer = {
groups = ["default"];
@ -1226,10 +1225,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15l9w0938c19nxmrp09n75qpmm64k12xj69h47yvxzcxcpbgnkb2";
sha256 = "0nn8wk7j22ly4lzdp5pnm7qsrjxbgspiyxkw70g1qf9bn6pslmxr";
type = "gem";
};
version = "0.62.0";
version = "0.71.1";
};
execjs = {
groups = ["default"];
@ -1290,10 +1289,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "157c4cmb5g1b3ny6k9qf9z57rfijl54fcq3hnqqf6g31g1m096b2";
sha256 = "0s72m05jvzc1pd6cw1i289chas399q0a14xrwg4rvkdwy7bgzrh0";
type = "gem";
};
version = "0.12.2";
version = "0.15.4";
};
faraday-http-cache = {
dependencies = ["faraday"];
@ -1317,16 +1316,16 @@
};
version = "0.12.2";
};
faraday_middleware-aws-signers-v4 = {
dependencies = ["aws-sdk-resources" "faraday"];
faraday_middleware-aws-sigv4 = {
dependencies = ["aws-sigv4" "faraday"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0y88xcbq8k2ijhsqdava5493p26k49agvnzca6vkl3qwfv3ambhp";
sha256 = "1gk2qakcvvbgfvvfd8cgf13sligv5mp816ykmra9llqmbfym8ikl";
type = "gem";
};
version = "0.1.7";
version = "0.3.0";
};
faraday_middleware-multi_json = {
dependencies = ["faraday_middleware" "multi_json"];
@ -1379,6 +1378,17 @@
};
version = "1.11.3";
};
ffi-compiler = {
dependencies = ["ffi" "rake"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0c2caqm9wqnbidcb8dj4wd3s902z15qmgxplwyfyqbwa0ydki7q1";
type = "gem";
};
version = "1.0.1";
};
flipper = {
groups = ["default"];
platforms = [];
@ -1644,10 +1654,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1bls6aywjkvq1jw324criphzbzl710rx1nab4y22bvyi98qvdi38";
sha256 = "048s8p93srl3fvaj4l38qhrqzndzgiv32dvrr3s5k65pcxm0vb5i";
type = "gem";
};
version = "1.73.0";
version = "1.81.0";
};
github-markup = {
groups = ["default"];
@ -1676,10 +1686,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0r2zkxkj2l78c6qgr6k9lgcp7w6x7r703259rbsbrg7cfnjm43b7";
sha256 = "1q3qd8jriafyblivqd5fzb95x9mzm8hgizg5401m3m5i957957z9";
type = "gem";
};
version = "0.7.0";
version = "0.8.0";
};
gitlab-license = {
groups = ["default"];
@ -1745,15 +1755,15 @@
version = "0.5.2";
};
gitlab-styles = {
dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-performance" "rubocop-rspec"];
dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-performance" "rubocop-rails" "rubocop-rspec"];
groups = ["development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0kxn5j4gk2bidxfi3lnx8sl58kwh0fp89p75pbwwz3cd88d4vgsq";
sha256 = "07qh80nxwxgk76bhwrxw0a0jjcfvyxzmcd773k6axwklp5wvas7x";
type = "gem";
};
version = "2.8.0";
version = "3.1.0";
};
gitlab_chronic_duration = {
dependencies = ["numerizer"];
@ -1881,10 +1891,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "16l6lrv4h4ls0lrpj35pc00431q2rx6r9n47337qyvprxs3v0a01";
sha256 = "170aw6yvr8l5srlfjz1yqpxr7klr8jypr4i0gj41gn6v4iamyl79";
type = "gem";
};
version = "1.1.0";
version = "1.2.0";
};
grape_logging = {
dependencies = ["grape"];
@ -2041,10 +2051,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1hh5lybf8hm7d7xs4xm8hxvm8xqrs2flc8fnwkrclaj746izw6xb";
sha256 = "13bdzfp25c8k51ayzxqkbzag3wj5gc1jd8h7d985nsq6pn57g5xh";
type = "gem";
};
version = "3.5.7";
version = "3.6.0";
};
hashie-forbidden_attributes = {
dependencies = ["hashie"];
@ -2122,15 +2132,15 @@
version = "4.3.4";
};
http = {
dependencies = ["addressable" "http-cookie" "http-form_data" "http_parser.rb"];
dependencies = ["addressable" "http-cookie" "http-form_data" "http-parser"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1jlm5prw437wqpfxcigh88lfap3m7g8mnmj5as7qw6dzqnvrxwmc";
sha256 = "1gsn0jmri7cavw1pv3pbynq6nldsff0r5dr6pa0mxz0rkpjsgjwl";
type = "gem";
};
version = "3.3.0";
version = "4.2.0";
};
http-cookie = {
dependencies = ["domain_name"];
@ -2153,15 +2163,16 @@
};
version = "2.1.1";
};
"http_parser.rb" = {
http-parser = {
dependencies = ["ffi-compiler"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi";
sha256 = "10wz818i7dq5zkcll0yf7pbjz1zqvs7mgh3xg3x6www2f2ccwxqj";
type = "gem";
};
version = "0.6.0";
version = "1.2.1";
};
httparty = {
dependencies = ["mime-types" "multi_xml"];
@ -2190,10 +2201,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hmypvx9iyc0b4hski7aic2xzm09cg1c7q1qlpnk3k8s5acxzyhl";
sha256 = "11ss256hnild52qg5kxisidf1fn0n6gm8hq65y9fnqnq0wq7daw9";
type = "gem";
};
version = "1.7.0";
version = "1.7.1";
};
i18n_data = {
groups = ["default"];
@ -2273,10 +2284,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1930v0chc1q4fr7hn0y1j34mw0v032a8kh0by4d4sbz8ksy056kf";
sha256 = "1y8l6k34svmdyqxya3iahpwbpvmn3fswhwsvrz0nk1wyb8yfihsh";
type = "gem";
};
version = "1.5.3";
version = "1.5.4";
};
jira-ruby = {
dependencies = ["activesupport" "atlassian-jwt" "multipart-post" "oauth"];
@ -2443,10 +2454,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0gj6z90p3nm43bafbp97b78zi764gy88590g2y4lm8zcgk8k586r";
sha256 = "1djf4zll2alrwv7wg4wk9v504wbri717wqaq773i1azg7cbisbw6";
type = "gem";
};
version = "4.4.0";
version = "4.6.0";
};
launchy = {
dependencies = ["addressable"];
@ -2503,6 +2514,16 @@
};
version = "8.9.2";
};
liquid = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0zhg5ha8zy8zw9qr3fl4wgk4r5940n4128xm2pn4shpbzdbsj5by";
type = "gem";
};
version = "4.0.3";
};
listen = {
dependencies = ["rb-fsevent" "rb-inotify" "ruby_dep"];
groups = ["default" "test"];
@ -2541,10 +2562,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0npqav026zd7r4qdidq9x5nxcp2dzg71bnp421xxx7sngbxf2xbd";
sha256 = "1g7ps9m3s14cajhxrfgbzahv9i3gy47s4hqrv3mpybpj5cyr0srn";
type = "gem";
};
version = "2.3.1";
version = "2.4.0";
};
lru_redux = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1yxghzg7476sivz8yyr9nkak2dlbls0b89vc2kg52k0nmg6d0wgf";
type = "gem";
};
version = "1.1.0";
};
lumberjack = {
groups = ["default" "test"];
@ -2730,10 +2761,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1rl0qy4inf1mp8mybfk56dfga0mvx97zwpmq5xmiwl5r770171nv";
sha256 = "0xy54mjf7xg41l8qrg1bqri75agdqmxap9z466fjismc1rn2jwfr";
type = "gem";
};
version = "1.13.1";
version = "1.14.1";
};
multi_xml = {
groups = ["default"];
@ -2750,10 +2781,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x";
sha256 = "1zgw9zlwh2a6i1yvhhc4a84ry1hv824d6g2iw2chs3k5aylpmpfj";
type = "gem";
};
version = "2.0.0";
version = "2.1.1";
};
murmurhash3 = {
groups = ["default"];
@ -2821,10 +2852,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fh4l8zfsrvghanpnjxk944k7yl093qpw4759xs6f1v9kb73ihfq";
sha256 = "1vzfhivjfr9q65hkln7xig3qcba6fw9y4kb4384fpm7d7ww0b7xg";
type = "gem";
};
version = "0.16.0";
version = "0.16.2";
};
net-ntp = {
groups = ["default"];
@ -2882,10 +2913,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "185g3dwba73jqxjr94bd2zk6fil6n9hmcfnfyzh3p1w47vm296r7";
sha256 = "0r0qpgf80h764k176yr63gqbs2z0xbsp8vlvs2a79d5r9vs83kln";
type = "gem";
};
version = "1.10.5";
version = "1.10.7";
};
nokogumbo = {
dependencies = ["nokogiri"];
@ -2941,15 +2972,15 @@
version = "1.4.1";
};
octokit = {
dependencies = ["sawyer"];
dependencies = ["faraday" "sawyer"];
groups = ["default" "development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ssn5iyax07a22mvmj0y45bfy8ali129bl1qmasp6bcg03bvk298";
sha256 = "0yg6dhd028j74sm8hpw9w7bwfwlkml9wiis7nq20ivfsbcz4g8ac";
type = "gem";
};
version = "4.9.0";
version = "4.15.0";
};
omniauth = {
dependencies = ["hashie" "rack"];
@ -3255,14 +3286,14 @@
version = "1.0.0";
};
parallel = {
groups = ["default" "development" "test"];
groups = ["development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1x1gzgjrdlkm1aw0hfpyphsxcx90qgs3y4gmp9km3dvf4hc4qm8r";
sha256 = "12jijkap4akzdv11lm08dglsc8jmc87xcgq6947i1s3qb69f4zn2";
type = "gem";
};
version = "1.17.0";
version = "1.19.1";
};
parser = {
dependencies = ["ast"];
@ -3270,10 +3301,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pnks149x0fzgqiw53qlmvcd8bi746cxdw03sjljby5s97p1fskn";
sha256 = "09davv4ld6caqlczw64vhwf8hr41apys3cj8v2h96yxs4qg1m2iw";
type = "gem";
};
version = "2.6.3.0";
version = "2.6.5.0";
};
parslet = {
groups = ["default" "development" "test"];
@ -3306,6 +3337,16 @@
};
version = "1.1.4";
};
png_quantizator = {
groups = ["development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sqhydp5g9ly1kgfiya1fc6srmhf6avrb74j09z3lp0jck8d88v0";
type = "gem";
};
version = "0.2.1";
};
po_to_json = {
dependencies = ["json"];
groups = ["default"];
@ -3416,10 +3457,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0g9ds2ffzljl6jjmkjffwxc1z6lh5nkqqmhhkxjk71q5ggv0rkpm";
sha256 = "1c6kq6s13idl2036b5lch8r7390f8w82cal8hcp4ml76fm2vdac7";
type = "gem";
};
version = "3.1.1";
version = "4.0.3";
};
pyu-ruby-sasl = {
groups = ["default"];
@ -3474,14 +3515,15 @@
version = "6.2.0";
};
rack-cors = {
dependencies = ["rack"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1j27vy1bmhbqcyzhxg8d07qassmax769xjalfwcwz6qfiq8cf013";
sha256 = "07dppmm1ah1gs31sb5byrkkady9vqzwjmpd92c8425nc6yzwknik";
type = "gem";
};
version = "1.0.2";
version = "1.0.6";
};
rack-oauth2 = {
dependencies = ["activesupport" "attr_required" "httpclient" "json-jwt" "rack"];
@ -3685,10 +3727,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0anv42cqcdc6g4n386mrva7mgav5i0c2ry3yzvzzc6z6hymkmcr7";
sha256 = "0zh39dpsqlhhi4aba1sbrk504d88p38djk8cansjq0fwndq7w4zb";
type = "gem";
};
version = "6.0.4";
version = "6.1.2";
};
re2 = {
groups = ["default"];
@ -4057,10 +4099,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1cmw8ajaiidvrzjcsljh47f4l3lmcazqrzljgalj3szkr8ibkk5i";
sha256 = "0wpyass9qb2wvq8zsc7wdzix5xy2ldiv66wnx8mwwprz2dcvzayk";
type = "gem";
};
version = "0.69.0";
version = "0.74.0";
};
rubocop-gitlab-security = {
dependencies = ["rubocop"];
@ -4079,10 +4121,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0azzgj62w24wa4hza1qn7i9b9crxdh907kydlzcvhismx41h3lzk";
sha256 = "1ssizdnyai2hxdp6nd4b9hqyrc4gwhjlznhrdliz8wj4p8cvas44";
type = "gem";
};
version = "1.1.0";
version = "1.4.1";
};
rubocop-rails = {
dependencies = ["rack" "rubocop"];
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0vvrwcxzbqiqdjxakxmjg4c3dcrlpb00i1d3i0s1gdk0ch79byag";
type = "gem";
};
version = "2.4.0";
};
rubocop-rspec = {
dependencies = ["rubocop"];
@ -4090,10 +4143,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0vk51h9swvgshan8vp8yjz03qv9vn5vs29i9iddhjwcwgzsganla";
sha256 = "1dypzxzrm8lh1gip9pn93p1nwamzkqsljy6mcv2ngw9zqsial233";
type = "gem";
};
version = "1.22.2";
version = "1.37.0";
};
ruby-enum = {
dependencies = ["i18n"];
@ -4194,10 +4247,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1qxc2zxwwipm6kviiar4gfhcakpx1jdcs89v6lvzivn5hq1xk78l";
sha256 = "1gz0ri0pa2xr7b6bf66yjc2wfvk51f4gi6yk7bklwl1nr65zc4gz";
type = "gem";
};
version = "1.3.0";
version = "2.0.0";
};
rugged = {
groups = ["default"];
@ -4280,10 +4333,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sv1463r7bqzvx4drqdmd36m7rrv6sf1v3c6vswpnq3k6vdw2dvd";
sha256 = "0yrdchs3psh583rjapkv33mljdivggqn99wkydkjdckcjn43j3cz";
type = "gem";
};
version = "0.8.1";
version = "0.8.2";
};
scss_lint = {
dependencies = ["rake" "sass"];
@ -4754,10 +4807,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fjx9j327xpkkdlxwmkl3a8wqj7i4l4jwlrv3z13mg95z9wl253z";
sha256 = "04f18jdv6z3zn3va50rqq35nj3izjpb72fnf21ixm7vanq6nc4fp";
type = "gem";
};
version = "1.2.5";
version = "1.2.6";
};
u2f = {
groups = ["default"];

View File

@ -666,19 +666,19 @@
};
}
{
name = "_gitlab_svgs___svgs_1.88.0.tgz";
name = "_gitlab_svgs___svgs_1.89.0.tgz";
path = fetchurl {
name = "_gitlab_svgs___svgs_1.88.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.88.0.tgz";
sha1 = "0a9b72e9591264fcac592ebf9944665c70f48de2";
name = "_gitlab_svgs___svgs_1.89.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.89.0.tgz";
sha1 = "5bdaff1b0af1cc07ed34e89c21c34c7c6a3e1caa";
};
}
{
name = "_gitlab_ui___ui_8.8.0.tgz";
name = "_gitlab_ui___ui_8.17.0.tgz";
path = fetchurl {
name = "_gitlab_ui___ui_8.8.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/ui/-/ui-8.8.0.tgz";
sha1 = "c22b4dece89d224c525b3510970f3c61321a6765";
name = "_gitlab_ui___ui_8.17.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/ui/-/ui-8.17.0.tgz";
sha1 = "674baa9b5c05fa6ecb23b233c5b308ff82ba5660";
};
}
{
@ -850,11 +850,11 @@
};
}
{
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.14.tgz";
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.18.tgz";
path = fetchurl {
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.14.tgz";
url = "https://registry.yarnpkg.com/@sourcegraph/code-host-integration/-/code-host-integration-0.0.14.tgz";
sha1 = "e12b08371dc37bf4a468450b008c6e167705e1a8";
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.18.tgz";
url = "https://registry.yarnpkg.com/@sourcegraph/code-host-integration/-/code-host-integration-0.0.18.tgz";
sha1 = "814467cdbc94bbfee5768193acf89fdf404ca949";
};
}
{
@ -961,14 +961,6 @@
sha1 = "9ae2106efc443d7c1e26570aa8247828c9c80f11";
};
}
{
name = "_types_semver___semver_5.5.0.tgz";
path = fetchurl {
name = "_types_semver___semver_5.5.0.tgz";
url = "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz";
sha1 = "146c2a29ee7d3bae4bf2fcb274636e264c813c45";
};
}
{
name = "_types_stack_utils___stack_utils_1.0.1.tgz";
path = fetchurl {
@ -1058,11 +1050,11 @@
};
}
{
name = "_vue_test_utils___test_utils_1.0.0_beta.25.tgz";
name = "_vue_test_utils___test_utils_1.0.0_beta.30.tgz";
path = fetchurl {
name = "_vue_test_utils___test_utils_1.0.0_beta.25.tgz";
url = "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.25.tgz";
sha1 = "4703076de3076bac42cdd242cd53e6fb8752ed8c";
name = "_vue_test_utils___test_utils_1.0.0_beta.30.tgz";
url = "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.30.tgz";
sha1 = "d5f26d1e2411fdb7fa7fdedb61b4b4ea4194c49d";
};
}
{
@ -2929,6 +2921,14 @@
sha1 = "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34";
};
}
{
name = "condense_newlines___condense_newlines_0.2.1.tgz";
path = fetchurl {
name = "condense_newlines___condense_newlines_0.2.1.tgz";
url = "https://registry.yarnpkg.com/condense-newlines/-/condense-newlines-0.2.1.tgz";
sha1 = "3de985553139475d32502c83b02f60684d24c55f";
};
}
{
name = "config_chain___config_chain_1.1.12.tgz";
path = fetchurl {
@ -3634,27 +3634,27 @@
};
}
{
name = "d3___d3_5.12.0.tgz";
name = "d3___d3_5.15.0.tgz";
path = fetchurl {
name = "d3___d3_5.12.0.tgz";
url = "https://registry.yarnpkg.com/d3/-/d3-5.12.0.tgz";
sha1 = "0ddeac879c28c882317cd439b495290acd59ab61";
name = "d3___d3_5.15.0.tgz";
url = "https://registry.yarnpkg.com/d3/-/d3-5.15.0.tgz";
sha1 = "ffd44958e6a3cb8a59a84429c45429b8bca5677a";
};
}
{
name = "https___codeload.github.com_dagrejs_dagre_d3_tar.gz_e1a00e5cb518f5d2304a35647e024f31d178e55b";
name = "dagre_d3___dagre_d3_0.6.4.tgz";
path = fetchurl {
name = "https___codeload.github.com_dagrejs_dagre_d3_tar.gz_e1a00e5cb518f5d2304a35647e024f31d178e55b";
url = "https://codeload.github.com/dagrejs/dagre-d3/tar.gz/e1a00e5cb518f5d2304a35647e024f31d178e55b";
sha1 = "7400df3f5fe80538fde43d0201e1570e1d689004";
name = "dagre_d3___dagre_d3_0.6.4.tgz";
url = "https://registry.yarnpkg.com/dagre-d3/-/dagre-d3-0.6.4.tgz";
sha1 = "0728d5ce7f177ca2337df141ceb60fbe6eeb7b29";
};
}
{
name = "dagre___dagre_0.8.4.tgz";
name = "dagre___dagre_0.8.5.tgz";
path = fetchurl {
name = "dagre___dagre_0.8.4.tgz";
url = "https://registry.yarnpkg.com/dagre/-/dagre-0.8.4.tgz";
sha1 = "26b9fb8f7bdc60c6110a0458c375261836786061";
name = "dagre___dagre_0.8.5.tgz";
url = "https://registry.yarnpkg.com/dagre/-/dagre-0.8.5.tgz";
sha1 = "ba30b0055dac12b6c1fcc247817442777d06afee";
};
}
{
@ -3754,11 +3754,11 @@
};
}
{
name = "deckar01_task_list___deckar01_task_list_2.2.1.tgz";
name = "deckar01_task_list___deckar01_task_list_2.3.1.tgz";
path = fetchurl {
name = "deckar01_task_list___deckar01_task_list_2.2.1.tgz";
url = "https://registry.yarnpkg.com/deckar01-task_list/-/deckar01-task_list-2.2.1.tgz";
sha1 = "e1e8a16c4fd6e153e51fd9258fdbee067ebcd86b";
name = "deckar01_task_list___deckar01_task_list_2.3.1.tgz";
url = "https://registry.yarnpkg.com/deckar01-task_list/-/deckar01-task_list-2.3.1.tgz";
sha1 = "f3ffd5319d7b9e27c596dc8d823b13f617ed7db7";
};
}
{
@ -4049,6 +4049,14 @@
sha1 = "dad8cb7be38e04ee3f56842e6cf81af46c1249ba";
};
}
{
name = "dom_event_types___dom_event_types_1.0.0.tgz";
path = fetchurl {
name = "dom_event_types___dom_event_types_1.0.0.tgz";
url = "https://registry.yarnpkg.com/dom-event-types/-/dom-event-types-1.0.0.tgz";
sha1 = "5830a0a29e1bf837fe50a70cd80a597232813cae";
};
}
{
name = "dom_serialize___dom_serialize_2.2.1.tgz";
path = fetchurl {
@ -4178,11 +4186,11 @@
};
}
{
name = "editorconfig___editorconfig_0.15.2.tgz";
name = "editorconfig___editorconfig_0.15.3.tgz";
path = fetchurl {
name = "editorconfig___editorconfig_0.15.2.tgz";
url = "https://registry.yarnpkg.com/editorconfig/-/editorconfig-0.15.2.tgz";
sha1 = "047be983abb9ab3c2eefe5199cb2b7c5689f0702";
name = "editorconfig___editorconfig_0.15.3.tgz";
url = "https://registry.yarnpkg.com/editorconfig/-/editorconfig-0.15.3.tgz";
sha1 = "bef84c4e75fb8dcb0ce5cee8efd51c15999befc5";
};
}
{
@ -5514,11 +5522,11 @@
};
}
{
name = "graphlib___graphlib_2.1.7.tgz";
name = "graphlib___graphlib_2.1.8.tgz";
path = fetchurl {
name = "graphlib___graphlib_2.1.7.tgz";
url = "https://registry.yarnpkg.com/graphlib/-/graphlib-2.1.7.tgz";
sha1 = "b6a69f9f44bd9de3963ce6804a2fc9e73d86aecc";
name = "graphlib___graphlib_2.1.8.tgz";
url = "https://registry.yarnpkg.com/graphlib/-/graphlib-2.1.8.tgz";
sha1 = "5761d414737870084c92ec7b5dbcb0592c9d35da";
};
}
{
@ -5945,6 +5953,14 @@
sha1 = "9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b";
};
}
{
name = "immer___immer_5.2.1.tgz";
path = fetchurl {
name = "immer___immer_5.2.1.tgz";
url = "https://registry.yarnpkg.com/immer/-/immer-5.2.1.tgz";
sha1 = "7d4f74c242178e87151d595f48db1b5c51580485";
};
}
{
name = "import_fresh___import_fresh_2.0.0.tgz";
path = fetchurl {
@ -6601,6 +6617,14 @@
sha1 = "ede53b4c6f6fb3874533751ec9280d01928d03ed";
};
}
{
name = "is_whitespace___is_whitespace_0.3.0.tgz";
path = fetchurl {
name = "is_whitespace___is_whitespace_0.3.0.tgz";
url = "https://registry.yarnpkg.com/is-whitespace/-/is-whitespace-0.3.0.tgz";
sha1 = "1639ecb1be036aec69a54cbb401cfbed7114ab7f";
};
}
{
name = "is_windows___is_windows_1.0.2.tgz";
path = fetchurl {
@ -7082,11 +7106,11 @@
};
}
{
name = "js_beautify___js_beautify_1.8.9.tgz";
name = "js_beautify___js_beautify_1.10.2.tgz";
path = fetchurl {
name = "js_beautify___js_beautify_1.8.9.tgz";
url = "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.8.9.tgz";
sha1 = "08e3c05ead3ecfbd4f512c3895b1cda76c87d523";
name = "js_beautify___js_beautify_1.10.2.tgz";
url = "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.10.2.tgz";
sha1 = "88c9099cd6559402b124cfab18754936f8a7b178";
};
}
{
@ -8042,11 +8066,11 @@
};
}
{
name = "mermaid___mermaid_8.4.2.tgz";
name = "mermaid___mermaid_8.4.5.tgz";
path = fetchurl {
name = "mermaid___mermaid_8.4.2.tgz";
url = "https://registry.yarnpkg.com/mermaid/-/mermaid-8.4.2.tgz";
sha1 = "91d3d8e9541e72eed7a78d0e882db11564fab3bb";
name = "mermaid___mermaid_8.4.5.tgz";
url = "https://registry.yarnpkg.com/mermaid/-/mermaid-8.4.5.tgz";
sha1 = "48d5722cbc72be2ad01002795835d7ca1b48e000";
};
}
{
@ -8258,11 +8282,11 @@
};
}
{
name = "monaco_editor___monaco_editor_0.15.6.tgz";
name = "monaco_editor___monaco_editor_0.18.1.tgz";
path = fetchurl {
name = "monaco_editor___monaco_editor_0.15.6.tgz";
url = "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.15.6.tgz";
sha1 = "d63b3b06f86f803464f003b252627c3eb4a09483";
name = "monaco_editor___monaco_editor_0.18.1.tgz";
url = "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.18.1.tgz";
sha1 = "ced7c305a23109875feeaf395a504b91f6358cfc";
};
}
{
@ -9346,11 +9370,11 @@
};
}
{
name = "portal_vue___portal_vue_2.1.5.tgz";
name = "portal_vue___portal_vue_2.1.7.tgz";
path = fetchurl {
name = "portal_vue___portal_vue_2.1.5.tgz";
url = "https://registry.yarnpkg.com/portal-vue/-/portal-vue-2.1.5.tgz";
sha1 = "ecd0997cb32958205151cb72f40fd4f38d175e5c";
name = "portal_vue___portal_vue_2.1.7.tgz";
url = "https://registry.yarnpkg.com/portal-vue/-/portal-vue-2.1.7.tgz";
sha1 = "ea08069b25b640ca08a5b86f67c612f15f4e4ad4";
};
}
{
@ -9585,6 +9609,14 @@
sha1 = "8dae7044f58db7cb8be245383b565a963e3c27f2";
};
}
{
name = "pretty___pretty_2.0.0.tgz";
path = fetchurl {
name = "pretty___pretty_2.0.0.tgz";
url = "https://registry.yarnpkg.com/pretty/-/pretty-2.0.0.tgz";
sha1 = "adbc7960b7bbfe289a557dc5f737619a220d06a5";
};
}
{
name = "prismjs___prismjs_1.6.0.tgz";
path = fetchurl {
@ -10721,6 +10753,14 @@
sha1 = "d6e0dfb2a3832a8c94468e6eb1db97e55a192a65";
};
}
{
name = "serialize_javascript___serialize_javascript_2.1.2.tgz";
path = fetchurl {
name = "serialize_javascript___serialize_javascript_2.1.2.tgz";
url = "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz";
sha1 = "ecec53b0e0317bdc95ef76ab7074b7384785fa61";
};
}
{
name = "serve_index___serve_index_1.9.1.tgz";
path = fetchurl {
@ -10746,19 +10786,11 @@
};
}
{
name = "set_value___set_value_0.4.3.tgz";
name = "set_value___set_value_2.0.1.tgz";
path = fetchurl {
name = "set_value___set_value_0.4.3.tgz";
url = "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz";
sha1 = "7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1";
};
}
{
name = "set_value___set_value_2.0.0.tgz";
path = fetchurl {
name = "set_value___set_value_2.0.0.tgz";
url = "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz";
sha1 = "71ae4a88f0feefbbf52d1ea604f3fb315ebb6274";
name = "set_value___set_value_2.0.1.tgz";
url = "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz";
sha1 = "a18d40530e6f07de4228c7defe4227af8cad005b";
};
}
{
@ -11586,11 +11618,11 @@
};
}
{
name = "terser_webpack_plugin___terser_webpack_plugin_1.4.1.tgz";
name = "terser_webpack_plugin___terser_webpack_plugin_1.4.3.tgz";
path = fetchurl {
name = "terser_webpack_plugin___terser_webpack_plugin_1.4.1.tgz";
url = "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz";
sha1 = "61b18e40eaee5be97e771cdbb10ed1280888c2b4";
name = "terser_webpack_plugin___terser_webpack_plugin_1.4.3.tgz";
url = "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz";
sha1 = "5ecaf2dbdc5fb99745fd06791f46fc9ddb1c9a7c";
};
}
{
@ -12154,11 +12186,11 @@
};
}
{
name = "union_value___union_value_1.0.0.tgz";
name = "union_value___union_value_1.0.1.tgz";
path = fetchurl {
name = "union_value___union_value_1.0.0.tgz";
url = "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz";
sha1 = "5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4";
name = "union_value___union_value_1.0.1.tgz";
url = "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz";
sha1 = "0b6fe7b835aecda61c6ea4d4f02c14221e109847";
};
}
{
@ -12594,11 +12626,11 @@
};
}
{
name = "vue_virtual_scroll_list___vue_virtual_scroll_list_1.3.1.tgz";
name = "vue_virtual_scroll_list___vue_virtual_scroll_list_1.4.4.tgz";
path = fetchurl {
name = "vue_virtual_scroll_list___vue_virtual_scroll_list_1.3.1.tgz";
url = "https://registry.yarnpkg.com/vue-virtual-scroll-list/-/vue-virtual-scroll-list-1.3.1.tgz";
sha1 = "efcb83d3a3dcc69cd886fa4de1130a65493e8f76";
name = "vue_virtual_scroll_list___vue_virtual_scroll_list_1.4.4.tgz";
url = "https://registry.yarnpkg.com/vue-virtual-scroll-list/-/vue-virtual-scroll-list-1.4.4.tgz";
sha1 = "5fca7a13f785899bbfb70471ec4fe222437d8495";
};
}
{
@ -12730,11 +12762,11 @@
};
}
{
name = "webpack___webpack_4.40.2.tgz";
name = "webpack___webpack_4.41.5.tgz";
path = fetchurl {
name = "webpack___webpack_4.40.2.tgz";
url = "https://registry.yarnpkg.com/webpack/-/webpack-4.40.2.tgz";
sha1 = "d21433d250f900bf0facbabe8f50d585b2dc30a7";
name = "webpack___webpack_4.41.5.tgz";
url = "https://registry.yarnpkg.com/webpack/-/webpack-4.41.5.tgz";
sha1 = "3210f1886bce5310e62bb97204d18c263341b77c";
};
}
{