Merge branch '22-disable-http-caching' into 'develop'
feat: prevent from HTTP caching See merge request R3/howto-cards!156
No related branches found
No related tags found
... | ... | @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.0" |
gem "bundler", "> 2.0" | ||
gem "minima", "~> 2.5" | ||
gem 'jekyll-theme-lcsb-default', '~> 0.4.2' | ||
gem 'jekyll-theme-lcsb-default', '~> 0.4.5' | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
... | ... | @@ -45,4 +45,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.1" if Gem.win_platform? | ||
gem 'jekyll-spaceship', "0.6.0" | ||
\ No newline at end of file | ||
gem 'jekyll-spaceship', "0.6.0" |
Please register or sign in to comment