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