Skip to content

Commit d7c31f6

Browse files
dependabot[bot]mittalyashu
authored andcommitted
Bump jekyll from 3.8.0 to 3.8.4 (#19)
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.8.0 to 3.8.4. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v3.8.0...v3.8.4)
1 parent d01ab2d commit d7c31f6

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
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.8"
11+
gem "jekyll", "3.8.4"
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: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ GEM
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.5.2)
9+
addressable (2.6.0)
1010
public_suffix (>= 2.0.2, < 4.0)
1111
colorator (1.1.0)
12-
concurrent-ruby (1.0.5)
12+
concurrent-ruby (1.1.5)
1313
em-websocket (0.5.1)
1414
eventmachine (>= 0.12.9)
1515
http_parser.rb (~> 0.6.0)
16+
eventmachine (1.2.7)
1617
eventmachine (1.2.7-x64-mingw32)
1718
eventmachine (1.2.7-x86-mingw32)
18-
ffi (1.9.25-x64-mingw32)
19-
ffi (1.9.25-x86-mingw32)
19+
ffi (1.11.1)
20+
ffi (1.11.1-x64-mingw32)
21+
ffi (1.11.1-x86-mingw32)
2022
forwardable-extended (2.6.0)
2123
gemoji (3.0.0)
2224
html-pipeline (2.8.4)
@@ -25,7 +27,7 @@ GEM
2527
http_parser.rb (0.6.0)
2628
i18n (0.9.5)
2729
concurrent-ruby (~> 1.0)
28-
jekyll (3.8.0)
30+
jekyll (3.8.4)
2931
addressable (~> 2.4)
3032
colorator (~> 1.0)
3133
em-websocket (~> 0.5)
@@ -45,14 +47,14 @@ GEM
4547
sass (~> 3.4)
4648
jekyll-seo-tag (2.5.0)
4749
jekyll (~> 3.3)
48-
jekyll-watch (2.0.0)
50+
jekyll-watch (2.2.1)
4951
listen (~> 3.0)
5052
jemoji (0.10.0)
5153
gemoji (~> 3.0)
5254
html-pipeline (~> 2.2)
5355
jekyll (~> 3.0)
5456
kramdown (1.17.0)
55-
liquid (4.0.0)
57+
liquid (4.0.3)
5658
listen (3.1.5)
5759
rb-fsevent (~> 0.9, >= 0.9.4)
5860
rb-inotify (~> 0.9, >= 0.9.7)
@@ -64,20 +66,22 @@ GEM
6466
jekyll-feed (~> 0.9)
6567
jekyll-seo-tag (~> 2.1)
6668
minitest (5.11.3)
69+
nokogiri (1.8.4)
70+
mini_portile2 (~> 2.3.0)
6771
nokogiri (1.8.4-x64-mingw32)
6872
mini_portile2 (~> 2.3.0)
6973
nokogiri (1.8.4-x86-mingw32)
7074
mini_portile2 (~> 2.3.0)
71-
pathutil (0.16.1)
75+
pathutil (0.16.2)
7276
forwardable-extended (~> 2.6)
73-
public_suffix (3.0.2)
77+
public_suffix (3.0.3)
7478
rb-fsevent (0.10.3)
75-
rb-inotify (0.9.10)
76-
ffi (>= 0.5.0, < 2)
77-
rouge (3.1.1)
79+
rb-inotify (0.10.0)
80+
ffi (~> 1.0)
81+
rouge (3.3.0)
7882
ruby_dep (1.5.0)
79-
safe_yaml (1.0.4)
80-
sass (3.5.7)
83+
safe_yaml (1.0.5)
84+
sass (3.7.4)
8185
sass-listen (~> 4.0.0)
8286
sass-listen (4.0.0)
8387
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -89,11 +93,12 @@ GEM
8993
tzinfo (>= 1.0.0)
9094

9195
PLATFORMS
96+
ruby
9297
x64-mingw32
9398
x86-mingw32
9499

95100
DEPENDENCIES
96-
jekyll (= 3.8)
101+
jekyll (= 3.8.4)
97102
jekyll-feed (~> 0.10.0)
98103
jekyll-paginate
99104
jekyll-seo-tag (~> 2.5.0)

0 commit comments

Comments
 (0)