From 73909e1a90b7e9d4698284196a8b96531ce1126a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 00:13:48 +0000 Subject: [PATCH 1/4] Bump nokogiri from 1.10.1 to 1.10.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.1 to 1.10.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.1...v1.10.4) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 51957b8..c2f9872 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.11.3) multipart-post (2.0.0) - nokogiri (1.10.1) + nokogiri (1.10.4) mini_portile2 (~> 2.4.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) From 03338d2ec5d85b350b0d5f76eff7420c4c4e3246 Mon Sep 17 00:00:00 2001 From: Yongjiang Zhang Date: Sun, 15 Dec 2019 23:43:37 -0800 Subject: [PATCH 2/4] Upgrade rubyzip --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c2f9872..b40ca24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM jekyll (~> 3.3) jekyll-remote-theme (0.3.1) jekyll (~> 3.5) - rubyzip (>= 1.2.1, < 3.0) + rubyzip (>= 1.3.0, < 3.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) jekyll-seo-tag (2.5.0) From f63445ec9f28012d40cd35c36ff2d27b935fac1a Mon Sep 17 00:00:00 2001 From: Yongjiang Zhang Date: Sun, 15 Dec 2019 23:43:47 -0800 Subject: [PATCH 3/4] Add published version file --- dicthub.versions.published.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dicthub.versions.published.json diff --git a/dicthub.versions.published.json b/dicthub.versions.published.json new file mode 100644 index 0000000..28c41eb --- /dev/null +++ b/dicthub.versions.published.json @@ -0,0 +1,4 @@ +{ + "chrome": "1.0.4", + "firefox": "1.0.4" +} From 1519257bf7e5f3b7c762de25bbe52759652b059a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 07:44:25 +0000 Subject: [PATCH 4/4] Bump rubyzip from 1.2.2 to 2.0.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.2...v2.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b40ca24..33163d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,7 +219,7 @@ GEM ruby-enum (0.7.2) i18n ruby_dep (1.5.0) - rubyzip (1.2.2) + rubyzip (2.0.0) safe_yaml (1.0.5) sass (3.7.3) sass-listen (~> 4.0.0)