Update jekyll-paginate-v2 to version 3.0.0 (#225)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
Exorcism 2021-09-29 05:56:07 +02:00 committed by GitHub
parent eab0e9b8c6
commit 0e4176835a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

2
Gemfile Executable file → Normal file
View file

@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "jekyll", "~> 3.9"
gem "jekyll-paginate-v2", "~> 2.0"
gem "jekyll-paginate-v2", "~> 3.0"
gem "jekyll-sitemap", "~> 1.4"
gem "jekyll-gist", "~> 1.5"
gem "jekyll-feed", "~> 0.15.0"

View file

@ -10,7 +10,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
@ -24,7 +24,7 @@ GEM
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
ffi (1.15.4)
forwardable-extended (2.6.0)
gemoji (3.0.1)
html-pipeline (2.14.0)
@ -52,8 +52,8 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-paginate-v2 (2.0.0)
jekyll (~> 3.0)
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (1.4.0)
@ -69,7 +69,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.1)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
@ -88,7 +88,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
rouge (3.26.1)
ruby2_keywords (0.0.4)
safe_yaml (1.0.5)
sass (3.7.4)
@ -113,7 +113,7 @@ DEPENDENCIES
jekyll-data (~> 1.1)
jekyll-feed (~> 0.15.0)
jekyll-gist (~> 1.5)
jekyll-paginate-v2 (~> 2.0)
jekyll-paginate-v2 (~> 3.0)
jekyll-sitemap (~> 1.4)
jemoji (~> 0.12)
kramdown-parser-gfm (~> 1.1)