chore: Merge branch '34-pin-jekyll-paginate-to-our-fork' into 'latest'
feat: pinned jekyll-paginate to our fork, updated frozen components Closes #34 See merge request core-services/jekyll-theme-lcsb-default!18
... | ... | @@ -7,12 +7,13 @@ group :jekyll_plugins do |
gem "jekyll-feed", | ||
"~> 0.6" | ||
gem "jekyll-paginate-v2", | ||
"~> 3" | ||
gem "jekyll-paginate-v2", | ||
"~> 3", | ||
:git => "https://github.com/LCSB-BioCore/jekyll-paginate-v2.git" | ||
gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.1', | ||
'~> 0.0.2', | ||
:git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
:branch => "master" | ||
:tag => "0.0.2" | ||
end | ||
Please register or sign in to comment