Skip to content

Commit

Permalink
Update Jekyll to v3.8.1. (circleci#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored May 2, 2018
1 parent be9dfc2 commit 6d39407
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://rubygems.org'

ruby '2.5.1'

gem 'jekyll', "3.7.2"
gem 'jekyll', "3.8.1"
gem 'html-proofer', "3.8.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
http_parser.rb (~> 0.6.0)
ethon (0.11.0)
ffi (>= 1.3.0)
eventmachine (1.2.5)
eventmachine (1.2.6)
ffi (1.9.23)
forwardable-extended (2.6.0)
html-proofer (3.8.0)
Expand All @@ -31,7 +31,7 @@ GEM
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.7.2)
jekyll (3.8.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -86,7 +86,7 @@ PLATFORMS

DEPENDENCIES
html-proofer (= 3.8.0)
jekyll (= 3.7.2)
jekyll (= 3.8.1)

RUBY VERSION
ruby 2.5.1p57
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jekyll:
image: jekyll/jekyll:3.7.2
image: jekyll/jekyll:3.8.0
command: jekyll serve --watch --incremental
ports:
- 4000:4000
Expand Down

0 comments on commit 6d39407

Please sign in to comment.