Skip to content

Commit

Permalink
Bump jekyll-github-metadata from 2.13.0 to 2.14.0
Browse files Browse the repository at this point in the history
Bumps [jekyll-github-metadata](https://github.com/jekyll/github-metadata) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/jekyll/github-metadata/releases)
- [Changelog](https://github.com/jekyll/github-metadata/blob/main/History.markdown)
- [Commits](jekyll/github-metadata@v2.13.0...v2.14.0)

---
updated-dependencies:
- dependency-name: jekyll-github-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2022
1 parent 49f28c0 commit 93b6d16
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'neat', '~> 1.7.1'
gem 'nokogiri', '~> 1.13.4'
gem 'rouge', '~> 2.2.1'
gem 'therubyracer', '~>0.12.3'
gem "jekyll-github-metadata", "~> 2.13"
gem "jekyll-github-metadata", "~> 2.14"
gem "kramdown", "~> 2.3.1"
gem "kramdown-parser-gfm", "~> 1.1.0"

Expand Down
46 changes: 30 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,38 @@ GEM
thor (~> 0.19)
coderay (1.1.3)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.7.0)
faraday (1.4.1)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.1)
Expand All @@ -47,7 +61,7 @@ GEM
safe_yaml (~> 1.0)
jekyll-babel (1.1.0)
babel-transpiler
jekyll-github-metadata (2.13.0)
jekyll-github-metadata (2.14.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-paginate (1.1.0)
Expand All @@ -62,7 +76,7 @@ GEM
kramdown (~> 2.0)
libv8 (3.16.14.19)
liquid (4.0.3)
listen (3.5.1)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
Expand All @@ -75,23 +89,23 @@ GEM
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.20.0)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
public_suffix (4.0.7)
racc (1.6.0)
rb-fsevent (0.10.4)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
rexml (3.2.5)
rouge (2.2.1)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -114,7 +128,7 @@ DEPENDENCIES
bourbon (~> 4.2.1)
jekyll (~> 3.9.0)
jekyll-babel (~> 1.1.0)
jekyll-github-metadata (~> 2.13)
jekyll-github-metadata (~> 2.14)
jekyll-paginate (~> 1.1.0)
json (~> 2.3)
kramdown (~> 2.3.1)
Expand Down

0 comments on commit 93b6d16

Please sign in to comment.