source "https://rubygems.org" gem "jekyll", "~> 4.0" gem "bundler", "> 2.0" gem "minima", "~> 2.5" gem 'jekyll-theme-lcsb-default', '~> 0.3.5', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :tag => "0.3.5" group :jekyll_plugins do gem "jekyll-paginate-v2", "~> 3" gem "jekyll-feed", "~> 0.6" end gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "wdm", "~> 0.1.1" if Gem.win_platform?