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 9.0.9 to 9.1.0 #8

Closed
wants to merge 1 commit into from
Closed
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 @@ -27,7 +27,7 @@
# Open AI ruby
gem "ruby-openai", "~> 6.2.0"
# Pagy for pagination
gem "pagy", "~> 6.0"
gem "pagy", "~> 9.1"
# Pundit for authorization
gem "pundit", "~> 2.4"
# AWS S3 for file storage
Expand All @@ -37,7 +37,7 @@
# Tailwind CSS
gem "tailwindcss-rails", "~> 2.7"
# CORS for API
gem 'rack-cors', "~> 2.0.1"

Check failure on line 40 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.



Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.0)
pagy (6.5.0)
pagy (9.1.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -459,7 +459,7 @@ DEPENDENCIES
inline_svg (~> 1.10.0)
jbuilder
kamal (>= 2.0.0.rc2)
pagy (~> 6.0)
pagy (~> 9.1)
pg (~> 1.1)
propshaft
pry
Expand Down
Loading