Skip to content

Commit a32f1f6

Browse files
author
Diego Fernandez
committed
Upgrade Jekyll
1 parent cdb1a6f commit a32f1f6

File tree

3 files changed

+3
-1451
lines changed

3 files changed

+3
-1451
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ruby RUBY_VERSION
99
#
1010
# This will help ensure the proper Jekyll version is running.
1111
# Happy Jekylling!
12-
gem "jekyll", "3.8"
12+
gem "jekyll", ">= 3.8.4"
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1515
# gem "minima", "~> 2.0"

Gemfile.lock

+2-2
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.8.0)
19+
jekyll (3.8.7)
2020
addressable (~> 2.4)
2121
colorator (~> 1.0)
2222
em-websocket (~> 0.5)
@@ -74,7 +74,7 @@ PLATFORMS
7474
ruby
7575

7676
DEPENDENCIES
77-
jekyll (= 3.8)
77+
jekyll (>= 3.8.4)
7878
jekyll-feed (~> 0.6)
7979
jekyll-gist
8080
jekyll-livereload

0 commit comments

Comments
 (0)