Bump terminal-table and jekyll

Bumps [terminal-table](https://github.com/tj/terminal-table) and [jekyll](https://github.com/jekyll/jekyll). These dependencies needed to be updated together.

Updates `terminal-table` from 1.8.0 to 2.0.0
- [Release notes](https://github.com/tj/terminal-table/releases)
- [Changelog](https://github.com/tj/terminal-table/blob/master/History.rdoc)
- [Commits](https://github.com/tj/terminal-table/compare/v1.8.0...v2.0.0)

Updates `jekyll` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll/compare/v4.1.1...v4.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-15 05:07:27 +00:00 committed by GitHub
parent d8863e9c74
commit e5722d5313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ gem "actionview", ">= 5.2.4.2"
gem 'mini_racer' gem 'mini_racer'
# gem 'github-pages-health-check' # gem 'github-pages-health-check'
gem 'html-proofer', group: :development gem 'html-proofer', group: :development
gem 'jekyll', '~> 4.1' gem 'jekyll', '~> 4.2'
group :jekyll_plugins do group :jekyll_plugins do
gem 'jekyll-avatar' gem 'jekyll-avatar'
gem 'jekyll-coffeescript' gem 'jekyll-coffeescript'

View File

@ -67,21 +67,21 @@ GEM
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (1.8.5) i18n (1.8.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.1.1) jekyll (4.2.0)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (~> 1.0) i18n (~> 1.0)
jekyll-sass-converter (~> 2.0) jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
kramdown (~> 2.1) kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0) kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (~> 0.4.0) mercenary (~> 0.4.0)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (~> 3.0) rouge (~> 3.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (~> 1.8) terminal-table (~> 2.0)
jekyll-avatar (0.7.0) jekyll-avatar (0.7.0)
jekyll (>= 3.0, < 5.0) jekyll (>= 3.0, < 5.0)
jekyll-coffeescript (2.0.0) jekyll-coffeescript (2.0.0)
@ -211,7 +211,7 @@ GEM
sawyer (0.8.2) sawyer (0.8.2)
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (> 0.8, < 2.0) faraday (> 0.8, < 2.0)
terminal-table (1.8.0) terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.0.1) thor (1.0.1)
typhoeus (1.4.0) typhoeus (1.4.0)
@ -229,7 +229,7 @@ DEPENDENCIES
actionview (>= 5.2.4.2) actionview (>= 5.2.4.2)
activesupport activesupport
html-proofer html-proofer
jekyll (~> 4.1) jekyll (~> 4.2)
jekyll-avatar jekyll-avatar
jekyll-coffeescript jekyll-coffeescript
jekyll-commonmark-ghpages jekyll-commonmark-ghpages