From f2c1b9d4587b62b2e5803760a9157b5983bc1e1f Mon Sep 17 00:00:00 2001 From: BAOLU YU <83738804+dorothy110@users.noreply.github.com> Date: Mon, 21 Nov 2022 18:10:27 -0600 Subject: [PATCH] change jekyll-paginate to 3.0 https://github.com/jamigibbs/phantom/issues/23 --- _config.yml | 2 +- phantom.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 5cbefc2..f05d66e 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ medium_username: 'baoluyu' markdown: kramdown # theme: phantom # Uncomment once published to RubyGems plugins: - - jekyll-paginate + - jekyll-paginate-v2 ############################################################ # Site configuration for the Jekyll 3 Pagination Gem diff --git a/phantom.gemspec b/phantom.gemspec index 9b8342d..3aa070f 100644 --- a/phantom.gemspec +++ b/phantom.gemspec @@ -16,5 +16,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 12.3" - spec.add_development_dependency "jekyll-paginate", "~> 2.0" + spec.add_development_dependency "jekyll-paginate-v2", "~> 3.0" end