Resolve "Update Jekyll version to 4.0"
... | @@ -9,13 +9,13 @@ source "https://rubygems.org" | ... | @@ -9,13 +9,13 @@ source "https://rubygems.org" |
# | # | ||
# 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", "~> 4.0" | ||
gem "bundler", "> 1.16.1" | gem "bundler", "> 2.0" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | # This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.5" | gem "minima", "~> 2.5" | ||
gem 'jekyll-theme-primer', '~> 0.5.3' | # gem 'jekyll-theme-primer', '~> 0.5.4' | ||
gem 'jekyll-theme-lcsb-default', '~> 0.2.18', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :branch => "master" | gem 'jekyll-theme-lcsb-default', '~> 0.3' | ||
# 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 | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | # uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
... | @@ -23,7 +23,8 @@ gem 'jekyll-theme-lcsb-default', '~> 0.2.18', :git => "https://git-r3lab.uni.lu/ | ... | @@ -23,7 +23,8 @@ gem 'jekyll-theme-lcsb-default', '~> 0.2.18', :git => "https://git-r3lab.uni.lu/ |
# If you have any plugins, put them here! | # If you have any plugins, put them here! | ||
group :jekyll_plugins do | group :jekyll_plugins do | ||
gem "jekyll-paginate-v2", "~> 1.7" | gem "jekyll-paginate-v2", "~> 2", | ||
:git => "https://github.com/sverrirs/jekyll-paginate-v2.git" | |||
gem "jekyll-feed", "~> 0.6" | gem "jekyll-feed", "~> 0.6" | ||
end | end | ||
... | @@ -32,4 +33,3 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ... | @@ -32,4 +33,3 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
# Performance-booster for watching directories on Windows | # Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.1" if Gem.win_platform? | gem "wdm", "~> 0.1.1" if Gem.win_platform? | ||
Please register or sign in to comment