Skip to content

Commit 1933d68

Browse files
Merge pull request #2 from IdentityPython/snyk-fix-h4wnc2
[Snyk] Fix for 1 vulnerable dependencies
2 parents f060f0f + 367655d commit 1933d68

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ruby RUBY_VERSION
1212
gem "jekyll", "3.4.3"
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15-
gem "minima", "~> 2.0"
15+
gem "minima", "~> 2.1", ">= 2.1.1"
1616

1717
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1818
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1919
# gem "github-pages", group: :jekyll_plugins
2020

2121
# If you have any plugins, put them here!
2222
group :jekyll_plugins do
23-
gem "jekyll-feed", "~> 0.6"
23+
gem "jekyll-feed", "~> 0.9", ">= 0.9.2"
2424
end
2525

2626
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.1)
5-
public_suffix (~> 2.0, >= 2.0.2)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
ffi (1.9.18)
7+
ffi (1.9.25)
88
forwardable-extended (2.6.0)
99
jekyll (3.4.3)
1010
addressable (~> 2.4)
@@ -17,41 +17,47 @@ GEM
1717
pathutil (~> 0.9)
1818
rouge (~> 1.7)
1919
safe_yaml (~> 1.0)
20-
jekyll-feed (0.9.2)
20+
jekyll-feed (0.10.0)
2121
jekyll (~> 3.3)
22-
jekyll-sass-converter (1.5.0)
22+
jekyll-sass-converter (1.5.2)
2323
sass (~> 3.4)
24-
jekyll-watch (1.5.0)
25-
listen (~> 3.0, < 3.1)
26-
kramdown (1.13.2)
24+
jekyll-watch (1.5.1)
25+
listen (~> 3.0)
26+
kramdown (1.17.0)
2727
liquid (3.0.6)
28-
listen (3.0.8)
28+
listen (3.1.5)
2929
rb-fsevent (~> 0.9, >= 0.9.4)
3030
rb-inotify (~> 0.9, >= 0.9.7)
31+
ruby_dep (~> 1.2)
3132
mercenary (0.3.6)
3233
minima (2.1.1)
3334
jekyll (~> 3.3)
34-
pathutil (0.14.0)
35+
pathutil (0.16.1)
3536
forwardable-extended (~> 2.6)
36-
public_suffix (2.0.5)
37-
rb-fsevent (0.9.8)
38-
rb-inotify (0.9.8)
39-
ffi (>= 0.5.0)
37+
public_suffix (3.0.2)
38+
rb-fsevent (0.10.3)
39+
rb-inotify (0.9.10)
40+
ffi (>= 0.5.0, < 2)
4041
rouge (1.11.1)
42+
ruby_dep (1.5.0)
4143
safe_yaml (1.0.4)
42-
sass (3.4.24)
44+
sass (3.5.6)
45+
sass-listen (~> 4.0.0)
46+
sass-listen (4.0.0)
47+
rb-fsevent (~> 0.9, >= 0.9.4)
48+
rb-inotify (~> 0.9, >= 0.9.7)
4349

4450
PLATFORMS
4551
ruby
4652

4753
DEPENDENCIES
4854
jekyll (= 3.4.3)
49-
jekyll-feed (~> 0.6)
50-
minima (~> 2.0)
55+
jekyll-feed (~> 0.9, >= 0.9.2)
56+
minima (~> 2.1, >= 2.1.1)
5157
tzinfo-data
5258

5359
RUBY VERSION
54-
ruby 2.3.1p112
60+
ruby 2.3.6p384
5561

5662
BUNDLED WITH
57-
1.15.1
63+
1.16.1

0 commit comments

Comments
 (0)