diff --git a/Gemfile b/Gemfile index 77b49e9..58c9443 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'jbuilder', '~> 2.7' gem 'nokogiri', '>= 1.11.4' gem 'octokit', '~> 4.20' gem 'ogp' -gem 'pagy', '~> 3.5' +gem 'pagy', '~> 5.9' gem 'pg', '~> 1.1' gem 'postmark-rails' gem 'prawn' diff --git a/Gemfile.lock b/Gemfile.lock index 9b50728..8c747dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,6 +245,8 @@ GEM nio4r (2.5.8) nokogiri (1.13.1-arm64-darwin) racc (~> 1.4) + nokogiri (1.13.1-x86_64-linux) + racc (~> 1.4) numerizer (0.1.1) octokit (4.22.0) faraday (>= 0.9) @@ -255,7 +257,8 @@ GEM ogp (0.5.0) oga (~> 3.3) orm_adapter (0.5.0) - pagy (3.11.0) + pagy (5.9.2) + activesupport pdf-core (0.9.0) pg (1.3.0) postmark (1.22.0) @@ -480,6 +483,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES actionpack (>= 6.1.3.2) @@ -509,7 +513,7 @@ DEPENDENCIES nokogiri (>= 1.11.4) octokit (~> 4.20) ogp - pagy (~> 3.5) + pagy (~> 5.9) pg (~> 1.1) postmark-rails prawn