Skip to content

Commit

Permalink
[jekyll] update jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
venik committed Nov 20, 2020
1 parent c6a7ddd commit 4341d1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ GEM
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.7)
dnsruby (1.61.2)
addressable (~> 2.5)
em-websocket (0.5.1)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.11.0)
Expand All @@ -27,7 +27,7 @@ GEM
execjs (2.7.0)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
ffi (1.13.1)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (192)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.1)
jekyll (~> 3.3)
jekyll-watch (2.1.2)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.10.1)
gemoji (~> 3.0)
Expand All @@ -212,16 +212,16 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (2.2.1)
ruby-enum (0.7.2)
i18n
ruby_dep (1.5.0)
rubyzip (1.2.2)
safe_yaml (1.0.4)
sass (3.7.2)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -249,4 +249,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
1.17.1
1.17.2
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# rf-lab.github.io

## Update
[Official manual](https://jekyllrb.com/docs/upgrading/)
```
bundle update
```
or if no bundle
```
gem update jekyll
```

## Development
```
# rm -rf _site ; bundle exec jekyll serve
Expand Down

0 comments on commit 4341d1e

Please sign in to comment.