Merge branch 'update' into 'master'
feat: update to 1.5 See merge request !12
source "https://rubygems.org" | ||
gem "jekyll", "~> 4.0" | ||
gem "bundler", "> 2.0" | ||
gem "bundler", "~> 2.1" | ||
gem "minima", "~> 2.5" | ||
gem 'jekyll-theme-lcsb-default', '~> 0.3.6', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :tag => "0.3.6" | ||
gem 'jekyll-theme-lcsb-default', '~> 0.3.18', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :tag => "0.3.18" | ||
group :jekyll_plugins do | ||
gem "jekyll-paginate-v2", "~> 3" | ||
gem "jekyll-feed", "~> 0.6" | ||
gem "jekyll-feed", | ||
"~> 0.6" | ||
gem "jekyll-paginate-v2", | ||
"~> 3", | ||
:git => "https://github.com/LCSB-BioCore/jekyll-paginate-v2.git" | ||
gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.2', | ||
:git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
:tag => "0.0.2" | ||
end | ||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
... | ... |
Please register or sign in to comment