source "https://rubygems.org" gem "jekyll", "~> 3.8.5" gem "bundler", "> 1.16.1" gem "minima", "~> 2.0" gem 'jekyll-theme-primer', '~> 0.5.2' gem 'jekyll-theme-lcsb-default', '~> 0.2.21', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :branch => "master" gem 'jekyll-theme-lcsb-frozen-components', '~> 0.0.1', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", :branch => "fix-gem" group :jekyll_plugins do gem "jekyll-paginate-v2", "~> 1.7" gem "jekyll-feed", "~> 0.6" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem 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?