Test of bumped versions
... | ... | @@ -9,13 +9,13 @@ source "https://rubygems.org" |
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 3.7.3" | ||
gem "jekyll", "~> 3.8.5" | ||
gem "bundler", "> 1.16.1" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.0" | ||
gem 'jekyll-theme-primer', '~> 0.5.2' | ||
gem 'jekyll-theme-lcsb-default', '~> 0.2.5', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :branch => "master" | ||
gem "minima", "~> 2.5" | ||
gem 'jekyll-theme-primer', '~> 0.5.3' | ||
gem 'jekyll-theme-lcsb-default', '~> 0.2.18', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :branch => "master" | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
... | ... | @@ -31,5 +31,5 @@ end |
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
gem "wdm", "~> 0.1.1" if Gem.win_platform? | ||
Please register or sign in to comment