Skip to content

Commit 4dc9469

Browse files
committed
Updated Jekyll version to 3.6.3
See https://nvd.nist.gov/vuln/detail/CVE-2018-17567
1 parent 5431deb commit 4dc9469

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

site/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This module builds references documentation.
55
## Building
66

77
* Install [Jekyll](http://jekyllrb.com)
8+
* If you already have Ruby/Jekyll installed you might need to update its version:
9+
* `cd site/docs`
10+
* `bundle install`
811
* In project root directory do:
912
* Run `./gradlew site`
1013
* The result is in `site/build/gh-pages/_site`

site/docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ruby RUBY_VERSION
1010
# This will help ensure the proper Jekyll version is running.
1111
# Happy Jekylling!
1212

13-
gem "jekyll", "3.4.0"
13+
gem "jekyll", "3.6.3"
1414

1515
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
1616
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

site/docs/Gemfile.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,41 @@ GEM
44
addressable (2.5.2)
55
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
ffi (1.9.18)
8-
ffi (1.9.18-x64-mingw32)
7+
ffi (1.9.25)
8+
ffi (1.9.25-x64-mingw32)
99
forwardable-extended (2.6.0)
10-
jekyll (3.4.0)
10+
jekyll (3.6.3)
1111
addressable (~> 2.4)
1212
colorator (~> 1.0)
1313
jekyll-sass-converter (~> 1.0)
1414
jekyll-watch (~> 1.1)
15-
kramdown (~> 1.3)
16-
liquid (~> 3.0)
15+
kramdown (~> 1.14)
16+
liquid (~> 4.0)
1717
mercenary (~> 0.3.3)
1818
pathutil (~> 0.9)
19-
rouge (~> 1.7)
19+
rouge (>= 1.7, < 3)
2020
safe_yaml (~> 1.0)
21-
jekyll-sass-converter (1.5.1)
21+
jekyll-sass-converter (1.5.2)
2222
sass (~> 3.4)
2323
jekyll-watch (1.5.1)
2424
listen (~> 3.0)
25-
kramdown (1.16.2)
26-
liquid (3.0.6)
25+
kramdown (1.17.0)
26+
liquid (4.0.1)
2727
listen (3.1.5)
2828
rb-fsevent (~> 0.9, >= 0.9.4)
2929
rb-inotify (~> 0.9, >= 0.9.7)
3030
ruby_dep (~> 1.2)
3131
mercenary (0.3.6)
32-
pathutil (0.16.1)
32+
pathutil (0.16.2)
3333
forwardable-extended (~> 2.6)
34-
public_suffix (3.0.1)
35-
rb-fsevent (0.10.2)
34+
public_suffix (3.0.3)
35+
rb-fsevent (0.10.3)
3636
rb-inotify (0.9.10)
3737
ffi (>= 0.5.0, < 2)
38-
rouge (1.11.1)
38+
rouge (2.2.1)
3939
ruby_dep (1.5.0)
4040
safe_yaml (1.0.4)
41-
sass (3.5.5)
41+
sass (3.7.2)
4242
sass-listen (~> 4.0.0)
4343
sass-listen (4.0.0)
4444
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -54,11 +54,11 @@ PLATFORMS
5454
x64-mingw32
5555

5656
DEPENDENCIES
57-
jekyll (= 3.4.0)
57+
jekyll (= 3.6.3)
5858
tzinfo-data
5959

6060
RUBY VERSION
61-
ruby 2.3.3p222
61+
ruby 2.3.7p456
6262

6363
BUNDLED WITH
6464
1.16.1

0 commit comments

Comments
 (0)