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 @@ -40,7 +40,7 @@ gem 'omniauth_openid_connect'
gem 'omniauth-rails_csrf_protection'

# Pagy used for pagination on long lists of records
gem 'pagy', '~> 9.1'
gem 'pagy', '~> 43.0'

# Parser added explicitly to allow for the namespace to be available for scout
gem 'parser'
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ GEM
validate_url
webfinger (~> 2.0)
orm_adapter (0.5.0)
pagy (9.4.0)
pagy (43.1.8)
json
yaml
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -500,6 +502,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yaml (0.4.0)
yard (0.9.37)
zeitwerk (2.7.3)

Expand Down Expand Up @@ -531,7 +534,7 @@ DEPENDENCIES
omniauth
omniauth-rails_csrf_protection
omniauth_openid_connect
pagy (~> 9.1)
pagy (~> 43.0)
parser
pg
puma (>= 5.0)
Expand Down
Loading