mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #131017 from yu-re-ka/feature/gitlab-14-1-0
gitlab: 14.0.5 -> 14.1.0
This commit is contained in:
commit
e30a06866c
10 changed files with 501 additions and 457 deletions
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": "14.0.5",
|
"version": "14.1.0",
|
||||||
"repo_hash": "1rykrgzapqa3j2yqpd99fpyyrdp25h2xnx21gnjnkn58qljs4cgs",
|
"repo_hash": "1a61jc8rsbdbyh891nwygl7qlsj0lm8v59s66hn22csg0dvn6qk6",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab",
|
"repo": "gitlab",
|
||||||
"rev": "v14.0.5-ee",
|
"rev": "v14.1.0-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "14.0.5",
|
"GITALY_SERVER_VERSION": "14.1.0",
|
||||||
"GITLAB_PAGES_VERSION": "1.40.0",
|
"GITLAB_PAGES_VERSION": "1.41.0",
|
||||||
"GITLAB_SHELL_VERSION": "13.19.0",
|
"GITLAB_SHELL_VERSION": "13.19.0",
|
||||||
"GITLAB_WORKHORSE_VERSION": "14.0.5"
|
"GITLAB_WORKHORSE_VERSION": "14.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
||||||
gem 'rugged', '~> 1.1'
|
gem 'rugged', '~> 1.1'
|
||||||
gem 'github-linguist', '~> 7.12', require: 'linguist'
|
gem 'github-linguist', '~> 7.12', require: 'linguist'
|
||||||
gem 'gitlab-markup', '~> 1.7.1'
|
gem 'gitlab-markup', '~> 1.7.1'
|
||||||
gem 'activesupport', '~> 6.0.3.6'
|
gem 'activesupport', '~> 6.1.3.2'
|
||||||
gem 'rdoc', '~> 6.0'
|
gem 'rdoc', '~> 6.0'
|
||||||
gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false
|
gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false
|
||||||
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false
|
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false
|
||||||
|
@ -13,13 +13,13 @@ gem 'faraday', '~> 1.0'
|
||||||
gem 'rbtrace', require: false
|
gem 'rbtrace', require: false
|
||||||
|
|
||||||
# Labkit provides observability functionality
|
# Labkit provides observability functionality
|
||||||
gem 'gitlab-labkit', '~> 0.17.1'
|
gem 'gitlab-labkit', '~> 0.20.0'
|
||||||
|
|
||||||
# Detects the open source license the repository includes
|
# Detects the open source license the repository includes
|
||||||
# This version needs to be in sync with GitLab CE/EE
|
# This version needs to be in sync with GitLab CE/EE
|
||||||
gem 'licensee', '~> 9.14.1'
|
gem 'licensee', '~> 9.14.1'
|
||||||
|
|
||||||
gem 'google-protobuf', '~> 3.14.0'
|
gem 'google-protobuf', '~> 3.17.0'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rubocop', '~> 0.69', require: false
|
gem 'rubocop', '~> 0.69', require: false
|
||||||
|
|
|
@ -2,25 +2,25 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
abstract_type (0.0.7)
|
abstract_type (0.0.7)
|
||||||
actionpack (6.0.3.6)
|
actionpack (6.1.3.2)
|
||||||
actionview (= 6.0.3.6)
|
actionview (= 6.1.3.2)
|
||||||
activesupport (= 6.0.3.6)
|
activesupport (= 6.1.3.2)
|
||||||
rack (~> 2.0, >= 2.0.8)
|
rack (~> 2.0, >= 2.0.9)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actionview (6.0.3.6)
|
actionview (6.1.3.2)
|
||||||
activesupport (= 6.0.3.6)
|
activesupport (= 6.1.3.2)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activesupport (6.0.3.6)
|
activesupport (6.1.3.2)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 2.0)
|
||||||
zeitwerk (~> 2.2, >= 2.2.2)
|
zeitwerk (~> 2.3)
|
||||||
adamantium (0.2.0)
|
adamantium (0.2.0)
|
||||||
ice_nine (~> 0.11.0)
|
ice_nine (~> 0.11.0)
|
||||||
memoizable (~> 0.4.0)
|
memoizable (~> 0.4.0)
|
||||||
|
@ -34,7 +34,7 @@ GEM
|
||||||
concord (0.1.5)
|
concord (0.1.5)
|
||||||
adamantium (~> 0.2.0)
|
adamantium (~> 0.2.0)
|
||||||
equalizer (~> 0.0.9)
|
equalizer (~> 0.0.9)
|
||||||
concurrent-ruby (1.1.8)
|
concurrent-ruby (1.1.9)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
dotenv (2.7.6)
|
dotenv (2.7.6)
|
||||||
|
@ -45,7 +45,7 @@ GEM
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
faraday (1.0.1)
|
faraday (1.0.1)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.13.1)
|
ffi (1.15.3)
|
||||||
gemojione (3.3.0)
|
gemojione (3.3.0)
|
||||||
json
|
json
|
||||||
github-linguist (7.12.1)
|
github-linguist (7.12.1)
|
||||||
|
@ -65,16 +65,16 @@ GEM
|
||||||
gitlab-gollum-rugged_adapter (0.4.4.4.gitlab.1)
|
gitlab-gollum-rugged_adapter (0.4.4.4.gitlab.1)
|
||||||
mime-types (>= 1.15)
|
mime-types (>= 1.15)
|
||||||
rugged (~> 1.0)
|
rugged (~> 1.0)
|
||||||
gitlab-labkit (0.17.1)
|
gitlab-labkit (0.20.0)
|
||||||
actionpack (>= 5.0.0, < 7.0.0)
|
actionpack (>= 5.0.0, < 7.0.0)
|
||||||
activesupport (>= 5.0.0, < 7.0.0)
|
activesupport (>= 5.0.0, < 7.0.0)
|
||||||
grpc (~> 1.19)
|
grpc (~> 1.19)
|
||||||
jaeger-client (~> 1.1)
|
jaeger-client (~> 1.1)
|
||||||
opentracing (~> 0.4)
|
opentracing (~> 0.4)
|
||||||
pg_query (~> 2.0)
|
pg_query (~> 2.1)
|
||||||
redis (> 3.0.0, < 5.0.0)
|
redis (> 3.0.0, < 5.0.0)
|
||||||
gitlab-markup (1.7.1)
|
gitlab-markup (1.7.1)
|
||||||
google-protobuf (3.14.0)
|
google-protobuf (3.17.3)
|
||||||
googleapis-common-protos-types (1.0.5)
|
googleapis-common-protos-types (1.0.5)
|
||||||
google-protobuf (~> 3.11)
|
google-protobuf (~> 3.11)
|
||||||
grpc (1.30.2)
|
grpc (1.30.2)
|
||||||
|
@ -94,7 +94,7 @@ GEM
|
||||||
reverse_markdown (~> 1.0)
|
reverse_markdown (~> 1.0)
|
||||||
rugged (>= 0.24, < 2.0)
|
rugged (>= 0.24, < 2.0)
|
||||||
thor (>= 0.19, < 2.0)
|
thor (>= 0.19, < 2.0)
|
||||||
loofah (2.9.1)
|
loofah (2.10.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
memoizable (0.4.2)
|
memoizable (0.4.2)
|
||||||
|
@ -105,7 +105,7 @@ GEM
|
||||||
mime-types-data (3.2020.1104)
|
mime-types-data (3.2020.1104)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.5.1)
|
mini_portile2 (2.5.1)
|
||||||
minitest (5.14.2)
|
minitest (5.14.4)
|
||||||
msgpack (1.3.3)
|
msgpack (1.3.3)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
nokogiri (1.11.5)
|
nokogiri (1.11.5)
|
||||||
|
@ -121,8 +121,8 @@ GEM
|
||||||
parallel (1.19.2)
|
parallel (1.19.2)
|
||||||
parser (2.7.2.0)
|
parser (2.7.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg_query (2.0.3)
|
pg_query (2.1.0)
|
||||||
google-protobuf (~> 3.15.5)
|
google-protobuf (>= 3.17.1)
|
||||||
proc_to_ast (0.1.0)
|
proc_to_ast (0.1.0)
|
||||||
coderay
|
coderay
|
||||||
parser
|
parser
|
||||||
|
@ -199,8 +199,8 @@ GEM
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
thrift (0.14.1)
|
thrift (0.14.1)
|
||||||
timecop (0.9.1)
|
timecop (0.9.1)
|
||||||
tzinfo (1.2.9)
|
tzinfo (2.0.4)
|
||||||
thread_safe (~> 0.1)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (1.7.0)
|
unicode-display_width (1.7.0)
|
||||||
unparser (0.4.7)
|
unparser (0.4.7)
|
||||||
abstract_type (~> 0.0.7)
|
abstract_type (~> 0.0.7)
|
||||||
|
@ -216,15 +216,15 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activesupport (~> 6.0.3.6)
|
activesupport (~> 6.1.3.2)
|
||||||
factory_bot
|
factory_bot
|
||||||
faraday (~> 1.0)
|
faraday (~> 1.0)
|
||||||
github-linguist (~> 7.12)
|
github-linguist (~> 7.12)
|
||||||
gitlab-gollum-lib (~> 4.2.7.10.gitlab.1)
|
gitlab-gollum-lib (~> 4.2.7.10.gitlab.1)
|
||||||
gitlab-gollum-rugged_adapter (~> 0.4.4.4.gitlab.1)
|
gitlab-gollum-rugged_adapter (~> 0.4.4.4.gitlab.1)
|
||||||
gitlab-labkit (~> 0.17.1)
|
gitlab-labkit (~> 0.20.0)
|
||||||
gitlab-markup (~> 1.7.1)
|
gitlab-markup (~> 1.7.1)
|
||||||
google-protobuf (~> 3.14.0)
|
google-protobuf (~> 3.17.0)
|
||||||
grpc (~> 1.30.2)
|
grpc (~> 1.30.2)
|
||||||
grpc-tools (= 1.30.2)
|
grpc-tools (= 1.30.2)
|
||||||
licensee (~> 9.14.1)
|
licensee (~> 9.14.1)
|
||||||
|
|
|
@ -21,17 +21,17 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in buildGoModule rec {
|
in buildGoModule rec {
|
||||||
version = "14.0.5";
|
version = "14.1.0";
|
||||||
pname = "gitaly";
|
pname = "gitaly";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitaly";
|
repo = "gitaly";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-aZ+EDF9BOdsbE+Xsde259eRmQhnb6H5piLQsvzgVpGM=";
|
sha256 = "sha256-k9Vz/b5ZKz93/7nzEA5mnQI8U++CB3E9b8gJBefl2b0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-U962bMmXNnenCYkSdk0Uy7Bz+b9JGU5rJHfblZoyC/I=";
|
vendorSha256 = "sha256-/SZJGRUg0qV7RYCUSGDE/HL9CmzGVffhL6BmZ316tU0=";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit rubyEnv;
|
inherit rubyEnv;
|
||||||
|
|
|
@ -13,10 +13,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "10rn7gmnnwpm593xv6lcf4qa72wmlbyjg4zmdc3lpb5596whd3yz";
|
sha256 = "1wdgv5llgbl4nayx5j78lfvhhjssrzfmypb45mjy37mgm8z5l5m5";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "6.0.3.6";
|
version = "6.1.3.2";
|
||||||
};
|
};
|
||||||
actionview = {
|
actionview = {
|
||||||
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
|
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
|
||||||
|
@ -24,10 +24,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0ikqpxsrsb7xmq6ds5iq22nj2j3ai16z8z2j5r6lk8pzbi0wwsz5";
|
sha256 = "1r6db2g3fsrca1hp9kbyvjx9psipsxw0g306qharkcblxl8h1ysn";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "6.0.3.6";
|
version = "6.1.3.2";
|
||||||
};
|
};
|
||||||
activesupport = {
|
activesupport = {
|
||||||
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
|
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
|
||||||
|
@ -35,10 +35,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0sls37x9pd2zmipn14c46gcjbfzlg269r413cvm0d58595qkiv7z";
|
sha256 = "1csxddyhl6k773ycxjvmyshyr4g9jb1icbs3pnm7crnavqs4h1yr";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "6.0.3.6";
|
version = "6.1.3.2";
|
||||||
};
|
};
|
||||||
adamantium = {
|
adamantium = {
|
||||||
dependencies = ["ice_nine" "memoizable"];
|
dependencies = ["ice_nine" "memoizable"];
|
||||||
|
@ -122,10 +122,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0mr23wq0szj52xnj0zcn1k0c7j4v79wlwbijkpfcscqww3l6jlg3";
|
sha256 = "0nwad3211p7yv9sda31jmbyw6sdafzmdi2i2niaz6f0wk5nq9h0f";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.1.8";
|
version = "1.1.9";
|
||||||
};
|
};
|
||||||
crass = {
|
crass = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -208,10 +208,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "12lpwaw82bb0rm9f52v1498bpba8aj2l2q359mkwbxsswhpga5af";
|
sha256 = "1wgvaclp4h9y8zkrgz8p2hqkrgr4j7kz0366mik0970w532cbmcq";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.13.1";
|
version = "1.15.3";
|
||||||
};
|
};
|
||||||
gemojione = {
|
gemojione = {
|
||||||
dependencies = ["json"];
|
dependencies = ["json"];
|
||||||
|
@ -269,10 +269,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1y1sk3xmxj14nzx7v2zgq4q4d5lh4v1pvhs03n03j3kp4fbrj469";
|
sha256 = "1krn6vi33i5vqbz3gmwzj9f9ifda41a3as3chpl899mrgni61q6r";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.17.1";
|
version = "0.20.0";
|
||||||
};
|
};
|
||||||
gitlab-markup = {
|
gitlab-markup = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -289,10 +289,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0pbm2kjhxvazx9d5c071bxcjx5cbip6d2y36dii2a4558nqjd12p";
|
sha256 = "0vmll4nnkha3vsqj1g76pwni6x7mp2i81pka4wdwq8qfhn210108";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.14.0";
|
version = "3.17.3";
|
||||||
};
|
};
|
||||||
googleapis-common-protos-types = {
|
googleapis-common-protos-types = {
|
||||||
dependencies = ["google-protobuf"];
|
dependencies = ["google-protobuf"];
|
||||||
|
@ -383,10 +383,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1w9mbii8515p28xd4k72f3ab2g6xiyq15497ys5r8jn6m355lgi7";
|
sha256 = "19vkaazjqyq7yj5ah8rpr4vl9n4mg95scdr5im93akhd5bjvkkly";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.9.1";
|
version = "2.10.0";
|
||||||
};
|
};
|
||||||
memoizable = {
|
memoizable = {
|
||||||
dependencies = ["thread_safe"];
|
dependencies = ["thread_safe"];
|
||||||
|
@ -451,10 +451,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "170y2cvx51gm3cm3nhdf7j36sxnkh6vv8ls36p90ric7w8w16h4v";
|
sha256 = "19z7wkhg59y8abginfrm2wzplz7py3va8fyngiigngqvsws6cwgl";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "5.14.2";
|
version = "5.14.4";
|
||||||
};
|
};
|
||||||
msgpack = {
|
msgpack = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -554,10 +554,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1mii63kgppy2zil2qn54c94z93b6ama6x7gq6rbv4xxlfk8ncrag";
|
sha256 = "12dibsqndfnckc24yryy8v467rxp7p80jx21jhm8z7swp8118jhx";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.0.3";
|
version = "2.1.0";
|
||||||
};
|
};
|
||||||
proc_to_ast = {
|
proc_to_ast = {
|
||||||
dependencies = ["coderay" "parser" "unparser"];
|
dependencies = ["coderay" "parser" "unparser"];
|
||||||
|
@ -913,15 +913,15 @@
|
||||||
version = "0.9.1";
|
version = "0.9.1";
|
||||||
};
|
};
|
||||||
tzinfo = {
|
tzinfo = {
|
||||||
dependencies = ["thread_safe"];
|
dependencies = ["concurrent-ruby"];
|
||||||
groups = ["default" "development" "test"];
|
groups = ["default" "development" "test"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0zwqqh6138s8b321fwvfbywxy00lw1azw4ql3zr0xh1aqxf8cnvj";
|
sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.2.9";
|
version = "2.0.4";
|
||||||
};
|
};
|
||||||
unicode-display_width = {
|
unicode-display_width = {
|
||||||
groups = ["default" "development" "test"];
|
groups = ["default" "development" "test"];
|
||||||
|
|
|
@ -5,7 +5,7 @@ in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gitlab-workhorse";
|
pname = "gitlab-workhorse";
|
||||||
|
|
||||||
version = "14.0.5";
|
version = "14.1.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = data.owner;
|
owner = data.owner;
|
||||||
|
|
|
@ -35,7 +35,7 @@ gem 'rexml', '~> 3.2.5'
|
||||||
gem 'ruby-saml', '~> 1.12.1'
|
gem 'ruby-saml', '~> 1.12.1'
|
||||||
gem 'omniauth', '~> 1.8'
|
gem 'omniauth', '~> 1.8'
|
||||||
gem 'omniauth-auth0', '~> 2.0.0'
|
gem 'omniauth-auth0', '~> 2.0.0'
|
||||||
gem 'omniauth-azure-activedirectory-v2', '~> 0.1'
|
gem 'omniauth-azure-activedirectory-v2', '~> 1.0'
|
||||||
gem 'omniauth-azure-oauth2', '~> 0.0.9' # Deprecated v1 version
|
gem 'omniauth-azure-oauth2', '~> 0.0.9' # Deprecated v1 version
|
||||||
gem 'omniauth-cas3', '~> 1.1.4'
|
gem 'omniauth-cas3', '~> 1.1.4'
|
||||||
gem 'omniauth-facebook', '~> 4.0.0'
|
gem 'omniauth-facebook', '~> 4.0.0'
|
||||||
|
@ -124,7 +124,7 @@ gem 'fog-aws', '~> 3.9'
|
||||||
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
|
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
|
||||||
# Also see config/initializers/fog_core_patch.rb.
|
# Also see config/initializers/fog_core_patch.rb.
|
||||||
gem 'fog-core', '= 2.1.0'
|
gem 'fog-core', '= 2.1.0'
|
||||||
gem 'gitlab-fog-google', '~> 1.13', require: 'fog/google'
|
gem 'fog-google', '~> 1.15', require: 'fog/google'
|
||||||
gem 'fog-local', '~> 0.6'
|
gem 'fog-local', '~> 0.6'
|
||||||
gem 'fog-openstack', '~> 1.0'
|
gem 'fog-openstack', '~> 1.0'
|
||||||
gem 'fog-rackspace', '~> 0.1.1'
|
gem 'fog-rackspace', '~> 0.1.1'
|
||||||
|
@ -157,14 +157,14 @@ gem 'github-markup', '~> 1.7.0', require: 'github/markup'
|
||||||
gem 'commonmarker', '~> 0.21'
|
gem 'commonmarker', '~> 0.21'
|
||||||
gem 'kramdown', '~> 2.3.1'
|
gem 'kramdown', '~> 2.3.1'
|
||||||
gem 'RedCloth', '~> 4.3.2'
|
gem 'RedCloth', '~> 4.3.2'
|
||||||
gem 'gitlab-rdoc', '~> 6.3.2', require: 'rdoc' # We need this fork until rdoc releases a new version. See https://gitlab.com/gitlab-org/gitlab/-/issues/334695
|
gem 'rdoc', '~> 6.3.2'
|
||||||
gem 'org-ruby', '~> 0.9.12'
|
gem 'org-ruby', '~> 0.9.12'
|
||||||
gem 'creole', '~> 0.5.0'
|
gem 'creole', '~> 0.5.0'
|
||||||
gem 'wikicloth', '0.8.1'
|
gem 'wikicloth', '0.8.1'
|
||||||
gem 'asciidoctor', '~> 2.0.10'
|
gem 'asciidoctor', '~> 2.0.10'
|
||||||
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
|
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
|
||||||
gem 'asciidoctor-plantuml', '~> 0.0.12'
|
gem 'asciidoctor-plantuml', '~> 0.0.12'
|
||||||
gem 'asciidoctor-kroki', '~> 0.4.0', require: false
|
gem 'asciidoctor-kroki', '~> 0.5.0', require: false
|
||||||
gem 'rouge', '~> 3.26.0'
|
gem 'rouge', '~> 3.26.0'
|
||||||
gem 'truncato', '~> 0.7.11'
|
gem 'truncato', '~> 0.7.11'
|
||||||
gem 'bootstrap_form', '~> 4.2.0'
|
gem 'bootstrap_form', '~> 4.2.0'
|
||||||
|
@ -197,7 +197,7 @@ gem 'acts-as-taggable-on', '~> 7.0'
|
||||||
# Background jobs
|
# Background jobs
|
||||||
gem 'sidekiq', '~> 5.2.7'
|
gem 'sidekiq', '~> 5.2.7'
|
||||||
gem 'sidekiq-cron', '~> 1.0'
|
gem 'sidekiq-cron', '~> 1.0'
|
||||||
gem 'redis-namespace', '~> 1.7.0'
|
gem 'redis-namespace', '~> 1.8.1'
|
||||||
gem 'gitlab-sidekiq-fetcher', '0.5.6', require: 'sidekiq-reliable-fetch'
|
gem 'gitlab-sidekiq-fetcher', '0.5.6', require: 'sidekiq-reliable-fetch'
|
||||||
|
|
||||||
# Cron Parser
|
# Cron Parser
|
||||||
|
@ -229,7 +229,7 @@ gem 'js_regex', '~> 3.4'
|
||||||
gem 'device_detector'
|
gem 'device_detector'
|
||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
gem 'redis', '~> 4.0'
|
gem 'redis', '~> 4.1.4'
|
||||||
gem 'connection_pool', '~> 2.0'
|
gem 'connection_pool', '~> 2.0'
|
||||||
|
|
||||||
# Redis session store
|
# Redis session store
|
||||||
|
@ -258,7 +258,7 @@ gem 'asana', '~> 0.10.3'
|
||||||
gem 'ruby-fogbugz', '~> 0.2.1'
|
gem 'ruby-fogbugz', '~> 0.2.1'
|
||||||
|
|
||||||
# Kubernetes integration
|
# Kubernetes integration
|
||||||
gem 'kubeclient', '~> 4.9.1'
|
gem 'kubeclient', '~> 4.9.2'
|
||||||
|
|
||||||
# Sanitize user input
|
# Sanitize user input
|
||||||
gem 'sanitize', '~> 5.2.1'
|
gem 'sanitize', '~> 5.2.1'
|
||||||
|
@ -286,16 +286,16 @@ gem 'gitlab_chronic_duration', '~> 0.10.6.2'
|
||||||
gem 'rack-proxy', '~> 0.6.0'
|
gem 'rack-proxy', '~> 0.6.0'
|
||||||
|
|
||||||
gem 'sassc-rails', '~> 2.1.0'
|
gem 'sassc-rails', '~> 2.1.0'
|
||||||
gem 'autoprefixer-rails', '10.2.0.0'
|
gem 'autoprefixer-rails', '10.2.5.1'
|
||||||
gem 'terser', '1.0.2'
|
gem 'terser', '1.0.2'
|
||||||
|
|
||||||
gem 'addressable', '~> 2.7'
|
gem 'addressable', '~> 2.8'
|
||||||
gem 'gemojione', '~> 3.3'
|
gem 'gemojione', '~> 3.3'
|
||||||
gem 'gon', '~> 6.4.0'
|
gem 'gon', '~> 6.4.0'
|
||||||
gem 'request_store', '~> 1.5'
|
gem 'request_store', '~> 1.5'
|
||||||
gem 'base32', '~> 0.3.0'
|
gem 'base32', '~> 0.3.0'
|
||||||
|
|
||||||
gem 'gitlab-license', '~> 1.5'
|
gem 'gitlab-license', '~> 2.0'
|
||||||
|
|
||||||
# Protect against bruteforcing
|
# Protect against bruteforcing
|
||||||
gem 'rack-attack', '~> 6.3.0'
|
gem 'rack-attack', '~> 6.3.0'
|
||||||
|
@ -305,16 +305,12 @@ gem 'sentry-raven', '~> 3.1'
|
||||||
|
|
||||||
# PostgreSQL query parsing
|
# PostgreSQL query parsing
|
||||||
#
|
#
|
||||||
# We need this fork until https://github.com/pganalyze/pg_query/pull/212
|
gem 'pg_query', '~> 2.1'
|
||||||
# and https://github.com/pganalyze/pg_query/pull/213 are
|
|
||||||
# released. gitlab-labkit will need to be updated to use the pg_query
|
|
||||||
# version.
|
|
||||||
gem 'gitlab-pg_query', '~> 2.0.4', require: 'pg_query'
|
|
||||||
|
|
||||||
gem 'premailer-rails', '~> 1.10.3'
|
gem 'premailer-rails', '~> 1.10.3'
|
||||||
|
|
||||||
# LabKit: Tracing and Correlation
|
# LabKit: Tracing and Correlation
|
||||||
gem 'gitlab-labkit', '~> 0.18.0'
|
gem 'gitlab-labkit', '~> 0.20.0'
|
||||||
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
|
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
|
||||||
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
|
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
|
||||||
gem 'thrift', '>= 0.14.0'
|
gem 'thrift', '>= 0.14.0'
|
||||||
|
@ -335,13 +331,9 @@ gem 'peek', '~> 1.1'
|
||||||
gem 'snowplow-tracker', '~> 0.6.1'
|
gem 'snowplow-tracker', '~> 0.6.1'
|
||||||
|
|
||||||
# Metrics
|
# Metrics
|
||||||
group :metrics do
|
gem 'method_source', '~> 1.0', require: false
|
||||||
gem 'method_source', '~> 1.0', require: false
|
gem 'webrick', '~> 1.6.1', require: false
|
||||||
gem 'webrick', '~> 1.6.1', require: false
|
gem 'prometheus-client-mmap', '~> 0.12.0', require: 'prometheus/client'
|
||||||
|
|
||||||
# Prometheus
|
|
||||||
gem 'prometheus-client-mmap', '~> 0.12.0'
|
|
||||||
end
|
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'lefthook', '~> 0.7.0', require: false
|
gem 'lefthook', '~> 0.7.0', require: false
|
||||||
|
@ -402,7 +394,7 @@ group :development, :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test, :danger do
|
group :development, :test, :danger do
|
||||||
gem 'gitlab-dangerfiles', '~> 2.1.2', require: false
|
gem 'gitlab-dangerfiles', '~> 2.2.2', require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test, :coverage do
|
group :development, :test, :coverage do
|
||||||
|
@ -480,7 +472,7 @@ end
|
||||||
gem 'spamcheck', '~> 0.1.0'
|
gem 'spamcheck', '~> 0.1.0'
|
||||||
|
|
||||||
# Gitaly GRPC protocol definitions
|
# Gitaly GRPC protocol definitions
|
||||||
gem 'gitaly', '~> 14.0.0.pre.rc2'
|
gem 'gitaly', '~> 14.1.0.pre.rc3'
|
||||||
|
|
||||||
# KAS GRPC protocol definitions
|
# KAS GRPC protocol definitions
|
||||||
gem 'kas-grpc', '~> 0.0.2'
|
gem 'kas-grpc', '~> 0.0.2'
|
||||||
|
@ -489,14 +481,14 @@ gem 'grpc', '~> 1.30.2'
|
||||||
|
|
||||||
gem 'google-protobuf', '~> 3.17.1'
|
gem 'google-protobuf', '~> 3.17.1'
|
||||||
|
|
||||||
gem 'toml-rb', '~> 1.0.0'
|
gem 'toml-rb', '~> 2.0'
|
||||||
|
|
||||||
# Feature toggles
|
# Feature toggles
|
||||||
gem 'flipper', '~> 0.21.0'
|
gem 'flipper', '~> 0.21.0'
|
||||||
gem 'flipper-active_record', '~> 0.21.0'
|
gem 'flipper-active_record', '~> 0.21.0'
|
||||||
gem 'flipper-active_support_cache_store', '~> 0.21.0'
|
gem 'flipper-active_support_cache_store', '~> 0.21.0'
|
||||||
gem 'unleash', '~> 0.1.5'
|
gem 'unleash', '~> 0.1.5'
|
||||||
gem 'gitlab-experiment', '~> 0.5.4'
|
gem 'gitlab-experiment', '~> 0.6.1'
|
||||||
|
|
||||||
# Structured logging
|
# Structured logging
|
||||||
gem 'lograge', '~> 0.5'
|
gem 'lograge', '~> 0.5'
|
||||||
|
|
|
@ -72,7 +72,7 @@ GEM
|
||||||
adamantium (0.2.0)
|
adamantium (0.2.0)
|
||||||
ice_nine (~> 0.11.0)
|
ice_nine (~> 0.11.0)
|
||||||
memoizable (~> 0.4.0)
|
memoizable (~> 0.4.0)
|
||||||
addressable (2.7.0)
|
addressable (2.8.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
aes_key_wrap (1.1.0)
|
aes_key_wrap (1.1.0)
|
||||||
akismet (3.0.0)
|
akismet (3.0.0)
|
||||||
|
@ -85,10 +85,10 @@ GEM
|
||||||
faraday_middleware (~> 1.0)
|
faraday_middleware (~> 1.0)
|
||||||
faraday_middleware-multi_json (~> 0.0)
|
faraday_middleware-multi_json (~> 0.0)
|
||||||
oauth2 (~> 1.4)
|
oauth2 (~> 1.4)
|
||||||
asciidoctor (2.0.12)
|
asciidoctor (2.0.15)
|
||||||
asciidoctor-include-ext (0.3.1)
|
asciidoctor-include-ext (0.3.1)
|
||||||
asciidoctor (>= 1.5.6, < 3.0.0)
|
asciidoctor (>= 1.5.6, < 3.0.0)
|
||||||
asciidoctor-kroki (0.4.0)
|
asciidoctor-kroki (0.5.0)
|
||||||
asciidoctor (~> 2.0)
|
asciidoctor (~> 2.0)
|
||||||
asciidoctor-plantuml (0.0.12)
|
asciidoctor-plantuml (0.0.12)
|
||||||
asciidoctor (>= 1.5.6, < 3.0.0)
|
asciidoctor (>= 1.5.6, < 3.0.0)
|
||||||
|
@ -98,9 +98,9 @@ GEM
|
||||||
attr_encrypted (3.1.0)
|
attr_encrypted (3.1.0)
|
||||||
encryptor (~> 3.0.0)
|
encryptor (~> 3.0.0)
|
||||||
attr_required (1.0.1)
|
attr_required (1.0.1)
|
||||||
autoprefixer-rails (10.2.0.0)
|
autoprefixer-rails (10.2.5.1)
|
||||||
execjs
|
execjs (> 0)
|
||||||
awesome_print (1.8.0)
|
awesome_print (1.9.2)
|
||||||
awrence (1.1.1)
|
awrence (1.1.1)
|
||||||
aws-eventstream (1.1.0)
|
aws-eventstream (1.1.0)
|
||||||
aws-partitions (1.345.0)
|
aws-partitions (1.345.0)
|
||||||
|
@ -222,7 +222,7 @@ GEM
|
||||||
css_parser (1.7.0)
|
css_parser (1.7.0)
|
||||||
addressable
|
addressable
|
||||||
daemons (1.3.1)
|
daemons (1.3.1)
|
||||||
danger (8.2.3)
|
danger (8.3.1)
|
||||||
claide (~> 1.0)
|
claide (~> 1.0)
|
||||||
claide-plugins (>= 0.9.2)
|
claide-plugins (>= 0.9.2)
|
||||||
colored2 (~> 3.1)
|
colored2 (~> 3.1)
|
||||||
|
@ -336,7 +336,7 @@ GEM
|
||||||
tzinfo
|
tzinfo
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
excon (0.71.1)
|
excon (0.71.1)
|
||||||
execjs (2.7.0)
|
execjs (2.8.1)
|
||||||
expression_parser (0.9.0)
|
expression_parser (0.9.0)
|
||||||
extended-markdown-filter (0.6.0)
|
extended-markdown-filter (0.6.0)
|
||||||
html-pipeline (~> 2.0)
|
html-pipeline (~> 2.0)
|
||||||
|
@ -374,7 +374,7 @@ GEM
|
||||||
fast_blank (1.0.0)
|
fast_blank (1.0.0)
|
||||||
fast_gettext (1.6.0)
|
fast_gettext (1.6.0)
|
||||||
ffaker (2.10.0)
|
ffaker (2.10.0)
|
||||||
ffi (1.15.1)
|
ffi (1.15.3)
|
||||||
ffi-compiler (1.0.1)
|
ffi-compiler (1.0.1)
|
||||||
ffi (>= 1.0.0)
|
ffi (>= 1.0.0)
|
||||||
rake
|
rake
|
||||||
|
@ -405,6 +405,12 @@ GEM
|
||||||
excon (~> 0.58)
|
excon (~> 0.58)
|
||||||
formatador (~> 0.2)
|
formatador (~> 0.2)
|
||||||
mime-types
|
mime-types
|
||||||
|
fog-google (1.15.0)
|
||||||
|
fog-core (<= 2.1.0)
|
||||||
|
fog-json (~> 1.2)
|
||||||
|
fog-xml (~> 0.1.0)
|
||||||
|
google-api-client (>= 0.44.2, < 0.51)
|
||||||
|
google-cloud-env (~> 1.2)
|
||||||
fog-json (1.2.0)
|
fog-json (1.2.0)
|
||||||
fog-core
|
fog-core
|
||||||
multi_json (~> 1.10)
|
multi_json (~> 1.10)
|
||||||
|
@ -447,7 +453,7 @@ GEM
|
||||||
rails (>= 3.2.0)
|
rails (>= 3.2.0)
|
||||||
git (1.7.0)
|
git (1.7.0)
|
||||||
rchardet (~> 1.8)
|
rchardet (~> 1.8)
|
||||||
gitaly (14.0.0.pre.rc2)
|
gitaly (14.1.0.pre.rc3)
|
||||||
grpc (~> 1.0)
|
grpc (~> 1.0)
|
||||||
github-markup (1.7.0)
|
github-markup (1.7.0)
|
||||||
gitlab (4.16.1)
|
gitlab (4.16.1)
|
||||||
|
@ -455,9 +461,10 @@ GEM
|
||||||
terminal-table (~> 1.5, >= 1.5.1)
|
terminal-table (~> 1.5, >= 1.5.1)
|
||||||
gitlab-chronic (0.10.5)
|
gitlab-chronic (0.10.5)
|
||||||
numerizer (~> 0.2)
|
numerizer (~> 0.2)
|
||||||
gitlab-dangerfiles (2.1.2)
|
gitlab-dangerfiles (2.2.2)
|
||||||
danger-gitlab
|
danger (>= 8.3.1)
|
||||||
gitlab-experiment (0.5.4)
|
danger-gitlab (>= 8.0.0)
|
||||||
|
gitlab-experiment (0.6.1)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
request_store (>= 1.0)
|
request_store (>= 1.0)
|
||||||
scientist (~> 1.6, >= 1.6.0)
|
scientist (~> 1.6, >= 1.6.0)
|
||||||
|
@ -468,22 +475,15 @@ GEM
|
||||||
fog-json (~> 1.2.0)
|
fog-json (~> 1.2.0)
|
||||||
mime-types
|
mime-types
|
||||||
ms_rest_azure (~> 0.12.0)
|
ms_rest_azure (~> 0.12.0)
|
||||||
gitlab-fog-google (1.13.0)
|
gitlab-labkit (0.20.0)
|
||||||
addressable (>= 2.7.0)
|
|
||||||
fog-core (<= 2.1.0)
|
|
||||||
fog-json (~> 1.2)
|
|
||||||
fog-xml (~> 0.1.0)
|
|
||||||
google-api-client (>= 0.44.2, < 0.51)
|
|
||||||
google-cloud-env (~> 1.2)
|
|
||||||
gitlab-labkit (0.18.0)
|
|
||||||
actionpack (>= 5.0.0, < 7.0.0)
|
actionpack (>= 5.0.0, < 7.0.0)
|
||||||
activesupport (>= 5.0.0, < 7.0.0)
|
activesupport (>= 5.0.0, < 7.0.0)
|
||||||
gitlab-pg_query (~> 2.0)
|
|
||||||
grpc (~> 1.19)
|
grpc (~> 1.19)
|
||||||
jaeger-client (~> 1.1)
|
jaeger-client (~> 1.1)
|
||||||
opentracing (~> 0.4)
|
opentracing (~> 0.4)
|
||||||
|
pg_query (~> 2.1)
|
||||||
redis (> 3.0.0, < 5.0.0)
|
redis (> 3.0.0, < 5.0.0)
|
||||||
gitlab-license (1.5.0)
|
gitlab-license (2.0.0)
|
||||||
gitlab-mail_room (0.0.9)
|
gitlab-mail_room (0.0.9)
|
||||||
gitlab-markup (1.7.1)
|
gitlab-markup (1.7.1)
|
||||||
gitlab-net-dns (0.9.1)
|
gitlab-net-dns (0.9.1)
|
||||||
|
@ -491,9 +491,6 @@ GEM
|
||||||
addressable (~> 2.7)
|
addressable (~> 2.7)
|
||||||
omniauth (~> 1.9)
|
omniauth (~> 1.9)
|
||||||
openid_connect (~> 1.2)
|
openid_connect (~> 1.2)
|
||||||
gitlab-pg_query (2.0.4)
|
|
||||||
google-protobuf (>= 3.17.1)
|
|
||||||
gitlab-rdoc (6.3.2)
|
|
||||||
gitlab-sidekiq-fetcher (0.5.6)
|
gitlab-sidekiq-fetcher (0.5.6)
|
||||||
sidekiq (~> 5)
|
sidekiq (~> 5)
|
||||||
gitlab-styles (6.2.0)
|
gitlab-styles (6.2.0)
|
||||||
|
@ -525,7 +522,7 @@ GEM
|
||||||
retriable (>= 2.0, < 4.0)
|
retriable (>= 2.0, < 4.0)
|
||||||
rexml
|
rexml
|
||||||
signet (~> 0.12)
|
signet (~> 0.12)
|
||||||
google-cloud-env (1.4.0)
|
google-cloud-env (1.5.0)
|
||||||
faraday (>= 0.17.3, < 2.0)
|
faraday (>= 0.17.3, < 2.0)
|
||||||
google-protobuf (3.17.1)
|
google-protobuf (3.17.1)
|
||||||
googleapis-common-protos-types (1.0.6)
|
googleapis-common-protos-types (1.0.6)
|
||||||
|
@ -611,7 +608,7 @@ GEM
|
||||||
hana (1.3.6)
|
hana (1.3.6)
|
||||||
hangouts-chat (0.0.5)
|
hangouts-chat (0.0.5)
|
||||||
hashdiff (1.0.1)
|
hashdiff (1.0.1)
|
||||||
hashie (3.6.0)
|
hashie (4.1.0)
|
||||||
hashie-forbidden_attributes (0.1.1)
|
hashie-forbidden_attributes (0.1.1)
|
||||||
hashie (>= 3.0)
|
hashie (>= 3.0)
|
||||||
health_check (3.0.0)
|
health_check (3.0.0)
|
||||||
|
@ -671,9 +668,8 @@ GEM
|
||||||
hana (~> 1.3)
|
hana (~> 1.3)
|
||||||
regexp_parser (~> 1.5)
|
regexp_parser (~> 1.5)
|
||||||
uri_template (~> 0.7)
|
uri_template (~> 0.7)
|
||||||
jsonpath (1.0.5)
|
jsonpath (1.1.0)
|
||||||
multi_json
|
multi_json
|
||||||
to_regexp (~> 0.2.1)
|
|
||||||
jwt (2.1.0)
|
jwt (2.1.0)
|
||||||
kaminari (1.2.1)
|
kaminari (1.2.1)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
|
@ -695,7 +691,7 @@ GEM
|
||||||
rexml
|
rexml
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
kubeclient (4.9.1)
|
kubeclient (4.9.2)
|
||||||
http (>= 3.0, < 5.0)
|
http (>= 3.0, < 5.0)
|
||||||
jsonpath (~> 1.0)
|
jsonpath (~> 1.0)
|
||||||
recursive-open-struct (~> 1.1, >= 1.1.1)
|
recursive-open-struct (~> 1.1, >= 1.1.1)
|
||||||
|
@ -755,7 +751,7 @@ GEM
|
||||||
mini_histogram (0.3.1)
|
mini_histogram (0.3.1)
|
||||||
mini_magick (4.10.1)
|
mini_magick (4.10.1)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.5.0)
|
mini_portile2 (2.5.1)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
mixlib-cli (2.1.8)
|
mixlib-cli (2.1.8)
|
||||||
mixlib-config (3.0.9)
|
mixlib-config (3.0.9)
|
||||||
|
@ -793,7 +789,7 @@ GEM
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nio4r (2.5.4)
|
nio4r (2.5.4)
|
||||||
no_proxy_fix (0.1.2)
|
no_proxy_fix (0.1.2)
|
||||||
nokogiri (1.11.4)
|
nokogiri (1.11.5)
|
||||||
mini_portile2 (~> 2.5.0)
|
mini_portile2 (~> 2.5.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogumbo (2.0.2)
|
nokogumbo (2.0.2)
|
||||||
|
@ -803,7 +799,7 @@ GEM
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
numerizer (0.2.0)
|
numerizer (0.2.0)
|
||||||
oauth (0.5.4)
|
oauth (0.5.4)
|
||||||
oauth2 (1.4.4)
|
oauth2 (1.4.7)
|
||||||
faraday (>= 0.8, < 2.0)
|
faraday (>= 0.8, < 2.0)
|
||||||
jwt (>= 1.0, < 3.0)
|
jwt (>= 1.0, < 3.0)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
|
@ -826,8 +822,8 @@ GEM
|
||||||
train-core
|
train-core
|
||||||
wmi-lite (~> 1.0)
|
wmi-lite (~> 1.0)
|
||||||
oj (3.10.6)
|
oj (3.10.6)
|
||||||
omniauth (1.9.0)
|
omniauth (1.9.1)
|
||||||
hashie (>= 3.4.6, < 3.7.0)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 1.6.2, < 3)
|
||||||
omniauth-atlassian-oauth2 (0.2.0)
|
omniauth-atlassian-oauth2 (0.2.0)
|
||||||
omniauth (>= 1.1.1)
|
omniauth (>= 1.1.1)
|
||||||
|
@ -837,8 +833,8 @@ GEM
|
||||||
omniauth-authentiq (0.3.3)
|
omniauth-authentiq (0.3.3)
|
||||||
jwt (>= 1.5)
|
jwt (>= 1.5)
|
||||||
omniauth-oauth2 (>= 1.5)
|
omniauth-oauth2 (>= 1.5)
|
||||||
omniauth-azure-activedirectory-v2 (0.1.1)
|
omniauth-azure-activedirectory-v2 (1.0.0)
|
||||||
omniauth-oauth2
|
omniauth-oauth2 (~> 1.7)
|
||||||
omniauth-azure-oauth2 (0.0.10)
|
omniauth-azure-oauth2 (0.0.10)
|
||||||
jwt (>= 1.0, < 3.0)
|
jwt (>= 1.0, < 3.0)
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
|
@ -867,9 +863,9 @@ GEM
|
||||||
omniauth-oauth (1.1.0)
|
omniauth-oauth (1.1.0)
|
||||||
oauth
|
oauth
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
omniauth-oauth2 (1.6.0)
|
omniauth-oauth2 (1.7.1)
|
||||||
oauth2 (~> 1.1)
|
oauth2 (~> 1.4)
|
||||||
omniauth (~> 1.9)
|
omniauth (>= 1.9, < 3)
|
||||||
omniauth-oauth2-generic (0.2.2)
|
omniauth-oauth2-generic (0.2.2)
|
||||||
omniauth-oauth2 (~> 1.0)
|
omniauth-oauth2 (~> 1.0)
|
||||||
omniauth-salesforce (1.0.5)
|
omniauth-salesforce (1.0.5)
|
||||||
|
@ -915,6 +911,8 @@ GEM
|
||||||
peek (1.1.0)
|
peek (1.1.0)
|
||||||
railties (>= 4.0.0)
|
railties (>= 4.0.0)
|
||||||
pg (1.2.3)
|
pg (1.2.3)
|
||||||
|
pg_query (2.1.0)
|
||||||
|
google-protobuf (>= 3.17.1)
|
||||||
plist (3.6.0)
|
plist (3.6.0)
|
||||||
png_quantizator (0.2.1)
|
png_quantizator (0.2.1)
|
||||||
po_to_json (1.0.1)
|
po_to_json (1.0.1)
|
||||||
|
@ -1018,11 +1016,12 @@ GEM
|
||||||
msgpack (>= 0.4.3)
|
msgpack (>= 0.4.3)
|
||||||
optimist (>= 3.0.0)
|
optimist (>= 3.0.0)
|
||||||
rchardet (1.8.0)
|
rchardet (1.8.0)
|
||||||
|
rdoc (6.3.2)
|
||||||
re2 (1.2.0)
|
re2 (1.2.0)
|
||||||
recaptcha (4.13.1)
|
recaptcha (4.13.1)
|
||||||
json
|
json
|
||||||
recursive-open-struct (1.1.2)
|
recursive-open-struct (1.1.3)
|
||||||
redis (4.1.3)
|
redis (4.1.4)
|
||||||
redis-actionpack (5.2.0)
|
redis-actionpack (5.2.0)
|
||||||
actionpack (>= 5, < 7)
|
actionpack (>= 5, < 7)
|
||||||
redis-rack (>= 2.1.0, < 3)
|
redis-rack (>= 2.1.0, < 3)
|
||||||
|
@ -1030,7 +1029,7 @@ GEM
|
||||||
redis-activesupport (5.2.0)
|
redis-activesupport (5.2.0)
|
||||||
activesupport (>= 3, < 7)
|
activesupport (>= 3, < 7)
|
||||||
redis-store (>= 1.3, < 2)
|
redis-store (>= 1.3, < 2)
|
||||||
redis-namespace (1.7.0)
|
redis-namespace (1.8.1)
|
||||||
redis (>= 3.0.4)
|
redis (>= 3.0.4)
|
||||||
redis-rack (2.1.2)
|
redis-rack (2.1.2)
|
||||||
rack (>= 2.0.8, < 3)
|
rack (>= 2.0.8, < 3)
|
||||||
|
@ -1256,7 +1255,7 @@ GEM
|
||||||
activesupport (>= 3)
|
activesupport (>= 3)
|
||||||
attr_required (>= 0.0.5)
|
attr_required (>= 0.0.5)
|
||||||
httpclient (>= 2.4)
|
httpclient (>= 2.4)
|
||||||
sys-filesystem (1.1.6)
|
sys-filesystem (1.1.9)
|
||||||
ffi
|
ffi
|
||||||
sysexits (1.2.0)
|
sysexits (1.2.0)
|
||||||
temple (0.8.2)
|
temple (0.8.2)
|
||||||
|
@ -1279,10 +1278,9 @@ GEM
|
||||||
timecop (0.9.1)
|
timecop (0.9.1)
|
||||||
timeliness (0.3.10)
|
timeliness (0.3.10)
|
||||||
timfel-krb5-auth (0.8.3)
|
timfel-krb5-auth (0.8.3)
|
||||||
to_regexp (0.2.1)
|
|
||||||
toml (0.2.0)
|
toml (0.2.0)
|
||||||
parslet (~> 1.8.0)
|
parslet (~> 1.8.0)
|
||||||
toml-rb (1.0.0)
|
toml-rb (2.0.1)
|
||||||
citrus (~> 3.0, > 3.0)
|
citrus (~> 3.0, > 3.0)
|
||||||
tomlrb (1.3.0)
|
tomlrb (1.3.0)
|
||||||
tpm-key_attestation (0.9.0)
|
tpm-key_attestation (0.9.0)
|
||||||
|
@ -1395,17 +1393,17 @@ DEPENDENCIES
|
||||||
acme-client (~> 2.0, >= 2.0.6)
|
acme-client (~> 2.0, >= 2.0.6)
|
||||||
activerecord-explain-analyze (~> 0.1)
|
activerecord-explain-analyze (~> 0.1)
|
||||||
acts-as-taggable-on (~> 7.0)
|
acts-as-taggable-on (~> 7.0)
|
||||||
addressable (~> 2.7)
|
addressable (~> 2.8)
|
||||||
akismet (~> 3.0)
|
akismet (~> 3.0)
|
||||||
apollo_upload_server (~> 2.0.2)
|
apollo_upload_server (~> 2.0.2)
|
||||||
asana (~> 0.10.3)
|
asana (~> 0.10.3)
|
||||||
asciidoctor (~> 2.0.10)
|
asciidoctor (~> 2.0.10)
|
||||||
asciidoctor-include-ext (~> 0.3.1)
|
asciidoctor-include-ext (~> 0.3.1)
|
||||||
asciidoctor-kroki (~> 0.4.0)
|
asciidoctor-kroki (~> 0.5.0)
|
||||||
asciidoctor-plantuml (~> 0.0.12)
|
asciidoctor-plantuml (~> 0.0.12)
|
||||||
atlassian-jwt (~> 0.2.0)
|
atlassian-jwt (~> 0.2.0)
|
||||||
attr_encrypted (~> 3.1.0)
|
attr_encrypted (~> 3.1.0)
|
||||||
autoprefixer-rails (= 10.2.0.0)
|
autoprefixer-rails (= 10.2.5.1)
|
||||||
awesome_print
|
awesome_print
|
||||||
aws-sdk-cloudformation (~> 1)
|
aws-sdk-cloudformation (~> 1)
|
||||||
aws-sdk-core (~> 3)
|
aws-sdk-core (~> 3)
|
||||||
|
@ -1467,6 +1465,7 @@ DEPENDENCIES
|
||||||
fog-aliyun (~> 0.3)
|
fog-aliyun (~> 0.3)
|
||||||
fog-aws (~> 3.9)
|
fog-aws (~> 3.9)
|
||||||
fog-core (= 2.1.0)
|
fog-core (= 2.1.0)
|
||||||
|
fog-google (~> 1.15)
|
||||||
fog-local (~> 0.6)
|
fog-local (~> 0.6)
|
||||||
fog-openstack (~> 1.0)
|
fog-openstack (~> 1.0)
|
||||||
fog-rackspace (~> 0.1.1)
|
fog-rackspace (~> 0.1.1)
|
||||||
|
@ -1476,21 +1475,18 @@ DEPENDENCIES
|
||||||
gettext (~> 3.3)
|
gettext (~> 3.3)
|
||||||
gettext_i18n_rails (~> 1.8.0)
|
gettext_i18n_rails (~> 1.8.0)
|
||||||
gettext_i18n_rails_js (~> 1.3)
|
gettext_i18n_rails_js (~> 1.3)
|
||||||
gitaly (~> 14.0.0.pre.rc2)
|
gitaly (~> 14.1.0.pre.rc3)
|
||||||
github-markup (~> 1.7.0)
|
github-markup (~> 1.7.0)
|
||||||
gitlab-chronic (~> 0.10.5)
|
gitlab-chronic (~> 0.10.5)
|
||||||
gitlab-dangerfiles (~> 2.1.2)
|
gitlab-dangerfiles (~> 2.2.2)
|
||||||
gitlab-experiment (~> 0.5.4)
|
gitlab-experiment (~> 0.6.1)
|
||||||
gitlab-fog-azure-rm (~> 1.1.1)
|
gitlab-fog-azure-rm (~> 1.1.1)
|
||||||
gitlab-fog-google (~> 1.13)
|
gitlab-labkit (~> 0.20.0)
|
||||||
gitlab-labkit (~> 0.18.0)
|
gitlab-license (~> 2.0)
|
||||||
gitlab-license (~> 1.5)
|
|
||||||
gitlab-mail_room (~> 0.0.9)
|
gitlab-mail_room (~> 0.0.9)
|
||||||
gitlab-markup (~> 1.7.1)
|
gitlab-markup (~> 1.7.1)
|
||||||
gitlab-net-dns (~> 0.9.1)
|
gitlab-net-dns (~> 0.9.1)
|
||||||
gitlab-omniauth-openid-connect (~> 0.4.0)
|
gitlab-omniauth-openid-connect (~> 0.4.0)
|
||||||
gitlab-pg_query (~> 2.0.4)
|
|
||||||
gitlab-rdoc (~> 6.3.2)
|
|
||||||
gitlab-sidekiq-fetcher (= 0.5.6)
|
gitlab-sidekiq-fetcher (= 0.5.6)
|
||||||
gitlab-styles (~> 6.2.0)
|
gitlab-styles (~> 6.2.0)
|
||||||
gitlab_chronic_duration (~> 0.10.6.2)
|
gitlab_chronic_duration (~> 0.10.6.2)
|
||||||
|
@ -1531,7 +1527,7 @@ DEPENDENCIES
|
||||||
kas-grpc (~> 0.0.2)
|
kas-grpc (~> 0.0.2)
|
||||||
knapsack (~> 1.21.1)
|
knapsack (~> 1.21.1)
|
||||||
kramdown (~> 2.3.1)
|
kramdown (~> 2.3.1)
|
||||||
kubeclient (~> 4.9.1)
|
kubeclient (~> 4.9.2)
|
||||||
lefthook (~> 0.7.0)
|
lefthook (~> 0.7.0)
|
||||||
letter_opener_web (~> 1.4.0)
|
letter_opener_web (~> 1.4.0)
|
||||||
license_finder (~> 6.0)
|
license_finder (~> 6.0)
|
||||||
|
@ -1559,7 +1555,7 @@ DEPENDENCIES
|
||||||
omniauth-atlassian-oauth2 (~> 0.2.0)
|
omniauth-atlassian-oauth2 (~> 0.2.0)
|
||||||
omniauth-auth0 (~> 2.0.0)
|
omniauth-auth0 (~> 2.0.0)
|
||||||
omniauth-authentiq (~> 0.3.3)
|
omniauth-authentiq (~> 0.3.3)
|
||||||
omniauth-azure-activedirectory-v2 (~> 0.1)
|
omniauth-azure-activedirectory-v2 (~> 1.0)
|
||||||
omniauth-azure-oauth2 (~> 0.0.9)
|
omniauth-azure-oauth2 (~> 0.0.9)
|
||||||
omniauth-cas3 (~> 1.1.4)
|
omniauth-cas3 (~> 1.1.4)
|
||||||
omniauth-facebook (~> 4.0.0)
|
omniauth-facebook (~> 4.0.0)
|
||||||
|
@ -1578,6 +1574,7 @@ DEPENDENCIES
|
||||||
parslet (~> 1.8)
|
parslet (~> 1.8)
|
||||||
peek (~> 1.1)
|
peek (~> 1.1)
|
||||||
pg (~> 1.1)
|
pg (~> 1.1)
|
||||||
|
pg_query (~> 2.1)
|
||||||
png_quantizator (~> 0.2.1)
|
png_quantizator (~> 0.2.1)
|
||||||
premailer-rails (~> 1.10.3)
|
premailer-rails (~> 1.10.3)
|
||||||
prometheus-client-mmap (~> 0.12.0)
|
prometheus-client-mmap (~> 0.12.0)
|
||||||
|
@ -1598,10 +1595,11 @@ DEPENDENCIES
|
||||||
rainbow (~> 3.0)
|
rainbow (~> 3.0)
|
||||||
rblineprof (~> 0.3.6)
|
rblineprof (~> 0.3.6)
|
||||||
rbtrace (~> 0.4)
|
rbtrace (~> 0.4)
|
||||||
|
rdoc (~> 6.3.2)
|
||||||
re2 (~> 1.2.0)
|
re2 (~> 1.2.0)
|
||||||
recaptcha (~> 4.11)
|
recaptcha (~> 4.11)
|
||||||
redis (~> 4.0)
|
redis (~> 4.1.4)
|
||||||
redis-namespace (~> 1.7.0)
|
redis-namespace (~> 1.8.1)
|
||||||
redis-rails (~> 5.0.2)
|
redis-rails (~> 5.0.2)
|
||||||
request_store (~> 1.5)
|
request_store (~> 1.5)
|
||||||
responders (~> 3.0)
|
responders (~> 3.0)
|
||||||
|
@ -1651,7 +1649,7 @@ DEPENDENCIES
|
||||||
thin (~> 1.8.0)
|
thin (~> 1.8.0)
|
||||||
thrift (>= 0.14.0)
|
thrift (>= 0.14.0)
|
||||||
timecop (~> 0.9.1)
|
timecop (~> 0.9.1)
|
||||||
toml-rb (~> 1.0.0)
|
toml-rb (~> 2.0)
|
||||||
truncato (~> 0.7.11)
|
truncato (~> 0.7.11)
|
||||||
u2f (~> 0.2.1)
|
u2f (~> 0.2.1)
|
||||||
unf (~> 0.1.4)
|
unf (~> 0.1.4)
|
||||||
|
|
|
@ -176,14 +176,14 @@
|
||||||
};
|
};
|
||||||
addressable = {
|
addressable = {
|
||||||
dependencies = ["public_suffix"];
|
dependencies = ["public_suffix"];
|
||||||
groups = ["default" "development" "test"];
|
groups = ["danger" "default" "development" "test"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy";
|
sha256 = "022r3m9wdxljpbya69y2i3h9g3dhhfaqzidf95m6qjzms792jvgp";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.7.0";
|
version = "2.8.0";
|
||||||
};
|
};
|
||||||
aes_key_wrap = {
|
aes_key_wrap = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -242,10 +242,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1gjk9v83vw0pz4x0xqqnw231z9sgscm6vnacjw7hy5njkw8fskj9";
|
sha256 = "0k3lijm4dmiz977bfmpclk5glj5jwv7bidamwwwywm60ywb0n4n4";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.0.12";
|
version = "2.0.15";
|
||||||
};
|
};
|
||||||
asciidoctor-include-ext = {
|
asciidoctor-include-ext = {
|
||||||
dependencies = ["asciidoctor"];
|
dependencies = ["asciidoctor"];
|
||||||
|
@ -264,10 +264,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "13gx22xld4rbxxirnsxyrsajy9v666r8a4ngms71611af5afgk6w";
|
sha256 = "04jzsicaynwyy4l3w69x1qqww4av57army5xiapvv2b6g5s8nb32";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
};
|
};
|
||||||
asciidoctor-plantuml = {
|
asciidoctor-plantuml = {
|
||||||
dependencies = ["asciidoctor"];
|
dependencies = ["asciidoctor"];
|
||||||
|
@ -328,20 +328,20 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0p9j0sxw0nm27x7wj0n8a9zikwb0v8b6varr601rcgymsjj2v7wy";
|
sha256 = "1vlqwy2qkp39ibp7llj7ps53nvxav29c2yl451v1qdhj25zxc49p";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "10.2.0.0";
|
version = "10.2.5.1";
|
||||||
};
|
};
|
||||||
awesome_print = {
|
awesome_print = {
|
||||||
groups = ["development" "test"];
|
groups = ["development" "test"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "14arh1ixfsd6j5md0agyzvksm5svfkvchb90fp32nn7y3avcmc2h";
|
sha256 = "0vkq6c8y2jvaw03ynds5vjzl1v9wg608cimkd3bidzxc0jvk56z9";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.8.0";
|
version = "1.9.2";
|
||||||
};
|
};
|
||||||
awrence = {
|
awrence = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -963,10 +963,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1nv02gq90nngnfa6hgiyyk60a31xfayk67va98k41gy9arhdkz5g";
|
sha256 = "12nmycrlwr8ca2s0fx76k81gjw12iz15k1n0qanszv5d4l1ykj2l";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "8.2.3";
|
version = "8.3.1";
|
||||||
};
|
};
|
||||||
danger-gitlab = {
|
danger-gitlab = {
|
||||||
dependencies = ["danger" "gitlab"];
|
dependencies = ["danger" "gitlab"];
|
||||||
|
@ -1460,10 +1460,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1yz55sf2nd3l666ms6xr18sm2aggcvmb8qr3v53lr4rir32y1yp1";
|
sha256 = "121h6af4i6wr3wxvv84y53jcyw2sk71j5wsncm6wq6yqrwcrk4vd";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.7.0";
|
version = "2.8.1";
|
||||||
};
|
};
|
||||||
expression_parser = {
|
expression_parser = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -1659,10 +1659,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "15nn2v70rql15vb0pm9cg0f3xsaslwjkv6xgz0k5jh48idmfw9fi";
|
sha256 = "1wgvaclp4h9y8zkrgz8p2hqkrgr4j7kz0366mik0970w532cbmcq";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.15.1";
|
version = "1.15.3";
|
||||||
};
|
};
|
||||||
ffi-compiler = {
|
ffi-compiler = {
|
||||||
dependencies = ["ffi" "rake"];
|
dependencies = ["ffi" "rake"];
|
||||||
|
@ -1762,6 +1762,17 @@
|
||||||
};
|
};
|
||||||
version = "2.1.0";
|
version = "2.1.0";
|
||||||
};
|
};
|
||||||
|
fog-google = {
|
||||||
|
dependencies = ["fog-core" "fog-json" "fog-xml" "google-api-client" "google-cloud-env"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "01mky1gqgg8vijr2avyspc9l4asjzkr5xc31x4c4ff7jzf00g11g";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.15.0";
|
||||||
|
};
|
||||||
fog-json = {
|
fog-json = {
|
||||||
dependencies = ["fog-core" "multi_json"];
|
dependencies = ["fog-core" "multi_json"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -1941,10 +1952,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1wpp1zdwjmglsycliag6v9844jnhpvkblry9i14a16gspqdsfam4";
|
sha256 = "0kf335cnps9ix3jfnfq99zlp7wrf6p9lip7cxicxylvn682i7l4y";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "14.0.0.pre.rc2";
|
version = "14.1.0.pre.rc3";
|
||||||
};
|
};
|
||||||
github-markup = {
|
github-markup = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -1979,15 +1990,15 @@
|
||||||
version = "0.10.5";
|
version = "0.10.5";
|
||||||
};
|
};
|
||||||
gitlab-dangerfiles = {
|
gitlab-dangerfiles = {
|
||||||
dependencies = ["danger-gitlab"];
|
dependencies = ["danger" "danger-gitlab"];
|
||||||
groups = ["danger" "development" "test"];
|
groups = ["danger" "development" "test"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "09vcxzbsvgis47ifgd82rjn12587qcw6q2q0n0y3cg5snag6fqdb";
|
sha256 = "1x5qlncyc090vyvgpj5f186109gfyv4jcbyibbyq3mcd38brqgc2";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.1.2";
|
version = "2.2.2";
|
||||||
};
|
};
|
||||||
gitlab-experiment = {
|
gitlab-experiment = {
|
||||||
dependencies = ["activesupport" "request_store" "scientist"];
|
dependencies = ["activesupport" "request_store" "scientist"];
|
||||||
|
@ -1995,10 +2006,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "18xc1785b9h0vwlqgi2m0mhjim6jaqqpi8nnl4hh8mbjd4d6kf1j";
|
sha256 = "0d1w5vd3001469bk5cqac5d9l44f6sbqbzw5z4xiflyi7fdad9jf";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.5.4";
|
version = "0.6.1";
|
||||||
};
|
};
|
||||||
gitlab-fog-azure-rm = {
|
gitlab-fog-azure-rm = {
|
||||||
dependencies = ["azure-storage-blob" "azure-storage-common" "fog-core" "fog-json" "mime-types" "ms_rest_azure"];
|
dependencies = ["azure-storage-blob" "azure-storage-common" "fog-core" "fog-json" "mime-types" "ms_rest_azure"];
|
||||||
|
@ -2011,37 +2022,26 @@
|
||||||
};
|
};
|
||||||
version = "1.1.1";
|
version = "1.1.1";
|
||||||
};
|
};
|
||||||
gitlab-fog-google = {
|
|
||||||
dependencies = ["addressable" "fog-core" "fog-json" "fog-xml" "google-api-client" "google-cloud-env"];
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "0ybmiclsdpkp1l91z6d4qkhha6cik6kgf4kzs3a2c26mhnnj6gxy";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.13.0";
|
|
||||||
};
|
|
||||||
gitlab-labkit = {
|
gitlab-labkit = {
|
||||||
dependencies = ["actionpack" "activesupport" "gitlab-pg_query" "grpc" "jaeger-client" "opentracing" "redis"];
|
dependencies = ["actionpack" "activesupport" "grpc" "jaeger-client" "opentracing" "pg_query" "redis"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1d18fx54dq2a2ngdix3dchbk4xpxfpqz1rkr2hi1kvi6idq4k6qp";
|
sha256 = "1krn6vi33i5vqbz3gmwzj9f9ifda41a3as3chpl899mrgni61q6r";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.18.0";
|
version = "0.20.0";
|
||||||
};
|
};
|
||||||
gitlab-license = {
|
gitlab-license = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "07qcbdrxqwbri0kgiamrvx9y7cii3smf94g6scgn2l369m6955x1";
|
sha256 = "01hddqd3167360m1h5lnrgxd0gmwhaisb9qz89rprhi5ckzyx2gz";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.5.0";
|
version = "2.0.0";
|
||||||
};
|
};
|
||||||
gitlab-mail_room = {
|
gitlab-mail_room = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -2084,27 +2084,6 @@
|
||||||
};
|
};
|
||||||
version = "0.4.0";
|
version = "0.4.0";
|
||||||
};
|
};
|
||||||
gitlab-pg_query = {
|
|
||||||
dependencies = ["google-protobuf"];
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "17whjbrmyh1wn3badapa1xhdcjpdrxgn7vz705fpi1p9r8q0a2vj";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.0.4";
|
|
||||||
};
|
|
||||||
gitlab-rdoc = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "04vdirkdj42as3rgj6qlgz5ly5vg45i9k184bmf5z556i3b1fyf9";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "6.3.2";
|
|
||||||
};
|
|
||||||
gitlab-sidekiq-fetcher = {
|
gitlab-sidekiq-fetcher = {
|
||||||
dependencies = ["sidekiq"];
|
dependencies = ["sidekiq"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -2188,10 +2167,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0bjgxyvagy6hjj8yg7fqq24rwdjxb6hx7fdd1bmn4mwd846lci2i";
|
sha256 = "0ajc3w4wqg46ywcbmb5fz1q6gfm6g7874s9h31i1r038kz2bzfag";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
};
|
};
|
||||||
google-protobuf = {
|
google-protobuf = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -2456,10 +2435,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "13bdzfp25c8k51ayzxqkbzag3wj5gc1jd8h7d985nsq6pn57g5xh";
|
sha256 = "02bsx12ihl78x0vdm37byp78jjw2ff6035y7rrmbd90qxjwxr43q";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.6.0";
|
version = "4.1.0";
|
||||||
};
|
};
|
||||||
hashie-forbidden_attributes = {
|
hashie-forbidden_attributes = {
|
||||||
dependencies = ["hashie"];
|
dependencies = ["hashie"];
|
||||||
|
@ -2748,15 +2727,15 @@
|
||||||
version = "0.2.12";
|
version = "0.2.12";
|
||||||
};
|
};
|
||||||
jsonpath = {
|
jsonpath = {
|
||||||
dependencies = ["multi_json" "to_regexp"];
|
dependencies = ["multi_json"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1bwgk17dwraaf6grv6v99xjjy3ds1sqsf1v49fnlyfjkniy6ap8q";
|
sha256 = "12hjsr0plnx6v0bh1rhhimfi7z3rqm19xb47ybdkc1h9yhynnmdq";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.5";
|
version = "1.1.0";
|
||||||
};
|
};
|
||||||
jwt = {
|
jwt = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -2861,10 +2840,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "07ygwvdrdhqmvqj3g7hsrgwimr1xcphk9d6qjdxr0iynqaahn0l7";
|
sha256 = "0kld1w4706dfd6jx3snsi4h2pvqfazz1fni5al2ln60s3b8sybq4";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "4.9.1";
|
version = "4.9.2";
|
||||||
};
|
};
|
||||||
launchy = {
|
launchy = {
|
||||||
dependencies = ["addressable"];
|
dependencies = ["addressable"];
|
||||||
|
@ -3147,10 +3126,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1hdbpmamx8js53yk3h8cqy12kgv6ca06k0c9n3pxh6b6cjfs19x7";
|
sha256 = "0xg1x4708a4pn2wk8qs2d8kfzzdyv9kjjachg2f1phsx62ap2rx2";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.5.0";
|
version = "2.5.1";
|
||||||
};
|
};
|
||||||
minitest = {
|
minitest = {
|
||||||
groups = ["development" "test"];
|
groups = ["development" "test"];
|
||||||
|
@ -3406,10 +3385,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "05rfzi8wksps5pgaavq1n1vkngsrjhqz8rcd1qdb52hnpg9q9p9b";
|
sha256 = "1i80ny61maqzqr1fq5wgpkijmh5j8abisrmhn16kv7mzmxqg5w0m";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.11.4";
|
version = "1.11.5";
|
||||||
};
|
};
|
||||||
nokogumbo = {
|
nokogumbo = {
|
||||||
dependencies = ["nokogiri"];
|
dependencies = ["nokogiri"];
|
||||||
|
@ -3459,10 +3438,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1bhakjh30vi8scqwnhd1c9qkac9r8hh2lr0dbs5ynwmrc5djxknm";
|
sha256 = "1q6q2kgpxmygk8kmxqn54zkw8cs57a34zzz5cxpsh1bj3ag06rk3";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.4.4";
|
version = "1.4.7";
|
||||||
};
|
};
|
||||||
octokit = {
|
octokit = {
|
||||||
dependencies = ["faraday" "sawyer"];
|
dependencies = ["faraday" "sawyer"];
|
||||||
|
@ -3502,10 +3481,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1p16h1rp8by05k8gfw17xjhgwp60dk8qmj1xalv1n23kmxfsxb1x";
|
sha256 = "002vi9gwamkmhf0dsj2im1d47xw2n1jfhnzl18shxf3ampkqfmyz";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.9.0";
|
version = "1.9.1";
|
||||||
};
|
};
|
||||||
omniauth-atlassian-oauth2 = {
|
omniauth-atlassian-oauth2 = {
|
||||||
dependencies = ["omniauth" "omniauth-oauth2"];
|
dependencies = ["omniauth" "omniauth-oauth2"];
|
||||||
|
@ -3546,10 +3525,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0bgdyzjh7x9knkzaa6bl9f5fvh05nd0gqxrqassww0vqh5qgyfpy";
|
sha256 = "1pv9pxff3g4cva76zzsx8fibb08c9av51lxksh73mbl9rrxdgkgd";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.1.1";
|
version = "1.0.0";
|
||||||
};
|
};
|
||||||
omniauth-azure-oauth2 = {
|
omniauth-azure-oauth2 = {
|
||||||
dependencies = ["jwt" "omniauth" "omniauth-oauth2"];
|
dependencies = ["jwt" "omniauth" "omniauth-oauth2"];
|
||||||
|
@ -3656,10 +3635,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "11mi36l9d97r77q99jnafdc1yaa0a9wahhpp7dj7ank8q52g7g79";
|
sha256 = "10fr2b58sp7l6nfdvxpbi67374hkrvsf507cvda89jjs0jacy319";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.6.0";
|
version = "1.7.1";
|
||||||
};
|
};
|
||||||
omniauth-oauth2-generic = {
|
omniauth-oauth2-generic = {
|
||||||
dependencies = ["omniauth-oauth2"];
|
dependencies = ["omniauth-oauth2"];
|
||||||
|
@ -3882,6 +3861,17 @@
|
||||||
};
|
};
|
||||||
version = "1.2.3";
|
version = "1.2.3";
|
||||||
};
|
};
|
||||||
|
pg_query = {
|
||||||
|
dependencies = ["google-protobuf"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "12dibsqndfnckc24yryy8v467rxp7p80jx21jhm8z7swp8118jhx";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "2.1.0";
|
||||||
|
};
|
||||||
plist = {
|
plist = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
|
@ -4316,6 +4306,16 @@
|
||||||
};
|
};
|
||||||
version = "1.8.0";
|
version = "1.8.0";
|
||||||
};
|
};
|
||||||
|
rdoc = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "19h5g3g7k7wggy9amfx8b3m09ss7wrakbrva2xnda9sw4chagx6y";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "6.3.2";
|
||||||
|
};
|
||||||
re2 = {
|
re2 = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
|
@ -4342,10 +4342,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "12manni00r5qn50z8w316pnm8mqn858i5kj6s9sr9sfl8qx8ws5g";
|
sha256 = "0nnyr6qsqrcszf6c10n4zfjs8h9n67zvsmx6mp8brkigamr8llx3";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
};
|
};
|
||||||
RedCloth = {
|
RedCloth = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -4362,10 +4362,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "08v2y91q1pmv12g9zsvwj66w3s8j9d82yrmxgyv4y4gz380j3wyh";
|
sha256 = "0j0p82yb2a0z2sv38jq9xdzs0kvbslpyfdxky9f3znpy3igxj6yh";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "4.1.3";
|
version = "4.1.4";
|
||||||
};
|
};
|
||||||
redis-actionpack = {
|
redis-actionpack = {
|
||||||
dependencies = ["actionpack" "redis-rack" "redis-store"];
|
dependencies = ["actionpack" "redis-rack" "redis-store"];
|
||||||
|
@ -4395,10 +4395,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1wb4x8bg2d0plv3izpmi1sd7nd1ix8nxw7b43hd9bac08f4w62mx";
|
sha256 = "0k65fr7f8ciq7d9nwc5ziw1d32zsxilgmqdlj3359rz5jgb0f5y8";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.7.0";
|
version = "1.8.1";
|
||||||
};
|
};
|
||||||
redis-rack = {
|
redis-rack = {
|
||||||
dependencies = ["rack" "redis-store"];
|
dependencies = ["rack" "redis-store"];
|
||||||
|
@ -5352,10 +5352,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "092wj7936i5inzafi09wqh5c8dbak588q21k652dsrdjf5qi10zq";
|
sha256 = "03y0mnn5mp9ydi5jc4d3y0gnk5fxwljzzfzj9rg7q94kslwi1kx4";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.1.6";
|
version = "1.1.9";
|
||||||
};
|
};
|
||||||
sysexits = {
|
sysexits = {
|
||||||
groups = ["default" "development" "test"];
|
groups = ["default" "development" "test"];
|
||||||
|
@ -5511,16 +5511,6 @@
|
||||||
};
|
};
|
||||||
version = "0.8.3";
|
version = "0.8.3";
|
||||||
};
|
};
|
||||||
to_regexp = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1rgabfhnql6l4fx09mmj5d0vza924iczqf2blmn82l782b6qqi9v";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "0.2.1";
|
|
||||||
};
|
|
||||||
toml = {
|
toml = {
|
||||||
dependencies = ["parslet"];
|
dependencies = ["parslet"];
|
||||||
groups = ["default" "development" "test"];
|
groups = ["default" "development" "test"];
|
||||||
|
@ -5538,10 +5528,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0pz6z1mc7rnv4chkbx3mdn4q1lpp0j596dq57kbq39jv0wn0wi4d";
|
sha256 = "0x5j95w28vj85bzw98g1dyd4gm7xpli2fdvwwrgwlay7gb3wc5jh";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.0";
|
version = "2.0.1";
|
||||||
};
|
};
|
||||||
tomlrb = {
|
tomlrb = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
|
|
@ -778,11 +778,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_eslint_eslintrc___eslintrc_0.4.2.tgz";
|
name = "_eslint_eslintrc___eslintrc_0.4.3.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_eslint_eslintrc___eslintrc_0.4.2.tgz";
|
name = "_eslint_eslintrc___eslintrc_0.4.3.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz";
|
url = "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz";
|
||||||
sha1 = "f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179";
|
sha1 = "9e42981ef035beb3dd49add17acb96e8ff6f394c";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -794,11 +794,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_gitlab_eslint_plugin___eslint_plugin_8.4.0.tgz";
|
name = "_gitlab_eslint_plugin___eslint_plugin_9.0.2.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_gitlab_eslint_plugin___eslint_plugin_8.4.0.tgz";
|
name = "_gitlab_eslint_plugin___eslint_plugin_9.0.2.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-8.4.0.tgz";
|
url = "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-9.0.2.tgz";
|
||||||
sha1 = "094fa4d41676a71146f82e1b19257a7ceabefd88";
|
sha1 = "c7e0c8744001227d88624eb533047f3d5dd8d419";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -818,11 +818,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_gitlab_svgs___svgs_1.199.0.tgz";
|
name = "_gitlab_svgs___svgs_1.202.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_gitlab_svgs___svgs_1.199.0.tgz";
|
name = "_gitlab_svgs___svgs_1.202.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.199.0.tgz";
|
url = "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.202.0.tgz";
|
||||||
sha1 = "0512a854018defc4e286b8ecb2143958bb535146";
|
sha1 = "dbfad291fc5f597f0d31ca6a694fa8e78af57847";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -834,11 +834,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_gitlab_ui___ui_29.35.0.tgz";
|
name = "_gitlab_ui___ui_31.5.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_gitlab_ui___ui_29.35.0.tgz";
|
name = "_gitlab_ui___ui_31.5.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@gitlab/ui/-/ui-29.35.0.tgz";
|
url = "https://registry.yarnpkg.com/@gitlab/ui/-/ui-31.5.0.tgz";
|
||||||
sha1 = "bb04d1e4f8796134bc406adaa869c1b5b1fdcaf2";
|
sha1 = "45b7866b790e7d5a1b67b39000c047991036b437";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -850,11 +850,19 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_gitlab_vue_toasted___vue_toasted_1.3.0.tgz";
|
name = "_humanwhocodes_config_array___config_array_0.5.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_gitlab_vue_toasted___vue_toasted_1.3.0.tgz";
|
name = "_humanwhocodes_config_array___config_array_0.5.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@gitlab/vue-toasted/-/vue-toasted-1.3.0.tgz";
|
url = "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz";
|
||||||
sha1 = "f21550d4ce406ee5f99447a02abf36250ecc922d";
|
sha1 = "1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "_humanwhocodes_object_schema___object_schema_1.2.0.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "_humanwhocodes_object_schema___object_schema_1.2.0.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz";
|
||||||
|
sha1 = "87de7af9c231826fdd68ac7258f77c429e0e5fcf";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1114,11 +1122,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.57.tgz";
|
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.58.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.57.tgz";
|
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.58.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@sourcegraph/code-host-integration/-/code-host-integration-0.0.57.tgz";
|
url = "https://registry.yarnpkg.com/@sourcegraph/code-host-integration/-/code-host-integration-0.0.58.tgz";
|
||||||
sha1 = "aed4649a51745deef5e4ee79b9a4fdc092471237";
|
sha1 = "7adc78c0a420e7527c68782e2f0c9c62652df02d";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1154,67 +1162,67 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_core___core_2.0.0_beta.75.tgz";
|
name = "_tiptap_core___core_2.0.0_beta.86.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_core___core_2.0.0_beta.75.tgz";
|
name = "_tiptap_core___core_2.0.0_beta.86.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/core/-/core-2.0.0-beta.75.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/core/-/core-2.0.0-beta.86.tgz";
|
||||||
sha1 = "8295dfa7ca4b22de61e9c68a102763343b26e03a";
|
sha1 = "11b575aee4ad2f30f73114c786da5cd13dde30e0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_blockquote___extension_blockquote_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_blockquote___extension_blockquote_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_blockquote___extension_blockquote_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_blockquote___extension_blockquote_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.0.0-beta.14.tgz";
|
||||||
sha1 = "72a26dd54e5edb9abc4488ad7c1f0a43d4089bd5";
|
sha1 = "f49872981aecdd21341c4d5db32ab68cba945756";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_bold___extension_bold_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_bold___extension_bold_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_bold___extension_bold_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_bold___extension_bold_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-bold/-/extension-bold-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-bold/-/extension-bold-2.0.0-beta.14.tgz";
|
||||||
sha1 = "d6b8f3797a6f7932ae38b9d761cc1effa886b715";
|
sha1 = "6bf9ea70f7e24e6d674c7780471fcb6a7a4b91f4";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_bubble_menu___extension_bubble_menu_2.0.0_beta.20.tgz";
|
name = "_tiptap_extension_bubble_menu___extension_bubble_menu_2.0.0_beta.24.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_bubble_menu___extension_bubble_menu_2.0.0_beta.20.tgz";
|
name = "_tiptap_extension_bubble_menu___extension_bubble_menu_2.0.0_beta.24.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.0.0-beta.20.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.0.0-beta.24.tgz";
|
||||||
sha1 = "248c70910bf232ed5fb9eb3a7c084bc592d2341d";
|
sha1 = "e6db5bc0386ccdbd483e57296b22eb6dd55914ba";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_bullet_list___extension_bullet_list_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_bullet_list___extension_bullet_list_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_bullet_list___extension_bullet_list_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_bullet_list___extension_bullet_list_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.0.0-beta.14.tgz";
|
||||||
sha1 = "8b2c4ec8decc5562ae9bb5d97b0a99e0b27f9794";
|
sha1 = "29b9bfa2e908cdb01943242f75daf82115f5afd1";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_code_block_lowlight___extension_code_block_lowlight_2.0.0_beta.25.tgz";
|
name = "_tiptap_extension_code_block_lowlight___extension_code_block_lowlight_2.0.0_beta.32.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_code_block_lowlight___extension_code_block_lowlight_2.0.0_beta.25.tgz";
|
name = "_tiptap_extension_code_block_lowlight___extension_code_block_lowlight_2.0.0_beta.32.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.0.0-beta.25.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.0.0-beta.32.tgz";
|
||||||
sha1 = "eb5f721fa8a4035244b7883e3cfc770f17fae27f";
|
sha1 = "ef9ff6883f2d669e6be79c69f26749641462e1ea";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_code_block___extension_code_block_2.0.0_beta.15.tgz";
|
name = "_tiptap_extension_code_block___extension_code_block_2.0.0_beta.16.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_code_block___extension_code_block_2.0.0_beta.15.tgz";
|
name = "_tiptap_extension_code_block___extension_code_block_2.0.0_beta.16.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-code-block/-/extension-code-block-2.0.0-beta.15.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-code-block/-/extension-code-block-2.0.0-beta.16.tgz";
|
||||||
sha1 = "3fb0f04c38f8276195a1a958cc7d3399b52dc46a";
|
sha1 = "7788ee1af04eb84fe194261bb1bb835dbe7ad59e";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_code___extension_code_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_code___extension_code_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_code___extension_code_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_code___extension_code_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-code/-/extension-code-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-code/-/extension-code-2.0.0-beta.14.tgz";
|
||||||
sha1 = "fa2d14c61fe213c2c40b196e1b1b7a8862cec987";
|
sha1 = "679a741589d63006140605553be7c6148c000814";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1226,83 +1234,83 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_dropcursor___extension_dropcursor_2.0.0_beta.14.tgz";
|
name = "_tiptap_extension_dropcursor___extension_dropcursor_2.0.0_beta.17.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_dropcursor___extension_dropcursor_2.0.0_beta.14.tgz";
|
name = "_tiptap_extension_dropcursor___extension_dropcursor_2.0.0_beta.17.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.0.0-beta.14.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.0.0-beta.17.tgz";
|
||||||
sha1 = "b5e4137d4be1afe14a8f67d932af5e6d3df7cb56";
|
sha1 = "3ca59c264b49a91c1a5b2ce8de3e898903d0a5bc";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_floating_menu___extension_floating_menu_2.0.0_beta.16.tgz";
|
name = "_tiptap_extension_floating_menu___extension_floating_menu_2.0.0_beta.18.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_floating_menu___extension_floating_menu_2.0.0_beta.16.tgz";
|
name = "_tiptap_extension_floating_menu___extension_floating_menu_2.0.0_beta.18.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.0.0-beta.16.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.0.0-beta.18.tgz";
|
||||||
sha1 = "109226c060351b83916441cd58d631eff47d6bb2";
|
sha1 = "4d9b7f58c73f6c718a74503c5ff514b06f615e27";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_gapcursor___extension_gapcursor_2.0.0_beta.17.tgz";
|
name = "_tiptap_extension_gapcursor___extension_gapcursor_2.0.0_beta.18.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_gapcursor___extension_gapcursor_2.0.0_beta.17.tgz";
|
name = "_tiptap_extension_gapcursor___extension_gapcursor_2.0.0_beta.18.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.0.0-beta.17.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.0.0-beta.18.tgz";
|
||||||
sha1 = "774037fddab50379b21a58cab91bfd988b9b793f";
|
sha1 = "67c2266ec21c90f003e989862b709475f5427fea";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_hard_break___extension_hard_break_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_hard_break___extension_hard_break_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_hard_break___extension_hard_break_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_hard_break___extension_hard_break_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.0.0-beta.14.tgz";
|
||||||
sha1 = "36b5433e70e8eac121d6d26871ff60527b500442";
|
sha1 = "dce00c49dc614caac82720b930501a59b38d5584";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_heading___extension_heading_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_heading___extension_heading_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_heading___extension_heading_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_heading___extension_heading_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-heading/-/extension-heading-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-heading/-/extension-heading-2.0.0-beta.14.tgz";
|
||||||
sha1 = "7d6f4a0e28af47ad1a1e455af01dbd1997a9f948";
|
sha1 = "63df6d7282afd3c2db2253af2e538c3bf2800751";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_history___extension_history_2.0.0_beta.12.tgz";
|
name = "_tiptap_extension_history___extension_history_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_history___extension_history_2.0.0_beta.12.tgz";
|
name = "_tiptap_extension_history___extension_history_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-history/-/extension-history-2.0.0-beta.12.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-history/-/extension-history-2.0.0-beta.14.tgz";
|
||||||
sha1 = "a25607aab594998d6b46576724d56701a2833689";
|
sha1 = "7990a592a521ca4147e733eed78fcb738ed6ba95";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_horizontal_rule___extension_horizontal_rule_2.0.0_beta.16.tgz";
|
name = "_tiptap_extension_horizontal_rule___extension_horizontal_rule_2.0.0_beta.17.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_horizontal_rule___extension_horizontal_rule_2.0.0_beta.16.tgz";
|
name = "_tiptap_extension_horizontal_rule___extension_horizontal_rule_2.0.0_beta.17.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.0.0-beta.16.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.0.0-beta.17.tgz";
|
||||||
sha1 = "7f8a3e14de2fc8bbb52816a697450a61d8797689";
|
sha1 = "25c15bfab5794a3f1bcf6f4df03bef56ddac80aa";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_image___extension_image_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_image___extension_image_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_image___extension_image_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_image___extension_image_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-image/-/extension-image-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-image/-/extension-image-2.0.0-beta.14.tgz";
|
||||||
sha1 = "58a2e66533e2ef63e67aeb7980fe642b75fa17a0";
|
sha1 = "31eae69cce3d81af81a1c0fbd253beca3c253429";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_italic___extension_italic_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_italic___extension_italic_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_italic___extension_italic_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_italic___extension_italic_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-italic/-/extension-italic-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-italic/-/extension-italic-2.0.0-beta.14.tgz";
|
||||||
sha1 = "8b0810e41dc5c3bfb0640d638b0b40464cd81fea";
|
sha1 = "5b56a806ef6507dc2001eaeeeb234ee0b25d8544";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_link___extension_link_2.0.0_beta.17.tgz";
|
name = "_tiptap_extension_link___extension_link_2.0.0_beta.18.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_link___extension_link_2.0.0_beta.17.tgz";
|
name = "_tiptap_extension_link___extension_link_2.0.0_beta.18.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-link/-/extension-link-2.0.0-beta.17.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-link/-/extension-link-2.0.0-beta.18.tgz";
|
||||||
sha1 = "5a3c28762cf332bb4de0fb13ce6973b11496697a";
|
sha1 = "792c671daf3db79873b8425e68da43dd19af230b";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1314,27 +1322,59 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_ordered_list___extension_ordered_list_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_ordered_list___extension_ordered_list_2.0.0_beta.14.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_ordered_list___extension_ordered_list_2.0.0_beta.13.tgz";
|
name = "_tiptap_extension_ordered_list___extension_ordered_list_2.0.0_beta.14.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.0.0-beta.13.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.0.0-beta.14.tgz";
|
||||||
sha1 = "4df2264e1405f73848cd2fedcea95f3064911cd7";
|
sha1 = "54487f8b9246226586d0190d07a449a97536436a";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_paragraph___extension_paragraph_2.0.0_beta.14.tgz";
|
name = "_tiptap_extension_paragraph___extension_paragraph_2.0.0_beta.15.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_paragraph___extension_paragraph_2.0.0_beta.14.tgz";
|
name = "_tiptap_extension_paragraph___extension_paragraph_2.0.0_beta.15.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.0.0-beta.14.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.0.0-beta.15.tgz";
|
||||||
sha1 = "6b8c64166f3b581a1f8e1ae415b895e5bd2952d1";
|
sha1 = "89483a2f438d8412287d441c890304985c2ac07f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_extension_strike___extension_strike_2.0.0_beta.15.tgz";
|
name = "_tiptap_extension_strike___extension_strike_2.0.0_beta.16.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_extension_strike___extension_strike_2.0.0_beta.15.tgz";
|
name = "_tiptap_extension_strike___extension_strike_2.0.0_beta.16.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/extension-strike/-/extension-strike-2.0.0-beta.15.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/extension-strike/-/extension-strike-2.0.0-beta.16.tgz";
|
||||||
sha1 = "c274ae85b1067f80d45a1cb30d0cad24733c9be7";
|
sha1 = "cccce9713824e05ebde895f84f747b8bbed45f7d";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "_tiptap_extension_table_cell___extension_table_cell_2.0.0_beta.13.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "_tiptap_extension_table_cell___extension_table_cell_2.0.0_beta.13.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/@tiptap/extension-table-cell/-/extension-table-cell-2.0.0-beta.13.tgz";
|
||||||
|
sha1 = "c01eada4859d5ea487d61e68cc7fab7ed2e4842a";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "_tiptap_extension_table_header___extension_table_header_2.0.0_beta.15.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "_tiptap_extension_table_header___extension_table_header_2.0.0_beta.15.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/@tiptap/extension-table-header/-/extension-table-header-2.0.0-beta.15.tgz";
|
||||||
|
sha1 = "884d16f104671ee672f1f629f4e4fef0b096bfbb";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "_tiptap_extension_table_row___extension_table_row_2.0.0_beta.13.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "_tiptap_extension_table_row___extension_table_row_2.0.0_beta.13.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/@tiptap/extension-table-row/-/extension-table-row-2.0.0-beta.13.tgz";
|
||||||
|
sha1 = "3f9a61112afcde750228f4437ae3cd7b82d02f74";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "_tiptap_extension_table___extension_table_2.0.0_beta.25.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "_tiptap_extension_table___extension_table_2.0.0_beta.25.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/@tiptap/extension-table/-/extension-table-2.0.0-beta.25.tgz";
|
||||||
|
sha1 = "57accf19c07e96bd0db868eb791da20bd423af36";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1346,11 +1386,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_tiptap_vue_2___vue_2_2.0.0_beta.34.tgz";
|
name = "_tiptap_vue_2___vue_2_2.0.0_beta.39.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_tiptap_vue_2___vue_2_2.0.0_beta.34.tgz";
|
name = "_tiptap_vue_2___vue_2_2.0.0_beta.39.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@tiptap/vue-2/-/vue-2-2.0.0-beta.34.tgz";
|
url = "https://registry.yarnpkg.com/@tiptap/vue-2/-/vue-2-2.0.0-beta.39.tgz";
|
||||||
sha1 = "df9309eb812b50a85315c4623ac222db751fc97a";
|
sha1 = "f6d75af99b072848381f0c443b50ec09186eb43b";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1498,11 +1538,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_lowlight___lowlight_0.0.2.tgz";
|
name = "_types_lowlight___lowlight_0.0.3.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_lowlight___lowlight_0.0.2.tgz";
|
name = "_types_lowlight___lowlight_0.0.3.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/lowlight/-/lowlight-0.0.2.tgz";
|
url = "https://registry.yarnpkg.com/@types/lowlight/-/lowlight-0.0.3.tgz";
|
||||||
sha1 = "bb517f1486477a8c59dea11be0dfaf96d629d35d";
|
sha1 = "433b03dd63894dde17860063f4c90a688431194b";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1586,27 +1626,27 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_prosemirror_dropcursor___prosemirror_dropcursor_1.0.1.tgz";
|
name = "_types_prosemirror_dropcursor___prosemirror_dropcursor_1.0.2.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_prosemirror_dropcursor___prosemirror_dropcursor_1.0.1.tgz";
|
name = "_types_prosemirror_dropcursor___prosemirror_dropcursor_1.0.2.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/prosemirror-dropcursor/-/prosemirror-dropcursor-1.0.1.tgz";
|
url = "https://registry.yarnpkg.com/@types/prosemirror-dropcursor/-/prosemirror-dropcursor-1.0.2.tgz";
|
||||||
sha1 = "3ba98dd861ff2a62559e70f453f996a1ef5ec55d";
|
sha1 = "476b90a661f32d6d6a21599f53fcd71e36c65a1f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_prosemirror_gapcursor___prosemirror_gapcursor_1.0.3.tgz";
|
name = "_types_prosemirror_gapcursor___prosemirror_gapcursor_1.0.4.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_prosemirror_gapcursor___prosemirror_gapcursor_1.0.3.tgz";
|
name = "_types_prosemirror_gapcursor___prosemirror_gapcursor_1.0.4.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.3.tgz";
|
url = "https://registry.yarnpkg.com/@types/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.4.tgz";
|
||||||
sha1 = "989e98c734e01e2ed4cab39992e60a1b0646cab6";
|
sha1 = "7df7d373edb33ea8da12084bfd462cf84cd69761";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_prosemirror_history___prosemirror_history_1.0.2.tgz";
|
name = "_types_prosemirror_history___prosemirror_history_1.0.3.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_prosemirror_history___prosemirror_history_1.0.2.tgz";
|
name = "_types_prosemirror_history___prosemirror_history_1.0.3.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/prosemirror-history/-/prosemirror-history-1.0.2.tgz";
|
url = "https://registry.yarnpkg.com/@types/prosemirror-history/-/prosemirror-history-1.0.3.tgz";
|
||||||
sha1 = "f90a009a0dcd71393faa69ce705593dec76347a1";
|
sha1 = "f1110efbe758129b5475e466ff077f0a8d9b964f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1626,11 +1666,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_prosemirror_model___prosemirror_model_1.13.0.tgz";
|
name = "_types_prosemirror_model___prosemirror_model_1.13.1.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_prosemirror_model___prosemirror_model_1.13.0.tgz";
|
name = "_types_prosemirror_model___prosemirror_model_1.13.1.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/prosemirror-model/-/prosemirror-model-1.13.0.tgz";
|
url = "https://registry.yarnpkg.com/@types/prosemirror-model/-/prosemirror-model-1.13.1.tgz";
|
||||||
sha1 = "d05937e918c3cac2cf49630ccab04a65fc5fffd6";
|
sha1 = "53df04ee174a7e1dc12747005b1b4c02565adcc4";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -1642,27 +1682,27 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_prosemirror_state___prosemirror_state_1.2.6.tgz";
|
name = "_types_prosemirror_state___prosemirror_state_1.2.7.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_prosemirror_state___prosemirror_state_1.2.6.tgz";
|
name = "_types_prosemirror_state___prosemirror_state_1.2.7.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/prosemirror-state/-/prosemirror-state-1.2.6.tgz";
|
url = "https://registry.yarnpkg.com/@types/prosemirror-state/-/prosemirror-state-1.2.7.tgz";
|
||||||
sha1 = "bb0169084239a8393b354c6fda5420fc347d6bab";
|
sha1 = "cd55062e4043a31e3426f47668f1d7038b5d8dfb";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_prosemirror_transform___prosemirror_transform_1.1.3.tgz";
|
name = "_types_prosemirror_transform___prosemirror_transform_1.1.4.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_prosemirror_transform___prosemirror_transform_1.1.3.tgz";
|
name = "_types_prosemirror_transform___prosemirror_transform_1.1.4.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/prosemirror-transform/-/prosemirror-transform-1.1.3.tgz";
|
url = "https://registry.yarnpkg.com/@types/prosemirror-transform/-/prosemirror-transform-1.1.4.tgz";
|
||||||
sha1 = "cf30d275976978d1c0317d0659145426fc49ce6f";
|
sha1 = "c3565e81b2ef3ce3254e6927d6f63eb8d7bb20d0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_prosemirror_view___prosemirror_view_1.17.1.tgz";
|
name = "_types_prosemirror_view___prosemirror_view_1.17.2.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_prosemirror_view___prosemirror_view_1.17.1.tgz";
|
name = "_types_prosemirror_view___prosemirror_view_1.17.2.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/prosemirror-view/-/prosemirror-view-1.17.1.tgz";
|
url = "https://registry.yarnpkg.com/@types/prosemirror-view/-/prosemirror-view-1.17.2.tgz";
|
||||||
sha1 = "0895df5a57ae6e68d4f3f8020d9be4ef52192980";
|
sha1 = "3aff71a0802bdfc310404db8a37ced2db69fd74f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -2882,11 +2922,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "browserslist___browserslist_4.16.1.tgz";
|
name = "browserslist___browserslist_4.16.6.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "browserslist___browserslist_4.16.1.tgz";
|
name = "browserslist___browserslist_4.16.6.tgz";
|
||||||
url = "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.1.tgz";
|
url = "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz";
|
||||||
sha1 = "bf757a2da376b3447b800a16f0f1c96358138766";
|
sha1 = "d7901277a5a88e554ed305b183ec9b0c08f66fa2";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -3066,11 +3106,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "caniuse_lite___caniuse_lite_1.0.30001185.tgz";
|
name = "caniuse_lite___caniuse_lite_1.0.30001241.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "caniuse_lite___caniuse_lite_1.0.30001185.tgz";
|
name = "caniuse_lite___caniuse_lite_1.0.30001241.tgz";
|
||||||
url = "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001185.tgz";
|
url = "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001241.tgz";
|
||||||
sha1 = "3482a407d261da04393e2f0d61eefbc53be43b95";
|
sha1 = "cd3fae47eb3d7691692b406568d7a3e5b23c7598";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -3698,11 +3738,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "core_js_compat___core_js_compat_3.6.4.tgz";
|
name = "core_js_compat___core_js_compat_3.15.2.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "core_js_compat___core_js_compat_3.6.4.tgz";
|
name = "core_js_compat___core_js_compat_3.15.2.tgz";
|
||||||
url = "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.4.tgz";
|
url = "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.2.tgz";
|
||||||
sha1 = "938476569ebb6cda80d339bcf199fae4f16fff17";
|
sha1 = "47272fbb479880de14b4e6081f71f3492f5bd3cb";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -4722,11 +4762,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "dompurify___dompurify_2.2.9.tgz";
|
name = "dompurify___dompurify_2.3.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "dompurify___dompurify_2.2.9.tgz";
|
name = "dompurify___dompurify_2.3.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/dompurify/-/dompurify-2.2.9.tgz";
|
url = "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.0.tgz";
|
||||||
sha1 = "4b42e244238032d9286a0d2c87b51313581d9624";
|
sha1 = "07bb39515e491588e5756b1d3e8375b5964814e2";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -4826,11 +4866,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "electron_to_chromium___electron_to_chromium_1.3.642.tgz";
|
name = "electron_to_chromium___electron_to_chromium_1.3.762.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "electron_to_chromium___electron_to_chromium_1.3.642.tgz";
|
name = "electron_to_chromium___electron_to_chromium_1.3.762.tgz";
|
||||||
url = "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.642.tgz";
|
url = "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.762.tgz";
|
||||||
sha1 = "8b884f50296c2ae2a9997f024d0e3e57facc2b94";
|
sha1 = "3fa4e3bcbda539b50e3aa23041627063a5cffe61";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -5258,11 +5298,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "eslint___eslint_7.28.0.tgz";
|
name = "eslint___eslint_7.31.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "eslint___eslint_7.28.0.tgz";
|
name = "eslint___eslint_7.31.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz";
|
url = "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz";
|
||||||
sha1 = "435aa17a0b82c13bb2be9d51408b617e49c1e820";
|
sha1 = "f972b539424bf2604907a970860732c5d99d3aca";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -8441,14 +8481,6 @@
|
||||||
sha1 = "a3a6c2b0ebecc5c2cba1c17e6e620fe81b53d347";
|
sha1 = "a3a6c2b0ebecc5c2cba1c17e6e620fe81b53d347";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "lodash___lodash_4.17.20.tgz";
|
|
||||||
path = fetchurl {
|
|
||||||
name = "lodash___lodash_4.17.20.tgz";
|
|
||||||
url = "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz";
|
|
||||||
sha1 = "b44a9b6297bcb698f1c51a3545a2b3b368d59c52";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "lodash___lodash_4.17.21.tgz";
|
name = "lodash___lodash_4.17.21.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
|
@ -9074,19 +9106,27 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "monaco_editor_webpack_plugin___monaco_editor_webpack_plugin_1.9.1.tgz";
|
name = "monaco_editor_webpack_plugin___monaco_editor_webpack_plugin_4.0.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "monaco_editor_webpack_plugin___monaco_editor_webpack_plugin_1.9.1.tgz";
|
name = "monaco_editor_webpack_plugin___monaco_editor_webpack_plugin_4.0.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-1.9.1.tgz";
|
url = "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.0.0.tgz";
|
||||||
sha1 = "eb4bbb1c5e5bfb554541c1ae1542e74c2a9f43fd";
|
sha1 = "95be3f48f4220999b909266a9997727f0deab947";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "monaco_editor___monaco_editor_0.20.0.tgz";
|
name = "monaco_editor___monaco_editor_0.24.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "monaco_editor___monaco_editor_0.20.0.tgz";
|
name = "monaco_editor___monaco_editor_0.24.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.20.0.tgz";
|
url = "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.24.0.tgz";
|
||||||
sha1 = "5d5009343a550124426cb4d965a4d27a348b4dea";
|
sha1 = "990b55096bcc95d08d8d28e55264c6eb17707269";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "monaco_editor___monaco_editor_0.25.2.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "monaco_editor___monaco_editor_0.25.2.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.25.2.tgz";
|
||||||
|
sha1 = "119e2b15bbd968a1a99c03cac9c329316d7c37e9";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -9266,11 +9306,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "node_releases___node_releases_1.1.70.tgz";
|
name = "node_releases___node_releases_1.1.73.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "node_releases___node_releases_1.1.70.tgz";
|
name = "node_releases___node_releases_1.1.73.tgz";
|
||||||
url = "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.70.tgz";
|
url = "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz";
|
||||||
sha1 = "66e0ed0273aa65666d7fe78febe7634875426a08";
|
sha1 = "dd4e81ddd5277ff846b80b52bb40c49edf7a7b20";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -9745,6 +9785,14 @@
|
||||||
sha1 = "0101211baa70c4bca4a0f63f2206e97b7dfaf258";
|
sha1 = "0101211baa70c4bca4a0f63f2206e97b7dfaf258";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "papaparse___papaparse_5.3.1.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "papaparse___papaparse_5.3.1.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/papaparse/-/papaparse-5.3.1.tgz";
|
||||||
|
sha1 = "770b7a9124d821d4b2132132b7bd7dce7194b5b1";
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "parallel_transform___parallel_transform_1.1.0.tgz";
|
name = "parallel_transform___parallel_transform_1.1.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
|
@ -10386,11 +10434,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "prosemirror_commands___prosemirror_commands_1.1.8.tgz";
|
name = "prosemirror_commands___prosemirror_commands_1.1.10.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "prosemirror_commands___prosemirror_commands_1.1.8.tgz";
|
name = "prosemirror_commands___prosemirror_commands_1.1.10.tgz";
|
||||||
url = "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.1.8.tgz";
|
url = "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.1.10.tgz";
|
||||||
sha1 = "61aec59ac101b7990ec59726199f2a31ef0cd8ca";
|
sha1 = "406a6589966e6cd80809cea2d801fb998639b37d";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -10442,19 +10490,27 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "prosemirror_model___prosemirror_model_1.14.1.tgz";
|
name = "prosemirror_model___prosemirror_model_1.14.2.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "prosemirror_model___prosemirror_model_1.14.1.tgz";
|
name = "prosemirror_model___prosemirror_model_1.14.2.tgz";
|
||||||
url = "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.14.1.tgz";
|
url = "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.14.2.tgz";
|
||||||
sha1 = "d784c67f95a5d66b853e82ff9a87a50353ef9cd5";
|
sha1 = "4e8c39cfff4e097631af4495e125d9a8a9773116";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "prosemirror_schema_list___prosemirror_schema_list_1.1.4.tgz";
|
name = "prosemirror_schema_basic___prosemirror_schema_basic_1.1.2.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "prosemirror_schema_list___prosemirror_schema_list_1.1.4.tgz";
|
name = "prosemirror_schema_basic___prosemirror_schema_basic_1.1.2.tgz";
|
||||||
url = "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.4.tgz";
|
url = "https://registry.yarnpkg.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.1.2.tgz";
|
||||||
sha1 = "471f9caf2d2bed93641d2e490434c0d2d4330df1";
|
sha1 = "4bde5c339c845e0d08ec8fe473064e372ca51ae3";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "prosemirror_schema_list___prosemirror_schema_list_1.1.5.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "prosemirror_schema_list___prosemirror_schema_list_1.1.5.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.5.tgz";
|
||||||
|
sha1 = "e7ad9e337ea3d77da6d6a4250f3d7bd51ae980a4";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -10473,6 +10529,14 @@
|
||||||
sha1 = "ad66300cc49500455cf1243bb129c9e7d883321e";
|
sha1 = "ad66300cc49500455cf1243bb129c9e7d883321e";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "prosemirror_test_builder___prosemirror_test_builder_1.0.4.tgz";
|
||||||
|
path = fetchurl {
|
||||||
|
name = "prosemirror_test_builder___prosemirror_test_builder_1.0.4.tgz";
|
||||||
|
url = "https://registry.yarnpkg.com/prosemirror-test-builder/-/prosemirror-test-builder-1.0.4.tgz";
|
||||||
|
sha1 = "68d1d1cedcd90cc2fdd976d736ce87b7a5f1e873";
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "prosemirror_transform___prosemirror_transform_1.3.2.tgz";
|
name = "prosemirror_transform___prosemirror_transform_1.3.2.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
|
@ -10482,11 +10546,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "prosemirror_view___prosemirror_view_1.18.7.tgz";
|
name = "prosemirror_view___prosemirror_view_1.18.9.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "prosemirror_view___prosemirror_view_1.18.7.tgz";
|
name = "prosemirror_view___prosemirror_view_1.18.9.tgz";
|
||||||
url = "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.18.7.tgz";
|
url = "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.18.9.tgz";
|
||||||
sha1 = "d9843337a1649f532401589899b724e7e87e83c0";
|
sha1 = "29bc11759438aecc5b7fadaa8520165c84c2144a";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue