Skip to content

Commit 28725a7

Browse files
authored
Merge pull request #43 from xebia/dependabot/bundler/jekyll-3.7.4
Bump jekyll from 3.7.3 to 3.7.4
2 parents 66f4e39 + 52f962d commit 28725a7

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "http://rubygems.org"
22

3-
gem 'jekyll', '~>3.7.3'
3+
gem 'jekyll', '~>3.7.4'
44
gem 'rdiscount', '~>2.2.0.1'
55
gem 'ruby-lint', '~>2.3.1'

Gemfile.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GEM
1515
http_parser.rb (0.6.0)
1616
i18n (0.9.5)
1717
concurrent-ruby (~> 1.0)
18-
jekyll (3.7.3)
18+
jekyll (3.7.4)
1919
addressable (~> 2.4)
2020
colorator (~> 1.0)
2121
em-websocket (~> 0.5)
@@ -32,27 +32,25 @@ GEM
3232
sass (~> 3.4)
3333
jekyll-watch (2.2.1)
3434
listen (~> 3.0)
35-
kramdown (1.16.2)
36-
liquid (4.0.0)
37-
listen (3.1.5)
38-
rb-fsevent (~> 0.9, >= 0.9.4)
39-
rb-inotify (~> 0.9, >= 0.9.7)
40-
ruby_dep (~> 1.2)
35+
kramdown (1.17.0)
36+
liquid (4.0.3)
37+
listen (3.2.1)
38+
rb-fsevent (~> 0.10, >= 0.10.3)
39+
rb-inotify (~> 0.9, >= 0.9.10)
4140
mercenary (0.3.6)
4241
parser (2.4.0.2)
4342
ast (~> 2.3)
4443
pathutil (0.16.2)
4544
forwardable-extended (~> 2.6)
46-
public_suffix (2.0.5)
45+
public_suffix (4.0.4)
4746
rb-fsevent (0.10.3)
4847
rb-inotify (0.10.1)
4948
ffi (~> 1.0)
5049
rdiscount (2.2.0.1)
51-
rouge (2.2.1)
50+
rouge (3.18.0)
5251
ruby-lint (2.3.1)
5352
parser (~> 2.2)
5453
slop (~> 3.4, >= 3.4.7)
55-
ruby_dep (1.5.0)
5654
safe_yaml (1.0.5)
5755
sass (3.7.4)
5856
sass-listen (~> 4.0.0)
@@ -65,7 +63,7 @@ PLATFORMS
6563
ruby
6664

6765
DEPENDENCIES
68-
jekyll (~> 3.7.3)
66+
jekyll (~> 3.7.4)
6967
rdiscount (~> 2.2.0.1)
7068
ruby-lint (~> 2.3.1)
7169

0 commit comments

Comments
 (0)