mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
Fixes: #2092 Resolves: CVE-2019-13117 Updated gemfile.lock for security vulnerability. Updated Gemfile to specify gem versions, providing more control over versions when using bundle update. Including the Jekyll version in the Gemfile tells Nelify which version to build with. Signed-off-by: Brett Johnson <brett@sdbrett.com>
12 lines
428 B
Ruby
12 lines
428 B
Ruby
source 'https://rubygems.org'
|
|
gem 'jekyll', '~> 3.8.6'
|
|
gem 'jekyll-feed', '~> 0.13.0'
|
|
gem 'jekyll-optional-front-matter', '~> 0.3.2'
|
|
gem 'jekyll-paginate', '~> 1.1'
|
|
gem 'jekyll-readme-index', '~> 0.3.0'
|
|
gem 'jekyll-redirect-from', '~> 0.15.0'
|
|
gem 'jekyll-relative-links', '~> 0.6.1'
|
|
gem 'jekyll-sitemap', '~> 1.4'
|
|
gem 'jekyll-titles-from-headings', '~> 0.5.3'
|
|
gem 'jekyll-seo-tag', '~> 2.6', '>= 2.6.1'
|
|
gem 'redcarpet', '~> 3.5' |