Skip to content

Commit 3cb52ad

Browse files
authored
Merge pull request #22 from caciviclab/dependabot/bundler/jekyll-3.6.3
Bump jekyll from 3.6.2 to 3.6.3
2 parents 14f94b5 + ad5c046 commit 3cb52ad

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.6.2"
11+
gem "jekyll", "~> 3.6.3"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"

Gemfile.lock

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
bigdecimal (1.3.4)
77
colorator (1.1.0)
88
concurrent-ruby (1.0.5)
99
ffi (1.11.3)
1010
forwardable-extended (2.6.0)
1111
i18n (0.9.3)
1212
concurrent-ruby (~> 1.0)
13-
jekyll (3.6.2)
13+
jekyll (3.6.3)
1414
addressable (~> 2.4)
1515
colorator (~> 1.0)
1616
jekyll-sass-converter (~> 1.0)
@@ -33,29 +33,27 @@ GEM
3333
jekyll (~> 3.3)
3434
jekyll-watch (1.5.1)
3535
listen (~> 3.0)
36-
kramdown (1.16.2)
37-
liquid (4.0.0)
38-
listen (3.1.5)
39-
rb-fsevent (~> 0.9, >= 0.9.4)
40-
rb-inotify (~> 0.9, >= 0.9.7)
41-
ruby_dep (~> 1.2)
36+
kramdown (1.17.0)
37+
liquid (4.0.3)
38+
listen (3.2.1)
39+
rb-fsevent (~> 0.10, >= 0.10.3)
40+
rb-inotify (~> 0.9, >= 0.9.10)
4241
mercenary (0.3.6)
4342
minima (2.3.0)
4443
jekyll (~> 3.5)
4544
jekyll-feed (~> 0.9)
4645
jekyll-seo-tag (~> 2.1)
4746
money (6.10.1)
4847
i18n (>= 0.6.4, < 1.0)
49-
pathutil (0.16.1)
48+
pathutil (0.16.2)
5049
forwardable-extended (~> 2.6)
51-
public_suffix (3.0.1)
52-
rb-fsevent (0.10.2)
53-
rb-inotify (0.9.10)
54-
ffi (>= 0.5.0, < 2)
50+
public_suffix (4.0.3)
51+
rb-fsevent (0.10.3)
52+
rb-inotify (0.10.1)
53+
ffi (~> 1.0)
5554
rouge (2.2.1)
56-
ruby_dep (1.5.0)
57-
safe_yaml (1.0.4)
58-
sass (3.5.5)
55+
safe_yaml (1.0.5)
56+
sass (3.7.4)
5957
sass-listen (~> 4.0.0)
6058
sass-listen (4.0.0)
6159
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -65,7 +63,7 @@ PLATFORMS
6563
ruby
6664

6765
DEPENDENCIES
68-
jekyll (~> 3.6.2)
66+
jekyll (~> 3.6.3)
6967
jekyll-feed (~> 0.6)
7068
jekyll-money
7169
minima (~> 2.0)

0 commit comments

Comments
 (0)