From 0892c32a1baa99bb767740f6f8fc56e57b9b2424 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 18:55:10 +0000 Subject: [PATCH 1/4] Update bundler requirement from ~> 2.0.1 to ~> 2.1.4 Updates the requirements on [bundler](https://github.com/bundler/bundler) to permit the latest version. - [Release notes](https://github.com/bundler/bundler/releases) - [Changelog](https://github.com/bundler/bundler/blob/master/CHANGELOG.md) - [Commits](https://github.com/bundler/bundler/compare/v2.0.1...v2.1.4) Signed-off-by: dependabot-preview[bot] --- just-the-docs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index 4be9738..438221c 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -17,5 +17,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0" spec.add_runtime_dependency "rake", "~> 12.3.1" - spec.add_development_dependency "bundler", "~> 2.0.1" + spec.add_development_dependency "bundler", "~> 2.1.4" end From 71afb627d3262a39f08aebc1ae12ec1955a04d3f Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 23 Apr 2020 15:00:50 -0400 Subject: [PATCH 2/4] Update just-the-docs.gemspec --- just-the-docs.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index 438221c..fe2821b 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -12,10 +12,10 @@ Gem::Specification.new do |spec| spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) } spec.executables << 'just-the-docs' - + + spec.add_runtime_dependency "bundler", "~> 2.1.4" spec.add_runtime_dependency "jekyll", "~> 3.8.5" spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0" spec.add_runtime_dependency "rake", "~> 12.3.1" - spec.add_development_dependency "bundler", "~> 2.1.4" end From e5f53a8bfd46d59bb04c711d519b6de949ca1817 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 23 Apr 2020 15:13:29 -0400 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 340f60b..3ff59c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: run: | docker run --rm \ --volume="${{ github.workspace }}:/srv/jekyll" \ - jekyll/builder:3.8.5 /bin/bash -c "chmod 777 /srv/jekyll && jekyll build" + jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build" css: name: Stylelint From 4a209f7f80ebd004303a859327e207b138f2f6f2 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 23 Apr 2020 15:29:33 -0400 Subject: [PATCH 4/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ff59c3..dd33abb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: run: | docker run --rm \ --volume="${{ github.workspace }}:/srv/jekyll" \ - jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build" + jekyll/builder:latest /bin/bash -c "gem install bundler && chmod 777 /srv/jekyll && jekyll build" css: name: Stylelint