Skip to content

Commit

Permalink
Update pagy to version 8.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored and amree committed Aug 3, 2024
1 parent 4bddb6b commit 2f44455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem "jsbundling-rails" # Bundle and transpile JavaScript [https://github.com/rai
gem "lograge" # Log formatter
gem "newrelic_rpm" # New Relic monitoring
gem "nokogiri" # Parse HTML
gem "pagy", "~> 6.1" # Pagination
gem "pagy", "~> 8.6" # Pagination
gem "paper_trail" # Track changes to the model
gem "pg", "~> 1.1" # Use postgresql as the database for Active Record
gem "puma", "~> 6.0" # Use the Puma web server [https://github.com/puma/puma]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ GEM
rack
orm_adapter (0.5.0)
os (1.1.4)
pagy (6.4.3)
pagy (8.6.3)
paper_trail (15.1.0)
activerecord (>= 6.1)
request_store (~> 1.4)
Expand Down Expand Up @@ -659,7 +659,7 @@ DEPENDENCIES
omniauth-google-oauth2
omniauth-rails_csrf_protection
omniauth-twitter
pagy (~> 6.1)
pagy (~> 8.6)
paper_trail
pg (~> 1.1)
pry
Expand Down

0 comments on commit 2f44455

Please sign in to comment.