Skip to content

Commit 8a728fc

Browse files
authored
Merge pull request #15 from OpenIndexMaps/dependabot/bundler/jekyll-3.6.3
Bump jekyll from 3.4.3 to 3.6.3
2 parents 9b459d1 + 357df29 commit 8a728fc

2 files changed

Lines changed: 23 additions & 25 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ruby RUBY_VERSION
99
#
1010
# This will help ensure the proper Jekyll version is running.
1111
# Happy Jekylling!
12-
gem "jekyll", "3.4.3"
12+
gem "jekyll", "3.6.3"
1313

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

Gemfile.lock

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,45 @@
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
colorator (1.1.0)
7-
ffi (1.9.18)
7+
ffi (1.12.2)
88
forwardable-extended (2.6.0)
9-
jekyll (3.4.3)
9+
jekyll (3.6.3)
1010
addressable (~> 2.4)
1111
colorator (~> 1.0)
1212
jekyll-sass-converter (~> 1.0)
1313
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.3)
15-
liquid (~> 3.0)
14+
kramdown (~> 1.14)
15+
liquid (~> 4.0)
1616
mercenary (~> 0.3.3)
1717
pathutil (~> 0.9)
18-
rouge (~> 1.7)
18+
rouge (>= 1.7, < 3)
1919
safe_yaml (~> 1.0)
2020
jekyll-feed (0.9.2)
2121
jekyll (~> 3.3)
22-
jekyll-sass-converter (1.5.1)
22+
jekyll-sass-converter (1.5.2)
2323
sass (~> 3.4)
2424
jekyll-watch (1.5.1)
2525
listen (~> 3.0)
26-
kramdown (1.16.2)
27-
liquid (3.0.6)
28-
listen (3.1.5)
29-
rb-fsevent (~> 0.9, >= 0.9.4)
30-
rb-inotify (~> 0.9, >= 0.9.7)
31-
ruby_dep (~> 1.2)
26+
kramdown (1.17.0)
27+
liquid (4.0.3)
28+
listen (3.2.1)
29+
rb-fsevent (~> 0.10, >= 0.10.3)
30+
rb-inotify (~> 0.9, >= 0.9.10)
3231
mercenary (0.3.6)
3332
minima (2.1.1)
3433
jekyll (~> 3.3)
35-
pathutil (0.16.1)
34+
pathutil (0.16.2)
3635
forwardable-extended (~> 2.6)
37-
public_suffix (3.0.1)
38-
rb-fsevent (0.10.2)
39-
rb-inotify (0.9.10)
40-
ffi (>= 0.5.0, < 2)
41-
rouge (1.11.1)
42-
ruby_dep (1.5.0)
43-
safe_yaml (1.0.4)
44-
sass (3.5.5)
36+
public_suffix (4.0.3)
37+
rb-fsevent (0.10.3)
38+
rb-inotify (0.10.1)
39+
ffi (~> 1.0)
40+
rouge (2.2.1)
41+
safe_yaml (1.0.5)
42+
sass (3.7.4)
4543
sass-listen (~> 4.0.0)
4644
sass-listen (4.0.0)
4745
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -51,7 +49,7 @@ PLATFORMS
5149
ruby
5250

5351
DEPENDENCIES
54-
jekyll (= 3.4.3)
52+
jekyll (= 3.6.3)
5553
jekyll-feed (~> 0.6)
5654
minima (~> 2.0)
5755
tzinfo-data

0 commit comments

Comments
 (0)