Skip to content

Commit 5e40590

Browse files
Merge pull request #3 from IdentityPython/snyk-fix-cf995a9bf5bc957b6b78af76c1b7ad13
[Snyk] Fix for 1 vulnerabilities
2 parents 1108549 + fe48376 commit 5e40590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ source "https://rubygems.org"
99
# Happy Jekylling!
1010
gem "jekyll", "~> 4.2.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "minima", "~> 2.5"
12+
gem "minima", "~> 2.5", ">= 2.5.1"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1515
# gem "github-pages", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.12"
18+
gem "jekyll-feed", "~> 0.15", ">= 0.15.1"
1919
end
2020

2121
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

0 commit comments

Comments
 (0)