Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pagy from 6.0.4 to 8.6.3 in /personal #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion personal/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ end


gem 'solargraph', group: :development
gem "pagy", "~> 6.0.4"
gem "pagy", "~> 8.6.3"
gem 'activerecord-postgis-adapter'
gem 'httparty'
gem "pghero"
Expand Down
14 changes: 7 additions & 7 deletions personal/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ GEM
activesupport (>= 6.1)
google-protobuf (4.26.1)
rake (>= 13)
google-protobuf (4.26.1-aarch64-linux)
rake (>= 13)
google-protobuf (4.26.1-arm64-darwin)
rake (>= 13)
google-protobuf (4.26.1-x86_64-linux)
rake (>= 13)
gutentag (2.6.2)
activerecord (>= 3.2.0)
hashie (5.0.0)
Expand Down Expand Up @@ -284,10 +284,10 @@ GEM
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
Expand All @@ -298,7 +298,7 @@ GEM
oj (3.16.3)
bigdecimal (>= 3.0)
ox (2.14.18)
pagy (6.0.4)
pagy (8.6.3)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -495,9 +495,9 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
aarch64-linux
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
action_policy
Expand Down Expand Up @@ -529,7 +529,7 @@ DEPENDENCIES
oauth2
oj
ox
pagy (~> 6.0.4)
pagy (~> 8.6.3)
pg
pg_query
pg_search
Expand Down
Loading