forked from vmware-archive/octant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ruby gem vulnerability CVE-2019-13117
Fixes: vmware-archive#445 Resolved: 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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
48 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages' | ||
gem 'redcarpet' | ||
gem 'jekyll-seo-tag' | ||
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-seo-tag', '~> 2.6', '>= 2.6.1' | ||
gem 'jekyll-titles-from-headings', '~> 0.5.3' | ||
gem 'redcarpet', '~> 3.5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters