From e4bf5b56fd6847e52fe61198db0459be867b4986 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sun, 1 Mar 2020 15:38:55 +0100 Subject: [PATCH] More build-related tweaks --- .drone.yml | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index caa60b6..90d0030 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image: ruby:2.6.5 commands: - - gem install bundler + - gem install bundler jekyll - bundle install - bundle exec jekyll build --trace diff --git a/Gemfile b/Gemfile index 9c0bf77..60af8e3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ ruby RUBY_VERSION # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "= 3.8.5" +gem "jekyll", ">= 3.8.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and diff --git a/Gemfile.lock b/Gemfile.lock index caa475c..1162733 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,7 @@ PLATFORMS ruby DEPENDENCIES - jekyll (= 3.8.5) + jekyll (>= 3.8.5) jekyll-feed (~> 0.6) jekyll-sitemap tzinfo-data