Messing with versions to try to fix build
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jesper Hess 2020-03-01 15:31:59 +01:00
parent 7e7d4fe2c6
commit 9f4369042b
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 16 additions and 20 deletions

View File

@ -9,7 +9,7 @@ ruby RUBY_VERSION
# #
# This will help ensure the proper Jekyll version is running. # This will help ensure the proper Jekyll version is running.
# Happy Jekylling! # 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 # If you want to use GitHub Pages, remove the "gem "jekyll"" above and

View File

@ -12,34 +12,30 @@ GEM
ffi (1.12.2) ffi (1.12.2)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (1.8.2) i18n (0.9.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.0.0) jekyll (3.8.5)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (>= 0.9.5, < 2) i18n (~> 0.7)
jekyll-sass-converter (~> 2.0) jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
kramdown (~> 2.1) kramdown (~> 1.14)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (~> 0.3.3) mercenary (~> 0.3.3)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (~> 3.0) rouge (>= 1.7, < 4)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-feed (0.13.0) jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0) jekyll-sass-converter (1.5.2)
sassc (> 2.0.1, < 3.0) sass (~> 3.4)
jekyll-sitemap (1.4.0) jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (2.1.0) kramdown (1.17.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3) liquid (4.0.3)
listen (3.2.1) listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
@ -53,17 +49,17 @@ GEM
ffi (~> 1.0) ffi (~> 1.0)
rouge (3.16.0) rouge (3.16.0)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sassc (2.2.1) sass (3.7.4)
ffi (~> 1.9) sass-listen (~> 4.0.0)
terminal-table (1.8.0) sass-listen (4.0.0)
unicode-display_width (~> 1.1, >= 1.1.1) rb-fsevent (~> 0.9, >= 0.9.4)
unicode-display_width (1.6.1) rb-inotify (~> 0.9, >= 0.9.7)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
jekyll (>= 3.8.5) jekyll (= 3.8.5)
jekyll-feed (~> 0.6) jekyll-feed (~> 0.6)
jekyll-sitemap jekyll-sitemap
tzinfo-data tzinfo-data