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 @@ -7,7 +7,7 @@ gem "haml-rails"
# gem 'html2haml' #temporarily
gem "colorize"
gem "pundit", "~> 2.4"
gem "pagy", "~> 9.3" # omit patch digit
gem "pagy", "~> 43.0" # omit patch digit
gem "public_suffix"
gem "thor", "~> 1.3", ">= 1.3.2"
gem "csv"
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ GEM
faraday (>= 1.0, < 3)
multi_json (>= 1.0)
ostruct (0.6.3)
pagy (9.4.0)
pagy (43.0.0)
json
yaml
parallel (1.27.0)
parser (3.3.10.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -487,6 +489,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yaml (0.4.0)
zeitwerk (2.7.3)

PLATFORMS
Expand Down Expand Up @@ -534,7 +537,7 @@ DEPENDENCIES
nokogiri
opensearch-ruby
ostruct
pagy (~> 9.3)
pagy (~> 43.0)
passwordless
pg (>= 0.18, < 2.0)
propshaft
Expand Down