Merge pull request #5 from mrstallion/snyk-fix-1f82797184a2e9bbd7442ebb142485d7
[Snyk] Fix for 1 vulnerabilities
This commit is contained in:
commit
70723f6e35
|
@ -8,7 +8,7 @@ source "https://rubygems.org"
|
|||
#
|
||||
# This will help ensure the proper Jekyll version is running.
|
||||
# Happy Jekylling!
|
||||
gem "jekyll", "~> 3.8.7"
|
||||
gem "jekyll", "~> 4.0.0"
|
||||
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "jekyll-theme-slate", "~> 0.1.1"
|
||||
|
@ -19,7 +19,7 @@ gem "jekyll-theme-slate", "~> 0.1.1"
|
|||
|
||||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.6"
|
||||
gem "jekyll-feed", "~> 0.13", ">= 0.13.0"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
|
Loading…
Reference in New Issue