Skip to content

Commit 9faf8e8

Browse files
authored
Update Jekyll to 3.8.0. (#26352)
1 parent ee38291 commit 9faf8e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
group :development, :test do
4-
gem 'jekyll', '~> 3.7.0'
4+
gem 'jekyll', '~> 3.8.0'
55
gem 'jekyll-redirect-from', '~> 0.13.0'
66
gem 'jekyll-sitemap', '~> 1.2.0'
77
gem 'jekyll-toc', '~> 0.5.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
http_parser.rb (0.6.0)
1717
i18n (0.9.5)
1818
concurrent-ruby (~> 1.0)
19-
jekyll (3.7.3)
19+
jekyll (3.8.0)
2020
addressable (~> 2.4)
2121
colorator (~> 1.0)
2222
em-websocket (~> 0.5)
@@ -71,7 +71,7 @@ PLATFORMS
7171
x64-mingw32
7272

7373
DEPENDENCIES
74-
jekyll (~> 3.7.0)
74+
jekyll (~> 3.8.0)
7575
jekyll-redirect-from (~> 0.13.0)
7676
jekyll-sitemap (~> 1.2.0)
7777
jekyll-toc (~> 0.5.1)

0 commit comments

Comments
 (0)