Skip to content
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gem "devise", "~> 4.9"
gem "premailer-rails", "~> 1.12"
gem "iso_country_codes"

gem "pagy", "~> 5.10"
gem "pagy", "~> 9.4"
gem "sidekiq", "~> 6.5"
gem "sidekiq-cron", "~> 1.7"
gem "geocoder", "~> 1.8"
Expand Down
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
bigdecimal (3.2.3)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand Down Expand Up @@ -200,7 +200,7 @@ GEM
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.26.0)
msgpack (1.8.0)
net-imap (0.5.11)
date
Expand Down Expand Up @@ -231,8 +231,7 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
pagy (5.10.1)
activesupport
pagy (9.4.0)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -392,7 +391,7 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
uri (1.0.4)
useragent (0.16.11)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -440,7 +439,7 @@ DEPENDENCIES
letter_opener
letter_opener_web (~> 3.0)
local_time (~> 2.1)
pagy (~> 5.10)
pagy (~> 9.4)
pg (~> 1.1)
premailer-rails (~> 1.12)
propshaft
Expand Down
Loading