Skip to content

Commit 5ff2292

Browse files
authored
Merge pull request #2 from ClearVision/dependabot/bundler/jekyll-3.6.3
Bump jekyll from 3.4.0 to 3.6.3
2 parents bf5cbfe + e6c7641 commit 5ff2292

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22
ruby RUBY_VERSION
33

44
# This will help ensure the proper Jekyll version is running.
5-
gem "jekyll", "3.4.0"
5+
gem "jekyll", "3.6.3"
66

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

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.6.0)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.5)
8-
ffi (1.10.0-x64-mingw32)
8+
ffi (1.15.5)
9+
ffi (1.15.5-x64-mingw32)
910
forwardable-extended (2.6.0)
10-
jekyll (3.4.0)
11+
jekyll (3.6.3)
1112
addressable (~> 2.4)
1213
colorator (~> 1.0)
1314
jekyll-sass-converter (~> 1.0)
1415
jekyll-watch (~> 1.1)
15-
kramdown (~> 1.3)
16-
liquid (~> 3.0)
16+
kramdown (~> 1.14)
17+
liquid (~> 4.0)
1718
mercenary (~> 0.3.3)
1819
pathutil (~> 0.9)
19-
rouge (~> 1.7)
20+
rouge (>= 1.7, < 3)
2021
safe_yaml (~> 1.0)
2122
jekyll-redirect-from (0.15.0)
2223
jekyll (>= 3.3, < 5.0)
@@ -25,22 +26,20 @@ GEM
2526
jekyll-watch (1.5.1)
2627
listen (~> 3.0)
2728
kramdown (1.17.0)
28-
liquid (3.0.6)
29-
listen (3.1.5)
30-
rb-fsevent (~> 0.9, >= 0.9.4)
31-
rb-inotify (~> 0.9, >= 0.9.7)
32-
ruby_dep (~> 1.2)
29+
liquid (4.0.3)
30+
listen (3.7.1)
31+
rb-fsevent (~> 0.10, >= 0.10.3)
32+
rb-inotify (~> 0.9, >= 0.9.10)
3333
mercenary (0.3.6)
3434
pathutil (0.16.2)
3535
forwardable-extended (~> 2.6)
36-
public_suffix (3.0.3)
37-
rb-fsevent (0.10.3)
38-
rb-inotify (0.10.0)
36+
public_suffix (4.0.7)
37+
rb-fsevent (0.11.1)
38+
rb-inotify (0.10.1)
3939
ffi (~> 1.0)
40-
rouge (1.11.1)
41-
ruby_dep (1.5.0)
40+
rouge (2.2.1)
4241
safe_yaml (1.0.5)
43-
sass (3.7.3)
42+
sass (3.7.4)
4443
sass-listen (~> 4.0.0)
4544
sass-listen (4.0.0)
4645
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -51,10 +50,11 @@ GEM
5150
tzinfo (>= 1.0.0)
5251

5352
PLATFORMS
53+
ruby
5454
x64-mingw32
5555

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

0 commit comments

Comments
 (0)